Holds parameters for a Contract Load request.
Inheritance Hierarchy
GF.Api.Contracts.Load.RequestContractLoadRequest
Namespace: GF.Api.Contracts.Load.Request
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The ContractLoadRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ContractLoadRequest(Int32, Int32, IContractLoadExpression) | Initializes a new instance of the ContractLoadRequest class | |
ContractLoadRequest(Int32, Int32, IContractLoadExpression, IContractLoadGroupDescription) |
Constructor
|
Properties
Name | Description | |
---|---|---|
Expression |
The expression tree that results will satisfy
| |
GroupDescription |
The group description
| |
ResultCount |
How many results out of the total result set to return at a time.
| |
SkipCount |
Skip this many results and return ResultCount records after that
|
Fields
Name | Description | |
---|---|---|
MaxResultCount |
Must not request more than this many results.
| |
MinResultCount |
Must request at least this many results.
|
See Also