The Address type exposes the following members.
Constructors
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 | |
---|---|---|
Apartment |
Gets or sets the apartment designation portion of the address.
| |
ApartmentSpecified |
Include the Apartment
property when serializing the class or generating the document.
| |
Building |
Gets or sets the building designation portion of the address.
| |
BuildingSpecified |
Include the Building
property when serializing the class or generating the document.
| |
City |
Gets or sets the city designation for the address.
| |
CitySpecified |
Include the City
property when serializing the class or generating the document.
| |
Country |
Gets or sets the country designation for the address.
| |
CountrySpecified |
Include the Country
property when serializing the class or generating the document.
| |
Department |
Gets or sets the department designation portion of the address.
| |
DepartmentSpecified |
Include the Department
property when serializing the class or generating the document.
| |
Floor |
Gets or sets the floor designation portion of the address.
| |
FloorSpecified |
Include the Floor
property when serializing the class or generating the document.
| |
Room |
Gets or sets the room designation portion of the address.
| |
RoomSpecified |
Include the Room
property when serializing the class or generating the document.
| |
State |
Gets or sets the state designation for the address.
| |
StateSpecified |
Include the State
property when serializing the class or generating the document.
| |
StreetAddress1 |
Gets or sets the first line of the street address.
| |
StreetAddress1Specified |
Include the StreetAddress1
property when serializing the class or generating the document.
| |
StreetAddress2 |
Gets or sets the second line of the street address.
| |
StreetAddress2Specified |
Include the StreetAddress2
property when serializing the class or generating the document.
| |
Suite |
Gets or sets the suite designation portion of the address.
| |
SuiteSpecified |
Include the Suite
property when serializing the class or generating the document.
| |
Zip |
Gets or sets the zip code for the address.
| |
ZipSpecified |
Include the Zip
property when serializing the class or generating the document.
|