Public API for Contract Load functionality.
Contract Load is for getting available contracts from the server. Supports search expressions and paging.
Namespace: GF.Api.Contracts.Load
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The IContractLoadApi type exposes the following members.
Methods
Name | Description | |
---|---|---|
Request |
Fetches contracts from the server that match the given expression. Supports paging.
|
Events
Name | Description | |
---|---|---|
ContractLoadReceived |
Raised when Contract Load results are ready.
|
See Also