Click or drag to resize
IServiceSettingManager Interface

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

Manages service setting values

Namespace: Netadmin.Management.Provisioning
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IServiceSettingManager : IManager<IServiceSettingValue>, 
	IDetailsableBatch<IServiceSetting>, IManager<IServiceSetting>

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