C# 클래스 GSF.MMS.Model.VariableAccessSpecification

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
initWithDefaults ( ) : void
isListOfVariableSelected ( ) : bool
isVariableListNameSelected ( ) : bool
selectListOfVariable ( ICollection val ) : void
selectVariableListName ( ObjectName val ) : void

메소드 상세

initWithDefaults() 공개 메소드

public initWithDefaults ( ) : void
리턴 void

isListOfVariableSelected() 공개 메소드

public isListOfVariableSelected ( ) : bool
리턴 bool

isVariableListNameSelected() 공개 메소드

public isVariableListNameSelected ( ) : bool
리턴 bool

selectListOfVariable() 공개 메소드

public selectListOfVariable ( ICollection val ) : void
val ICollection
리턴 void

selectVariableListName() 공개 메소드

public selectVariableListName ( ObjectName val ) : void
val ObjectName
리턴 void