Class CFSStatisticSpecific
Inheritance
System.Object
CFSStatisticSpecific
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class CFSStatisticSpecific : object
Properties
Category
Declaration
public CFSTableNames Category { get; set; }
Property Value
Type | Description |
---|---|
CFSTableNames |
ObjectID
The identifier of the instance to be monitored. For a file cabinet this is the file cabinet id, for a device this is the device string.
Declaration
public string ObjectID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SpecificValue
Declaration
public List<CFSSpecificValue> SpecificValue { get; set; }
Property Value
Type | Description |
---|---|
List<CFSSpecificValue> |