SIFWorks ADK 2.0
CitizenshipStatus Class
NamespacesEdustructures.SifWorks.CommonCitizenshipStatus

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

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



IconMemberDescription
static memberDUALNATIONAL
Dual national ("1014")

static memberNON_RESIDENT_ALIEN
Non-resident alien ("1015")

static memberOTHER
Other ("9999")

static memberRESIDENT_ALIEN
Resident alien ("1016")

static memberSIF1X_DUALNATIONAL
Dual National - An individual who is a citizen of more than one country ("01")

static memberSIF1X_NON_RESIDENT_ALIEN
Non-Resident Alien - An individual who has been admitted temporarily to the United States as a non-immigrant, but is not a citizen ("02")

static memberSIF1X_OTHER
Other ("99")

static memberSIF1X_RESIDENT_ALIEN
An individual who has been admitted to the United States for permanent residency but is not a citizen of the United States ("03")

static memberSIF1X_USCITIZEN
United States Citizen - An individual who is a citizen of only the United States regardless of how this status was acquired ("04")

static memberUSCITIZEN
United States Citizen ("1017")

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

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

Author: Generated by adkgen

Version: 2.0

Since: 1.1

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

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