IAllocationApi Interface

GF API Documentation
Public API for Allocation functionality.

Namespace:  GF.Api.Allocation
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public interface IAllocationApi

The IAllocationApi type exposes the following members.

Methods

  NameDescription
Public methodCreate
Returns a fully functional IAllocationBlock created from a AllocationBlockTemplate
Public methodGet
Returns all available Allocation Blocks.
Public methodGet(String)
Returns the Allocation Block matching the given name.
Public methodSubmitBlocks
Saves allocation block collection on the server for this user
Public methodValidate
Checks an Allocation Block Template for validity before submission.
Top
Events

  NameDescription
Public eventAllocationBlocksChanged
Raised when logged-in user's allocation block list is changed
Top
See Also

Reference