Show / Hide Table of Contents

Class PhoneListPreferences

Search preferences for a phone list search

Carrier object for PhoneListPreferences. Services for the PhoneListPreferences Carrier is available from the PhoneList Agent.
Inheritance
object
PhoneListPreferences
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.6.0.0")]
public class PhoneListPreferences : Carrier

Constructors

PhoneListPreferences()

Default constructor

Declaration
public PhoneListPreferences()
See Also
IPhoneListAgent

Properties

SearchCompany

True if you want to search for Companies by their name.

Declaration
[DataMember]
public virtual bool SearchCompany { get; set; }
Property Value
Type Description
bool
See Also
IPhoneListAgent

SearchDepartment

True if you want to search for Departments where your colleagues work.

Declaration
[DataMember]
public virtual bool SearchDepartment { get; set; }
Property Value
Type Description
bool
See Also
IPhoneListAgent

SearchFirstname

True if you want to search for Persons by their firstname.

Declaration
[DataMember]
public virtual bool SearchFirstname { get; set; }
Property Value
Type Description
bool
See Also
IPhoneListAgent

SearchLastname

True if you want to search for Persons by their lastname.

Declaration
[DataMember]
public virtual bool SearchLastname { get; set; }
Property Value
Type Description
bool
See Also
IPhoneListAgent

SearchModeCompany

The Company name search type, e.g. BeginsWith, Contains, Endswith, Matches

Declaration
[DataMember]
public virtual StringSearchType SearchModeCompany { get; set; }
Property Value
Type Description
StringSearchType
See Also
IPhoneListAgent

SearchModeDepartment

The Department search type, e.g. BeginsWith, Contains, Endswith, Matches

Declaration
[DataMember]
public virtual StringSearchType SearchModeDepartment { get; set; }
Property Value
Type Description
StringSearchType
See Also
IPhoneListAgent

SearchModeFirstname

The firstname search type, e.g. BeginsWith, Contains, Endswith, Matches

Declaration
[DataMember]
public virtual StringSearchType SearchModeFirstname { get; set; }
Property Value
Type Description
StringSearchType
See Also
IPhoneListAgent

SearchModeLastname

The lastname search type, e.g. BeginsWith, Contains, Endswith, Matches

Declaration
[DataMember]
public virtual StringSearchType SearchModeLastname { get; set; }
Property Value
Type Description
StringSearchType
See Also
IPhoneListAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

See Also
IPhoneListAgent

ToString(string)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
string prefix

The line prefix (typically used for indenting)

Returns
Type Description
string

The carrier contents.

See Also
IPhoneListAgent

See Also

IPhoneListAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top