ISystem | |
public interface ISystemSettingService : ISystemSettingQueryService, IBusinessService
The ISystemSettingService type exposes the following members.
| Name | Description | |
|---|---|---|
| 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) |