Class CFSStatisticSpecific
Inheritance
System.Object
CFSStatisticSpecific
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class CFSStatisticSpecific
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 |
---|---|
System.Collections.Generic.List<CFSSpecificValue> |