Skip to main content

Class PhoneListPreferences

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for PhoneListPreferences. Search preferences for a phone list search

Inheritance

objectCarrierPhoneListPreferences

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

PhoneListPreferences()

Default constructor - defaults any enum props to 0.

Properties

SearchCompany

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

Property Value

bool

SearchDepartment

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

Property Value

bool

SearchFirstname

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

Property Value

bool

SearchLastname

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

Property Value

bool

SearchModeCompany

The Company name search type, e.g. BeginsWith, Contains, Endswith, Matches NULL if unknown enum value.

Property Value

StringSearchType?

See Also

PhoneListPreferences.SearchModeCompany_String

SearchModeCompany_String

The Company name search type, e.g. BeginsWith, Contains, Endswith, Matches Raw string enum value.

Property Value

string

See Also

PhoneListPreferences.SearchModeCompany

SearchModeDepartment

The Department search type, e.g. BeginsWith, Contains, Endswith, Matches NULL if unknown enum value.

Property Value

StringSearchType?

See Also

PhoneListPreferences.SearchModeDepartment_String

SearchModeDepartment_String

The Department search type, e.g. BeginsWith, Contains, Endswith, Matches Raw string enum value.

Property Value

string

See Also

PhoneListPreferences.SearchModeDepartment

SearchModeFirstname

The firstname search type, e.g. BeginsWith, Contains, Endswith, Matches NULL if unknown enum value.

Property Value

StringSearchType?

See Also

PhoneListPreferences.SearchModeFirstname_String

SearchModeFirstname_String

The firstname search type, e.g. BeginsWith, Contains, Endswith, Matches Raw string enum value.

Property Value

string

See Also

PhoneListPreferences.SearchModeFirstname

SearchModeLastname

The lastname search type, e.g. BeginsWith, Contains, Endswith, Matches NULL if unknown enum value.

Property Value

StringSearchType?

See Also

PhoneListPreferences.SearchModeLastname_String

SearchModeLastname_String

The lastname search type, e.g. BeginsWith, Contains, Endswith, Matches Raw string enum value.

Property Value

string

See Also

PhoneListPreferences.SearchModeLastname

See Also

PhoneListAgent