Click or drag to resize
IServiceProviderCustomerManagerDetailsAny Method (IEnumerableInt64, Int64)

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

Retrieves service provider customers from given basecustomer ids and providerid

Namespace: Netadmin.Management.Customer
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<IServiceProviderCustomer> DetailsAny(
	IEnumerable<long> customerIds,
	long providerId
)

Parameters

customerIds
Type: System.Collections.GenericIEnumerableInt64

[Missing <param name="customerIds"/> documentation for "M:Netadmin.Management.Customer.IServiceProviderCustomerManager.DetailsAny(System.Collections.Generic.IEnumerable{System.Int64},System.Int64)"]

providerId
Type: SystemInt64

[Missing <param name="providerId"/> documentation for "M:Netadmin.Management.Customer.IServiceProviderCustomerManager.DetailsAny(System.Collections.Generic.IEnumerable{System.Int64},System.Int64)"]

Return Value

Type: IEnumerableIServiceProviderCustomer

[Missing <returns> documentation for "M:Netadmin.Management.Customer.IServiceProviderCustomerManager.DetailsAny(System.Collections.Generic.IEnumerable{System.Int64},System.Int64)"]

See Also