OrganizationItem Class

Information about a single organization.

Definition

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

Constructors

OrganizationItem Create a new instance of the OrganizationItem item.

Properties

CityName Get/Set the name of the city in which the organization is located.
Comments Get a reference to the comments that have been created on this item.
(Inherited from BaseItem)
DefaultContact Get/Set a reference to the default contact for this organization.
DisplayName Get/Set the user-readable name of the organization.
EmailAddress Get/Set the default email address of the organization.
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)
ProvinceName Get/Set the name of the province in which the organization is located.
RelationType Get/Set the type of relation that organization has to this.
StateName Get/Set the name of the state in which the organization is located.
StreetAddress Get/Set the street address of the organization.
TelephoneNumber Get/Set the organization's primary telephone number.
TelephoneType Get/Set the organization's primary telephone type.
WebsiteAddress Get/Set the default website address of the organization.
ZipCode Get/Set the zip code of the organization'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.
ShouldSerializeDefaultContact Return a value indicating whether the DefaultContact 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)
ShouldSerializeProvinceName Return a value indicating whether the ProvinceName property should be serialized.
ShouldSerializeRelationType Return a value indicating whether the RelationType 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.
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
(Inherited from Object)

Events

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

See Also