SIFWorks ADK 2.0
Address Class
NamespacesEdustructures.SifWorks.CommonAddress

[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.
Declaration Syntax
C#Visual BasicVisual C++
public class Address : SifKeyedElement
Public Class Address _
	Inherits SifKeyedElement
public ref class Address : public SifKeyedElement
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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.

Remarks

Author: Generated by adkgen

Version: 2.0

Since: 1.1

Inheritance Hierarchy

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10