IInitiative | |
public interface IInitiativeGroupEntityService : IInitiativeGroupQueryService, IBusinessService
The IInitiativeGroupEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new InitiativeGroup | |
| Delete | Deletes the specified InitiativeGroup. | |
| Get |
Gets a list of InitiativeGroups matching the specified filter.
(Inherited from IInitiativeGroupQueryService) | |
| GetAll |
Gets all InitiativeGroups
(Inherited from IInitiativeGroupQueryService) | |
| GetSingle |
Gets a single InitiativeGroup matching the provided filter.
(Inherited from IInitiativeGroupQueryService) | |
| Update | Updates the specified InitiativeGroup |