The Organization type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Organization |
Initializes a new instance of the
Organization
class with default settings.
|
Methods
Name | Description | |
---|---|---|
Clone |
Creates a new object that is a copy of the current instance.
(Inherited from SerializableBase.) | |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Address |
Gets or sets the address of the organization.
| |
ContactEmail |
Gets or sets the contact e-mail address for the individual specified
by the
ContactName
property.
| |
ContactEmailSpecified |
Include the ContactEmail
property when serializing the class or generating the document.
| |
ContactName |
Gets or sets the name of an individual in the organization that can
be contacted.
| |
ContactNameSpecified |
Include the ContactName
property when serializing the class or generating the document.
| |
Name |
Gets or sets the name of the organization.
| |
NameSpecified |
Include the Name
property when serializing the class or generating the document.
| |
TaxID |
Gets or sets the U.S. Federal Tax ID for the organization.
| |
TaxIDSpecified |
Include the TaxID
property when serializing the class or generating the document.
| |
Telephones |
Gets the collection of contact telephone numbers for the individual
specified by the
ContactName
property.
|