C# 클래스 OpenADK.Library.au.Common.YesNoMixed

상속: OpenADK.Library.SifEnum
파일 보기 프로젝트 열기: open-adk/OpenADK-csharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NO YesNoMixed
YES YesNoMixed

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
YesNoMixed ( string enumDefValue ) : System

메소드 상세

Wrap() 공개 정적인 메소드

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.
리턴 YesNoMixed

프로퍼티 상세

NO 공개적으로 정적으로 프로퍼티

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

YES 공개적으로 정적으로 프로퍼티

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