SIFWorks ADK 2.0
AddressType Class
NamespacesEdustructures.SifWorks.CommonAddressType

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

Defines the set of values that can be specified whenever an AddressType is used as a parameter to a method or constructor.
Declaration Syntax
C#Visual BasicVisual C++
public class AddressType : SifEnum
Public Class AddressType _
	Inherits SifEnum
public ref class AddressType : public SifEnum
Members
All MembersMethodsFields



IconMemberDescription
static memberC0369_CAMPUS
Campus Address ("04")

static memberC0369_EMPLOYER
Employer's Address ("05")

static memberC0369_EMPLOYMENT
Employment Address ("06")

static memberC0369_MAILING
Mailing Address ("03")

static memberC0369_ORGANIZATION
Organization Address ("07")

static memberC0369_OTHER
Other Home Address ("02")

static memberC0369_PERMANENT
Permanent Address ("01")

static memberEMPLOYERS
Employer's address ("1074")

static memberEMPLOYMENT
Employment address ("1075")

static memberMAILING
Mailing address ("0123")

static memberOTHER_HOME
Other home address ("1073")

static memberOTHER_ORGANIZATION
Other organization address ("2382")

static memberPHYSICAL_LOCATION
Physical location address ("0765")

static memberSHIPPING
Shipping address ("0124")

static memberSIF15_CAMPUS
Campus Address (deprecated) ("04")

static memberSIF15_EMPLOYER
Employer's Address (deprecated) ("05")

static memberSIF15_EMPLOYMENT
Employment Address (deprecated) ("06")

static memberSIF15_MAILING
Mailing Address (deprecated) ("03")

static memberSIF15_ORGANIZATION
Organization Address (deprecated) ("07")

static memberSIF15_OTHER
Other Home Address (deprecated) ("02")

static memberSIF15_PERMANENT
Permanent Address (deprecated) ("01")

static memberWrap(String)
Wrap an arbitrary string value in an AddressType object.

Remarks
Alternatively, the static Wrap(String) method can be called to encapsulate any string value in an AddressType object.

Author: Generated by adkgen

Version: 2.0

Since: 1.1

Inheritance Hierarchy
Object
SifSimpleType
 AdkDataType<(Of <String>)>
  SifString
   SifEnum
    AddressType

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