SIFWorks ADK 2.0
Address Constructor (type, street, city, stateProvince, country, postalCode)
NamespacesEdustructures.SifWorks.CommonAddressAddressAddressNew(AddressType, Street, String, StatePrCode, CountryCode, String)

[This is preliminary documentation and is subject to change.]

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public Address(
	AddressType type,
	Street street,
	string city,
	StatePrCode stateProvince,
	CountryCode country,
	string postalCode
)
Public Sub New ( _
	type As AddressType, _
	street As Street, _
	city As String, _
	stateProvince As StatePrCode, _
	country As CountryCode, _
	postalCode As String _
)
public:
Address (
	AddressType^ type, 
	Street^ street, 
	String^ city, 
	StatePrCode^ stateProvince, 
	CountryCode^ country, 
	String^ postalCode
)
Parameters
type (AddressType)
Code that defines the location of the address. Note: A subset of specific valid values for each instance in a data object may be listed in that object.
street (Street)
The street part of the address
city (String)
The city part of the address.
stateProvince (StatePrCode)
The state or province code.
country (CountryCode)
The country code.
postalCode (String)
The ZIP/postal code.

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