SIFWorks ADK 2.0
MaritalStatus Class
NamespacesEdustructures.SifWorks.CommonMaritalStatus

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

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



IconMemberDescription
static memberLEGALLY_SEPERATED
Legally separated ("1040")

static memberMARRIED
Married ("1041")

static memberNOT_MARRIED
Not married (never married, legally divorced, widowed, or marriage annulled) ("1042")

static memberSIF1X_LEGALLY_SEPARATED
Legally separated ("01")

static memberSIF1X_MARRIED
Married ("02")

static memberSIF1X_NOT_MARRIED
Not Married (never married, legally divorced, widowed, or marriage annulled) ("03")

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

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

Author: Generated by adkgen

Version: 2.0

Since: 1.1

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

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