Class CFSStatisticGeneral
Inheritance
System.Object
CFSStatisticGeneral
Assembly: DocuWare.Platform.ServerClient.dll
public class CFSStatisticGeneral : object
Properties
Declaration
public System.DateTime CreatedAt { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public string CustomerID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ModuleName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public List<CFSStatisticSpecific> StatisticSpecific { get; set; }
Property Value