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