SIFWorks ADK 2.0
CountryCode Class
NamespacesEdustructures.SifWorks.CommonCountryCode

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

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



IconMemberDescription
static memberAU
Australia ("AU")

static memberCA
Canada ("CA")

static memberGB
United Kingdom ("GB")

static memberIE
Ireland ("IE")

static memberIM
Isle of Man ("IM")

static memberUM
United States Minor Outlying Islands ("UM")

static memberUS
United States of America ("US")

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

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

Author: Generated by adkgen

Version: 2.0

Since: 1.1

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

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