Click or drag to resize
IServiceSettingManager Methods

[This is preliminary documentation and is subject to change.]

The IServiceSettingManager type exposes the following members.

Methods
  NameDescription
Public method void AddPackageValues(Int64, IEnumerableIServiceSettingValue)
Adds a set of package values for a setting
Public method void AddServiceValues(Int64, IEnumerableIServiceSettingValue)
Adds a set of service values for a setting
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64DetailsAny(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.)
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64GetPackageValues(IEnumerableInt64)
Retrieves all existing setting values for a set of packages
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64GetServiceValues(IEnumerableInt64)
Retrieves all existing setting values for a set of services
Public method void RemovePackageValues(IEnumerableInt64)
Removes a set of package values for a setting
Public method void RemoveServiceValues(IEnumerableInt64)
Removes a set of service values for a setting
Public method void UpdateServiceValues(IEnumerableIServiceSettingValue)
Updates a set of setting values
Top
Extension Methods
  NameDescription
Public Extension MethodIServiceSettingDetailsAllIServiceSetting(Int64)Overloaded. (Defined by DetailsableBatchExtensions.)
Public Extension MethodIReadOnlyDictionaryTKey, TValue, T: Int64DetailsAllIServiceSetting(IEnumerableInt64)Overloaded. (Defined by DetailsableBatchExtensions.)
Public Extension MethodIServiceSettingDetailsAnyIServiceSetting(Int64) (Defined by DetailsableBatchExtensions.)
Top
See Also