Class CountPlusValue
Define unstrict count. If HasMore is true it is possible to have more items
Inheritance
System.Object
CountPlusValue
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class CountPlusValue : object
Constructors
CountPlusValue()
Creates a new instance of this class
Declaration
public CountPlusValue()
Properties
ExceedLimit
Declaration
public bool ExceedLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasMore
If this flag is true then the real number of hits can be larger than specified by the value of this element.
Declaration
public bool HasMore { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Value
Declaration
public int Value { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |