Click or drag to resize
ICustomerHistoryManagerSearch Method (IAuthorize, PaginationRequestIServiceProviderCustomerHistory, String, Int64, Int64, Int64)

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

Searches customers based on user's current settings

Namespace: Netadmin.Management.Customer
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IPagination<IServiceProviderCustomerHistory> Search(
	IAuthorize auth,
	PaginationRequest<IServiceProviderCustomerHistory> request,
	string searchWord,
	long serviceProviderId,
	long currentUserId,
	long currentCompany
)

Parameters

auth
Type: IAuthorize
The user's auth object
request
Type: Netadmin.Management.Common.CorePaginationRequestIServiceProviderCustomerHistory
A pagination request
searchWord
Type: SystemString
The searchword
serviceProviderId
Type: SystemInt64

[Missing <param name="serviceProviderId"/> documentation for "M:Netadmin.Management.Customer.ICustomerHistoryManager.Search(Netadmin.Auth.Framework.Interfaces.IAuthorize,Netadmin.Management.Common.Core.PaginationRequest{Netadmin.Management.Customer.Dto.IServiceProviderCustomerHistory},System.String,System.Int64,System.Int64,System.Int64)"]

currentUserId
Type: SystemInt64
The current user's id
currentCompany
Type: SystemInt64
The current company id

Return Value

Type: IPaginationIServiceProviderCustomerHistory
A pagination of the result
See Also