Class CountPlusValue
Define unstrict count. If HasMore is true it is possible to have more items
Inheritance
System.Object
CountPlusValue
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 CountPlusValue
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 |