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

Inheritance: OpenADK.Library.SifEnum
ファイルを表示 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_oe static_oe property

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

INACTIVE public_oe static_oe property

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

ON_LEAVE public_oe static_oe property

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

SUSPENDED public_oe static_oe property

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