IServiceSettingManager Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Provisioning
The IServiceSettingManager type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | void | AddPackageValues(Int64, IEnumerableIServiceSettingValue) |
Adds a set of package values for a setting
|
![]() | void | AddServiceValues(Int64, IEnumerableIServiceSettingValue) |
Adds a set of service values for a setting
|
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAny(IEnumerableInt64) |
Attempts to get details on multiple ids. If an id is not found, it will not be included in the returned dictionary
(Inherited from IDetailsableBatchT.) |
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | GetPackageValues(IEnumerableInt64) |
Retrieves all existing setting values for a set of packages
|
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | GetServiceValues(IEnumerableInt64) |
Retrieves all existing setting values for a set of services
|
![]() | void | RemovePackageValues(IEnumerableInt64) |
Removes a set of package values for a setting
|
![]() | void | RemoveServiceValues(IEnumerableInt64) |
Removes a set of service values for a setting
|
![]() | void | UpdateServiceValues(IEnumerableIServiceSettingValue) |
Updates a set of setting values
|
Name | Description | ||
---|---|---|---|
![]() | IServiceSetting | DetailsAllIServiceSetting(Int64) | Overloaded. (Defined by DetailsableBatchExtensions.) |
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAllIServiceSetting(IEnumerableInt64) | Overloaded. (Defined by DetailsableBatchExtensions.) |
![]() | IServiceSetting | DetailsAnyIServiceSetting(Int64) | IDetailsableBatchT
Returns details of entity with id 'id', or null if not found
Thrown if any id zero or less. (Defined by DetailsableBatchExtensions.) |