Public API for Allocation functionality.
Namespace: GF.Api.Allocation
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The IAllocationApi type exposes the following members.
Methods
Name | Description | |
---|---|---|
Create |
Returns a fully functional IAllocationBlock created from a AllocationBlockTemplate | |
Get |
Returns all available Allocation Blocks.
| |
Get(String) |
Returns the Allocation Block matching the given name.
| |
SubmitBlocks |
Saves allocation block collection on the server for this user
| |
Validate |
Checks an Allocation Block Template for validity before submission.
|
Events
Name | Description | |
---|---|---|
AllocationBlocksChanged |
Raised when logged-in user's allocation block list is changed
|
See Also