[This is preliminary documentation and is subject to change.]
This element represents an address. This object occurs within objects and elements such as StaffPersonal and StudentPersonal/StudentAddress, etc.
| C# | Visual Basic | Visual C++ |
public class Address : SifKeyedElement
Public Class Address _ Inherits SifKeyedElement
public ref class Address : public SifKeyedElement
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| AddressAddressNew()() |
Creates an instance of an Address
| |
| AddressAddressNew(AddressType, Street, String, StatePrCode, CountryCode, String) |
Constructor that accepts values for all mandatory fields
| |
| City |
Gets or sets the value of the <City> element.
| |
| Country |
Gets or sets the value of the <Country> element.
| |
| County |
Gets or sets the value of the <County> element.
| |
| GridLocation |
Gets or sets the value of the <GridLocation> element.
| |
| KeyFields |
Gets the metadata fields that make up the key of this object
(Overrides SifKeyedElement.KeyFields.) | |
| PostalCode |
Gets or sets the value of the <PostalCode> element.
| |
| SetCountry(CountryCode) |
Sets the value of the <Country> element.
| |
| SetGridLocation(Nullable<(Of <Decimal>)>, Nullable<(Of <Decimal>)>) | Sets the value of the <GridLocation> element. | |
| SetStateProvince(StatePrCode) |
Sets the value of the <StateProvince> element.
| |
| SetStreet(String) | Sets the value of the <Street> element. | |
| SetType(AddressType) |
Sets the value of the Type attribute.
| |
| StateProvince |
Gets or sets the value of the <StateProvince> element.
| |
| Street |
Gets or sets the value of the <Street> element.
| |
| Type |
Gets or sets the value of the Type attribute.
|
Author: Generated by adkgen
Version: 2.0
Since: 1.1
| Object | ||||
| Element | ||||
| SifElement | ||||
| SifKeyedElement | ||||
| Address | ||||