C# 클래스 GSF.MMS.Model.CS_AlterEventConditionMonitoring_Request.ChangeDisplayChoiceType

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
initWithDefaults ( ) : void
isIndexSelected ( ) : bool
isNoEnhancementSelected ( ) : bool
isStringSelected ( ) : bool
selectIndex ( long val ) : void
selectNoEnhancement ( ) : void
selectNoEnhancement ( GSF.ASN1.Types.NullObject val ) : void
selectString ( string val ) : void

메소드 상세

initWithDefaults() 공개 메소드

public initWithDefaults ( ) : void
리턴 void

isIndexSelected() 공개 메소드

public isIndexSelected ( ) : bool
리턴 bool

isNoEnhancementSelected() 공개 메소드

public isNoEnhancementSelected ( ) : bool
리턴 bool

isStringSelected() 공개 메소드

public isStringSelected ( ) : bool
리턴 bool

selectIndex() 공개 메소드

public selectIndex ( long val ) : void
val long
리턴 void

selectNoEnhancement() 공개 메소드

public selectNoEnhancement ( ) : void
리턴 void

selectNoEnhancement() 공개 메소드

public selectNoEnhancement ( GSF.ASN1.Types.NullObject val ) : void
val GSF.ASN1.Types.NullObject
리턴 void

selectString() 공개 메소드

public selectString ( string val ) : void
val string
리턴 void