C# 클래스 GSF.MMS.Model.EntryContent.EntryFormChoiceType

상속: IASN1PreparedElement
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
initWithDefaults ( ) : void
isAnnotationSelected ( ) : bool
isDataSelected ( ) : bool
selectAnnotation ( MMSString val ) : void
selectData ( DataSequenceType val ) : void

메소드 상세

initWithDefaults() 공개 메소드

public initWithDefaults ( ) : void
리턴 void

isAnnotationSelected() 공개 메소드

public isAnnotationSelected ( ) : bool
리턴 bool

isDataSelected() 공개 메소드

public isDataSelected ( ) : bool
리턴 bool

selectAnnotation() 공개 메소드

public selectAnnotation ( MMSString val ) : void
val MMSString
리턴 void

selectData() 공개 메소드

public selectData ( DataSequenceType val ) : void
val DataSequenceType
리턴 void