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