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

Inheritance: OpenADK.Library.SifEnum
ファイルを表示 Open project: open-adk/OpenADK-csharp Class Usage Examples

Public Properties

Property Type Description
NO YesNoMixed
YES YesNoMixed

Public Methods

Method Description
Wrap ( String wrappedValue ) : YesNoMixed

Wrap an arbitrary string value in a YesNoMixed object.

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

Private Methods

Method Description
YesNoMixed ( string enumDefValue ) : System

Method Details

Wrap() public static method

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

Property Details

NO public_oe static_oe property

No ("No")
public static YesNoMixed,OpenADK.Library.au.Common NO
return YesNoMixed

YES public_oe static_oe property

Yes ("Yes")
public static YesNoMixed,OpenADK.Library.au.Common YES
return YesNoMixed