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