Class PhoneListItem
Carrier object for PhoneListItem. Services for the PhoneListItem Carrier is available from the IPhoneListAgent.
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class PhoneListItem : Carrier
Constructors
PhoneListItem()
Default constructor
Declaration
public PhoneListItem()
See Also
Properties
Id
The contact or person's id
Declaration
public virtual int Id { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
Name
The contact or person's name
Declaration
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
PersonCellPhone
Person Cell Phone
Declaration
public virtual string PersonCellPhone { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
PersonDirectPhone
Person Direct Phone
Declaration
public virtual string PersonDirectPhone { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
PersonEmail
The address itself
Declaration
public virtual string PersonEmail { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
PersonFaxNumber
Actual phone number as eneterd by the user
Declaration
public virtual string PersonFaxNumber { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
PersonPagerNumber
Actual phone number as eneterd by the user
Declaration
public virtual string PersonPagerNumber { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
PersonPrivatePhone
Person Private Phone
Declaration
public virtual string PersonPrivatePhone { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
Tooltip
Carrier object for PhoneListItem. Services for the PhoneListItem Carrier is available from the IPhoneListAgent.
Declaration
public virtual string Tooltip { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
UniqueId
Property setting a unique id indicating if this is a person or contact
Declaration
public virtual string UniqueId { get; set; }
Property Value
Type | Description |
---|---|
String |
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. |