Click or drag to resize
IServiceProviderManager Interface

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

Manager for service providers

Namespace: Netadmin.Management.Provisioning
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IServiceProviderManager : IManager<IServiceProvider>, 
	IDetailsableBatch<IServiceProvider>, IGetAllable<IServiceProvider>, IFilterable<IServiceProvider, IServiceProviderFilter>, 
	IUniqeueNames<IServiceProvider>

The IServiceProviderManager type exposes the following members.

Methods
  NameDescription
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 methodIPaginationTFilter(TFilterDtoInterface, PaginationRequestTDToInterface)
Searches for entities using a filter and returnes a pagination based on the supplied request
(Inherited from IFilterableTDToInterface, TFilterDtoInterface.)
Public methodIEnumerableTGetAll
Retrieves every entity
(Inherited from IGetAllableT.)
Public methodIReadOnlyDictionaryTKey, TValue, T: StringGetAnyByNames(IEnumerableString)
Attempts to get enties by their names
(Inherited from IUniqeueNamesT.)
Public methodIProviderCustomerSettingsGetCustomerSettings(Int64)
Retrieve customer settings for a service provider.
Public methodIEnumerableT, T: StringGetDuplicateNames(IEnumerableKeyValuePairInt64, String)
Checks for duplicates for ids and names
(Inherited from IUniqeueNamesT.)
Public method void UpdateCustomerSettings(IProviderCustomerSettings)
Updates customer settings for a service provider. If no settings exist for the specified service provider, they will be created with the given input.
Top
Extension Methods
  NameDescription
Public Extension MethodIServiceProviderDetailsAllIServiceProvider(Int64)Overloaded. (Defined by DetailsableBatchExtensions.)
Public Extension MethodIReadOnlyDictionaryTKey, TValue, T: Int64DetailsAllIServiceProvider(IEnumerableInt64)Overloaded. (Defined by DetailsableBatchExtensions.)
Public Extension MethodIServiceProviderDetailsAnyIServiceProvider(Int64) (Defined by DetailsableBatchExtensions.)
Public Extension MethodIReadOnlyDictionaryTKey, TValue, T: StringGetAnyByNamesIServiceProvider(String) (Defined by UniqueNamesExtensions.)
Top
See Also