Class PhoneListPreferences
Search preferences for a phone list search
Carrier object for PhoneListPreferences. Services for the PhoneListPreferences Carrier is available from the PhoneList Agent.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
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
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
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
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
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
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
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
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
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. |