Click or drag to resize
ICustomerFilter Interface

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

Filter for filtering customers

Namespace: Netadmin.Management.Customer.Dto
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface ICustomerFilter

The ICustomerFilter type exposes the following members.

Properties
  NameDescription
Public propertyStringAgreement
Public propertyIEnumerableT, T: StringAgreements
Public propertyStringApartmentAddress
Public propertyIEnumerableT, T: StringApartmentAddresses
Public propertyStringApartmentNumber Obsolete.
Public propertyIEnumerableT, T: StringCities
Public propertyStringCity
Public propertyIEnumerableT, T: Int64CompanyIds
Public propertyIEnumerableT, T: StringContactCities
Public propertyStringContactCity
Public propertyIEnumerableT, T: StringContactCountries
Public propertyStringContactCountry
Public propertyStringContactFirstName
Public propertyIEnumerableT, T: StringContactFirstNames
Public propertyStringContactLastName
Public propertyIEnumerableT, T: StringContactLastNames
Public propertyStringContactPostalCode
Public propertyIEnumerableT, T: StringContactPostalCodes
Public propertyStringContactReference
Public propertyIEnumerableT, T: StringContactReferences
Public propertyStringContactStreet
Public propertyIEnumerableT, T: StringContactStreets
Public propertyIEnumerableT, T: StringCountries
Public propertyStringCountry
Public propertyNullableT, T: DateTimeCreatedSince
Public propertyIEnumerableT, T: Int64CustomerCode1Ids
Public propertyIEnumerableT, T: Int64CustomerCode2Ids
Public propertyIEnumerableT, T: Int64CustomerCode3Ids
Public propertyIEnumerableT, T: Int64CustomerCode4Ids
Public propertyIEnumerableT, T: Int64CustomerCode5Ids
Public propertyIEnumerableT, T: Int64CustomerCode6Ids
Public propertyIEnumerableT, T: Int64CustomerIds
Public propertyStringCustomerNumber
Public propertyIEnumerableT, T: StringCustomerNumbers
Public propertyNullableT, T: DateTimeDeleteDate
Public propertyStringEmail
Public propertyIEnumerableT, T: StringEmails
Public propertyCustomerFilterTypeFilterType
Public propertyStringFirstName
Public propertyIEnumerableT, T: StringFirstNames
Public propertyStringFullName
Public propertyIEnumerableT, T: StringFullNames
Public propertyIEnumerableT, T: Int64InstallationAddressIds
Limit result to customers present on one or more installation address
Public propertyStringInvoiceNumber
Public propertyIEnumerableT, T: StringInvoiceNumbers
Public propertyNullableT, T: BooleanIsCorporateCustomer
Public propertyStringLastName
Public propertyIEnumerableT, T: StringLastNames
Public propertyStringMobileNumber
Public propertyIEnumerableT, T: StringMobileNumbers
Public propertyStringNote
Public propertyStringPhoneNumber
Public propertyIEnumerableT, T: StringPhoneNumbers
Public propertyStringPhoneWorkNumber
Public propertyIEnumerableT, T: StringPhoneWorkNumbers
Public propertyStringPostalCode
Public propertyIEnumerableT, T: StringPostalCodes
Public propertyStringReference
Public propertyIEnumerableT, T: StringReferences
Public propertyIEnumerableT, T: Int64ServiceIds
Public propertyNullableT, T: Int64ServiceProviderId
If set, filter will search customer provider instances instead of base customers
Public propertyStringSSN
Public propertyIEnumerableT, T: StringSSNs
Public propertyStringStreet
Public propertyIEnumerableT, T: StringStreets
Public propertyStringWebsite
Public propertyIEnumerableT, T: StringWebsites
Top
See Also