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