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