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