Class PhoneListPreferences
Search preferences for a phone list search
Carrier object for PhoneListPreferences. Services for the PhoneListPreferences Carrier is available from the IPhoneListAgent.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class PhoneListPreferences : Carrier
Constructors
PhoneListPreferences()
Default constructor
Declaration
public PhoneListPreferences()
See Also
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
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
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
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
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
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
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
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
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The carrier contents. |
See Also
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. |