C# Class OpenADK.Library.au.Common.AUCodeSetsStaffStatusType

Inheritance: OpenADK.Library.SifEnum
Show file Open project: open-adk/OpenADK-csharp Class Usage Examples

Public Properties

Property Type Description
ACTIVE AUCodeSetsStaffStatusType
INACTIVE AUCodeSetsStaffStatusType
ON_LEAVE AUCodeSetsStaffStatusType
SUSPENDED AUCodeSetsStaffStatusType

Public Methods

Method Description
Wrap ( String wrappedValue ) : AUCodeSetsStaffStatusType

Wrap an arbitrary string value in an AUCodeSetsStaffStatusType object.

This method does not verify that the value is valid according to the SIF Specification

Private Methods

Method Description
AUCodeSetsStaffStatusType ( string enumDefValue ) : System

Method Details

Wrap() public static method

Wrap an arbitrary string value in an AUCodeSetsStaffStatusType object.
This method does not verify that the value is valid according to the SIF Specification
public static Wrap ( String wrappedValue ) : AUCodeSetsStaffStatusType
wrappedValue String The element/attribute value.
return AUCodeSetsStaffStatusType

Property Details

ACTIVE public static property

Active ("A")
public static AUCodeSetsStaffStatusType,OpenADK.Library.au.Common ACTIVE
return AUCodeSetsStaffStatusType

INACTIVE public static property

Inactive ("I")
public static AUCodeSetsStaffStatusType,OpenADK.Library.au.Common INACTIVE
return AUCodeSetsStaffStatusType

ON_LEAVE public static property

On Leave ("O")
public static AUCodeSetsStaffStatusType,OpenADK.Library.au.Common ON_LEAVE
return AUCodeSetsStaffStatusType

SUSPENDED public static property

Suspended ("S")
public static AUCodeSetsStaffStatusType,OpenADK.Library.au.Common SUSPENDED
return AUCodeSetsStaffStatusType