IServiceProviderCustomerFilter Interface |
[This is preliminary documentation and is subject to change.]
Filter for filtering service provider instances of customers
Namespace: Netadmin.Management.Customer.DtoAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxpublic interface IServiceProviderCustomerFilter
Public Interface IServiceProviderCustomerFilter
The IServiceProviderCustomerFilter type exposes the following members.
Properties
| Name | Description |
---|
 | String | Agreement | |
 | IEnumerableT, T: String | Agreements | |
 | String | ApartmentAddress | |
 | IEnumerableT, T: String | ApartmentAddresses | |
 | IEnumerableT, T: String | Cities | |
 | String | City | |
 | IEnumerableT, T: Int64 | CompanyIds | |
 | IEnumerableT, T: String | ContactCities | |
 | String | ContactCity | |
 | IEnumerableT, T: String | ContactCountries | |
 | String | ContactCountry | |
 | String | ContactFirstName | |
 | IEnumerableT, T: String | ContactFirstNames | |
 | String | ContactLastName | |
 | IEnumerableT, T: String | ContactLastNames | |
 | String | ContactPostalCode | |
 | IEnumerableT, T: String | ContactPostalCodes | |
 | String | ContactReference | |
 | IEnumerableT, T: String | ContactReferences | |
 | String | ContactStreet | |
 | IEnumerableT, T: String | ContactStreets | |
 | IEnumerableT, T: String | Countries | |
 | String | Country | |
 | NullableT, T: DateTime | CreatedSince | |
 | IEnumerableT, T: Int64 | CustomerCode1Ids | |
 | IEnumerableT, T: Int64 | CustomerCode2Ids | |
 | IEnumerableT, T: Int64 | CustomerCode3Ids | |
 | IEnumerableT, T: Int64 | CustomerCode4Ids | |
 | IEnumerableT, T: Int64 | CustomerCode5Ids | |
 | IEnumerableT, T: Int64 | CustomerCode6Ids | |
 | IEnumerableT, T: Int64 | CustomerIds | |
 | String | CustomerNumber | |
 | IEnumerableT, T: String | CustomerNumbers | |
 | NullableT, T: DateTime | DeleteDate | |
 | String | Email | |
 | IEnumerableT, T: String | Emails | |
 | CustomerFilterType | FilterType | |
 | String | FirstName | |
 | IEnumerableT, T: String | FirstNames | |
 | String | FullName | |
 | IEnumerableT, T: String | FullNames | |
 | IEnumerableT, T: Int64 | Ids | |
 | IEnumerableT, T: Int64 | InstallationAddressIds |
Limit result to customers present on one or more installation address
|
 | String | InvoiceNumber | |
 | IEnumerableT, T: String | InvoiceNumbers | |
 | NullableT, T: Boolean | IsCorporateCustomer | |
 | String | LastName | |
 | IEnumerableT, T: String | LastNames | |
 | String | MobileNumber | |
 | IEnumerableT, T: String | MobileNumbers | |
 | String | Note | |
 | String | PhoneNumber | |
 | IEnumerableT, T: String | PhoneNumbers | |
 | String | PhoneWorkNumber | |
 | IEnumerableT, T: String | PhoneWorkNumbers | |
 | String | PostalCode | |
 | IEnumerableT, T: String | PostalCodes | |
 | String | Reference | |
 | IEnumerableT, T: String | References | |
 | IEnumerableT, T: Int64 | ServiceIds | |
 | IEnumerableT, T: Int64 | ServiceProviderIds | |
 | String | SSN | |
 | IEnumerableT, T: String | SSNs | |
 | String | Street | |
 | IEnumerableT, T: String | Streets | |
 | String | Website | |
 | IEnumerableT, T: String | Websites | |
Top
See Also