ContactFilter Class |
Namespace: CMS.DataCom
[SerializableAttribute] public class ContactFilter : Filter
The ContactFilter type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContactFilter |
Initializes a new instance of the ContactFilter class.
|
Name | Description | |
---|---|---|
![]() | AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) |
![]() | GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) |
![]() | GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) |
![]() | ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Name | Description | |
---|---|---|
![]() | AreaCode |
Gets or sets the list of area codes.
(Inherited from Filter.) |
![]() | CompanyId |
Gets or sets the identifier of a contact.
|
![]() | CompanyName |
Gets or sets the company name search pattern.
|
![]() | Country |
Gets or sets the list of country names.
(Inherited from Filter.) |
![]() | Department |
Gets or sets the list of departments.
|
![]() |
Gets or sets the e-mail address.
| |
![]() | FirstName |
Gets or sets the first name search pattern.
|
![]() | IncludeGraveyard |
Gets or sets the value indicating whether the search should include inactive contacts.
(Inherited from Filter.) |
![]() | LastName |
Gets or sets the last name search pattern.
|
![]() | Level |
Gets or sets the list of organizational levels.
|
![]() | MetroArea |
Gets or sets the list of metro area names.
(Inherited from Filter.) |
![]() | State |
Gets or sets the list of state abbreviations.
(Inherited from Filter.) |
![]() | Title |
Gets or sets the title search pattern.
|
![]() | ZipCode |
Gets or sets the list of zip codes.
(Inherited from Filter.) |