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

Inheritance: OpenADK.Library.SifEnum
Afficher le fichier Open project: open-adk/OpenADK-csharp Class Usage Examples

Méthodes publiques

Свойство Type Description
NO YesNoMixed
YES YesNoMixed

Méthodes publiques

Méthode 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

Méthode Description
YesNoMixed ( string enumDefValue ) : System

Method Details

Wrap() public static méthode

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.
Résultat YesNoMixed

Property Details

NO public_oe static_oe property

No ("No")
public static YesNoMixed,OpenADK.Library.au.Common NO
Résultat YesNoMixed

YES public_oe static_oe property

Yes ("Yes")
public static YesNoMixed,OpenADK.Library.au.Common YES
Résultat YesNoMixed