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.CustomerAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIPagination<IServiceProviderCustomerHistory> Search(
IAuthorize auth,
PaginationRequest<IServiceProviderCustomerHistory> request,
string searchWord,
long serviceProviderId,
long currentUserId,
long currentCompany
)
Function Search (
auth As IAuthorize,
request As PaginationRequest(Of IServiceProviderCustomerHistory),
searchWord As String,
serviceProviderId As Long,
currentUserId As Long,
currentCompany As Long
) As IPagination(Of IServiceProviderCustomerHistory)
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:
IPaginationIServiceProviderCustomerHistoryA pagination of the result
See Also