ContactItem Class

Information about an individual contact.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public class ContactItem : BaseItem
Inheritance
Object    ChangeObjectItem    BaseItem    ContactItem

Constructors

ContactItem Create a new instance of the ContactItem item.

Properties

CityName Get/Set the name of the city in which the contact is located.
Comments Get a reference to the comments that have been created on this item.
(Inherited from BaseItem)
DefaultOrganization Get/Set a reference to the default organization for this contact.
DisplayName Get/Set the user-readable name of the contact.
EmailAddress Get/Set the default email address of the contact.
ExtendedProperties Get a reference to a collection of properties defined for this contact.
(Inherited from BaseItem)
ItemId Get/Set the locally unique identification of this record.
(Inherited from BaseItem)
ItemTicket Get/Set the globally unique identification of this record.
(Inherited from BaseItem)
PositionName Get/Set the name of the contact's position.
ProvinceName Get/Set the name of the province in which the contact is located.
Schedule Get a reference to the collection of time blocks composing the contact's schedule.
StateName Get/Set the name of the state in which the contact is located.
StreetAddress Get/Set the street address of the contact.
SupervisorContact Get/Set a reference to the contact record of the supervisor of this contact.
TelephoneNumber Get/Set the contact's primary telephone number.
TelephoneType Get/Set the contact's primary telephone type.
WebsiteAddress Get/Set the default website address of the contact.
ZipCode Get/Set the zip code of the contact's location.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
OnCollectionChanged Raises the CollectionChanged event when the contents of a member collection have changed.
(Inherited from BaseItem)
OnPropertyChanged Raises the PropertyChanged event when the value of a member property has changed.
(Inherited from BaseItem)
ShouldSerializeCityName Return a value indicating whether the CityName property should be serialized.
ShouldSerializeDefaultOrganization Return a value indicating whether the DefaultOrganization property should be serialized.
ShouldSerializeDisplayName Return a value indicating whether the DisplayName property should be serialized.
ShouldSerializeEmailAddress Return a value indicating whether the EmailAddress property should be serialized.
ShouldSerializeExtendedProperties Return a value indicating whether the ExtendedProperties property should be serialized.
(Inherited from BaseItem)
ShouldSerializeItemId Return a value indicating whether the ItemId property should be serialized.
(Inherited from BaseItem)
ShouldSerializeItemTicket Return a value indicating whether the ItemTicket property should be serialized.
(Inherited from BaseItem)
ShouldSerializePositionName Return a value indicating whether the PositionName property should be serialized.
ShouldSerializeProvinceName Return a value indicating whether the ProvinceName property should be serialized.
ShouldSerializeSchedule Return a value indicating whether the Schedule property should be serialized.
ShouldSerializeStateName Return a value indicating whether the StateName property should be serialized.
ShouldSerializeStreetAddress Return a value indicating whether the StreetAddress property should be serialized.
ShouldSerializeSupervisorContact Return a value indicating whether the SupervisorContact property should be serialized.
ShouldSerializeTelephoneNumber Return a value indicating whether the TelephoneNumber property should be serialized.
ShouldSerializeTelephoneType Return a value indicating whether the TelephoneType property should be serialized.
ShouldSerializeWebsiteAddress Return a value indicating whether the WebsiteAddress property should be serialized.
ShouldSerializeZipCode Return a value indicating whether the ZipCode property should be serialized.
ToString Return the string representation of this item.
(Overrides ObjectToString)

Events

PropertyChanged Raised when the value of a property has changed.
(Inherited from ChangeObjectItem)

See Also