Click or drag to resize
IServiceProviderCustomerManager Interface

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

[Missing <summary> documentation for "T:Netadmin.Management.Customer.IServiceProviderCustomerManager"]

Namespace: Netadmin.Management.Customer
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IServiceProviderCustomerManager : IManager<IServiceProviderCustomer>, 
	IUpdateableBatch<IServiceProviderCustomer>, IDetailsableBatch<IServiceProviderCustomer>, IDeletableBatch<IServiceProviderCustomer>, 
	IFilterable<IServiceProviderCustomer, IServiceProviderCustomerFilter>, ITop100ForCompanyAndProvider<IServiceProviderCustomer>, 
	ITop100<IServiceProviderCustomer>

The IServiceProviderCustomerManager type exposes the following members.

Methods
  NameDescription
Public method void CreateServiceProviderCustomer(IEnumerableInt64, IEnumerableInt64)
Creates service provider customers by copying base customers onto service providers
Public method void Delete(IEnumerableInt64)
Deletes multiple entities in one operation
(Inherited from IDeletableBatchT.)
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 methodIEnumerableT, T: IServiceProviderCustomerDetailsAny(IEnumerableInt64, Int64)
Retrieves service provider customers from given basecustomer ids and providerid
Public methodIPaginationTFilter(TFilterDtoInterface, PaginationRequestTDToInterface)
Searches for entities using a filter and returnes a pagination based on the supplied request
(Inherited from IFilterableTDToInterface, TFilterDtoInterface.)
Public methodIEnumerableT, T: IArchivedSubscriptionGetArchivedSubscriptions(Int64, Int64)
Retrieves archived subscriptions for a customer
Public methodIReadOnlyDictionaryTKey, TValue, T: StringGetTop100(ExpressionFuncT, String, String)
Retrieves the first 100 matches of the search string. For each string, a maximum of 100 ids are returned. Please see the interface for the manager for documentation on supported properties and additional information
(Inherited from ITop100T.)
Public methodIReadOnlyDictionaryTKey, TValue, T: StringGetTop100(ExpressionFuncT, String, String, IEnumerableInt64, NullableInt64)
Retrieves the first 100 matches of the search string. For each string, a maximum of 100 ids are returned. Please see the interface for the manager for documentation on supported properties and additional information
(Inherited from ITop100ForCompanyAndProviderT.)
Public method void MarkForDeletion(IEnumerableInt64)
Marks customers for deletion to be will be deleted by maintenance plugin
Public method void Update(IEnumerableT)
Updates multiple entities in one operation
(Inherited from IUpdateableBatchT.)
Public method void UpdateServiceProviderCustomerFromAddress(Int64, Int64, Int64, Boolean, Boolean)
Updates a service provider customer's address details based on an address
Public method void UpdateServiceProviderCustomersFromBase(Int64, IEnumerableInt64)
Updates the service provider instances of the customer (if found) with the data from the base customer
Top
Extension Methods
  NameDescription
Public Extension Method void DeleteIServiceProviderCustomer(Int64) (Defined by DeletableBatchExtensions.)
Public Extension MethodIServiceProviderCustomerDetailsAllIServiceProviderCustomer(Int64)Overloaded. (Defined by DetailsableBatchExtensions.)
Public Extension MethodIReadOnlyDictionaryTKey, TValue, T: Int64DetailsAllIServiceProviderCustomer(IEnumerableInt64)Overloaded. (Defined by DetailsableBatchExtensions.)
Public Extension MethodIServiceProviderCustomerDetailsAnyIServiceProviderCustomer(Int64) (Defined by DetailsableBatchExtensions.)
Public Extension Method void UpdateIServiceProviderCustomer(IServiceProviderCustomer) (Defined by UpdateableBatchExtensions.)
Top
See Also