Click or drag to resize

IResourceAllocation Interface

Contains the Resource allocation operations exposed by the API service.

Namespace: Severa.API
Assembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0
Syntax
public interface IResourceAllocation

The IResourceAllocation type exposes the following members.

Methods
 NameDescription
Public methodAddNewResourceAllocation Adds a new Resource allocation.
Public methodAddNewResourceAllocations Adds a collection of Resource allocations.
Public methodDeleteResourceAllocation Deletes a Resource allocation.
Public methodGetResourceAllocationByGUID Gets Resource allocation by GUID.
Public methodGetResourceAllocations Gets Resource allocations matching the given criteria.
Public methodGetResourceAllocationsByCaseGUID Gets all Resource allocations for a case.
Public methodGetResourceAllocationsByCaseGUIDUserGUID Gets all Resource allocations for a case and a user.
Public methodGetResourceAllocationsByUserGUID Gets all Resource allocations for a user.
Public methodGetResourceAllocationsChangedSince Gets Resource allocations inserted or updated after given time.
Public methodUpdateResourceAllocation Updates a Resource allocation.
Top
See Also