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 IPhoneListAgent.
Inheritance
Object
PhoneListPreferences
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class PhoneListPreferences : Carrier

Constructors

PhoneListPreferences()

Default constructor

Declaration
public PhoneListPreferences()
See Also
PhoneListAgent
IPhoneListAgent

Properties

SearchCompany

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

Declaration
public virtual bool SearchCompany { get; set; }
Property Value
Type Description
Boolean
See Also
PhoneListAgent
IPhoneListAgent

SearchDepartment

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

Declaration
public virtual bool SearchDepartment { get; set; }
Property Value
Type Description
Boolean
See Also
PhoneListAgent
IPhoneListAgent

SearchFirstname

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

Declaration
public virtual bool SearchFirstname { get; set; }
Property Value
Type Description
Boolean
See Also
PhoneListAgent
IPhoneListAgent

SearchLastname

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

Declaration
public virtual bool SearchLastname { get; set; }
Property Value
Type Description
Boolean
See Also
PhoneListAgent
IPhoneListAgent

SearchModeCompany

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

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

SearchModeDepartment

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

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

SearchModeFirstname

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

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

SearchModeLastname

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

Declaration
public virtual StringSearchType SearchModeLastname { get; set; }
Property Value
Type Description
StringSearchType
See Also
PhoneListAgent
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
PhoneListAgent
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
PhoneListAgent
IPhoneListAgent

See Also

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