Show / Hide Table of Contents

Class PhoneListItem

Carrier object for PhoneListItem. Services for the PhoneListItem Carrier is available from the PhoneList Agent.

Inheritance
object
PhoneListItem
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.9.0.0")]
public class PhoneListItem : Carrier

Constructors

PhoneListItem()

Default constructor

Declaration
public PhoneListItem()
See Also
IPhoneListAgent

Properties

Id

The contact or person's id

Declaration
[DataMember]
public virtual int Id { get; set; }
Property Value
Type Description
int
See Also
IPhoneListAgent

Name

The contact or person's name

Declaration
[DataMember]
public virtual string Name { get; set; }
Property Value
Type Description
string
See Also
IPhoneListAgent

PersonCellPhone

Person Cell Phone

Declaration
[DataMember]
public virtual string PersonCellPhone { get; set; }
Property Value
Type Description
string
See Also
IPhoneListAgent

PersonDirectPhone

Person Direct Phone

Declaration
[DataMember]
public virtual string PersonDirectPhone { get; set; }
Property Value
Type Description
string
See Also
IPhoneListAgent

PersonEmail

The address itself

Declaration
[DataMember]
public virtual string PersonEmail { get; set; }
Property Value
Type Description
string
See Also
IPhoneListAgent

PersonFaxNumber

Actual phone number as eneterd by the user

Declaration
[DataMember]
public virtual string PersonFaxNumber { get; set; }
Property Value
Type Description
string
See Also
IPhoneListAgent

PersonPagerNumber

Actual phone number as eneterd by the user

Declaration
[DataMember]
public virtual string PersonPagerNumber { get; set; }
Property Value
Type Description
string
See Also
IPhoneListAgent

PersonPrivatePhone

Person Private Phone

Declaration
[DataMember]
public virtual string PersonPrivatePhone { get; set; }
Property Value
Type Description
string
See Also
IPhoneListAgent

Tooltip

Carrier object for PhoneListItem. Services for the PhoneListItem Carrier is available from the PhoneList Agent.

Declaration
[DataMember]
public virtual string Tooltip { get; set; }
Property Value
Type Description
string
See Also
IPhoneListAgent

UniqueId

Property setting a unique id indicating if this is a person or contact

Declaration
[DataMember]
public virtual string UniqueId { get; set; }
Property Value
Type Description
string
See Also
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
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
IPhoneListAgent

See Also

IPhoneListAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top