Show / Hide Table of Contents

Class PhoneListItem

Carrier object for PhoneListItem. Services for the PhoneListItem Carrier is available from the IPhoneListAgent.

Inheritance
Object
PhoneListItem
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class PhoneListItem : Carrier

Constructors

PhoneListItem()

Default constructor

Declaration
public PhoneListItem()
See Also
PhoneListAgent
IPhoneListAgent

Properties

Id

The contact or person's id

Declaration
public virtual int Id { get; set; }
Property Value
Type Description
Int32
See Also
PhoneListAgent
IPhoneListAgent

Name

The contact or person's name

Declaration
public virtual string Name { get; set; }
Property Value
Type Description
String
See Also
PhoneListAgent
IPhoneListAgent

PersonCellPhone

Person Cell Phone

Declaration
public virtual string PersonCellPhone { get; set; }
Property Value
Type Description
String
See Also
PhoneListAgent
IPhoneListAgent

PersonDirectPhone

Person Direct Phone

Declaration
public virtual string PersonDirectPhone { get; set; }
Property Value
Type Description
String
See Also
PhoneListAgent
IPhoneListAgent

PersonEmail

The address itself

Declaration
public virtual string PersonEmail { get; set; }
Property Value
Type Description
String
See Also
PhoneListAgent
IPhoneListAgent

PersonFaxNumber

Actual phone number as eneterd by the user

Declaration
public virtual string PersonFaxNumber { get; set; }
Property Value
Type Description
String
See Also
PhoneListAgent
IPhoneListAgent

PersonPagerNumber

Actual phone number as eneterd by the user

Declaration
public virtual string PersonPagerNumber { get; set; }
Property Value
Type Description
String
See Also
PhoneListAgent
IPhoneListAgent

PersonPrivatePhone

Person Private Phone

Declaration
public virtual string PersonPrivatePhone { get; set; }
Property Value
Type Description
String
See Also
PhoneListAgent
IPhoneListAgent

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
PhoneListAgent
IPhoneListAgent

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
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