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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
initWithDefaults ( ) : void
isEventNotificationSelected ( ) : bool
isInformationReportSelected ( ) : bool
isUnsolicitedStatusSelected ( ) : bool
selectEventNotification ( EventNotification val ) : void
selectInformationReport ( InformationReport val ) : void
selectUnsolicitedStatus ( UnsolicitedStatus val ) : void

메소드 상세

initWithDefaults() 공개 메소드

public initWithDefaults ( ) : void
리턴 void

isEventNotificationSelected() 공개 메소드

public isEventNotificationSelected ( ) : bool
리턴 bool

isInformationReportSelected() 공개 메소드

public isInformationReportSelected ( ) : bool
리턴 bool

isUnsolicitedStatusSelected() 공개 메소드

public isUnsolicitedStatusSelected ( ) : bool
리턴 bool

selectEventNotification() 공개 메소드

public selectEventNotification ( EventNotification val ) : void
val EventNotification
리턴 void

selectInformationReport() 공개 메소드

public selectInformationReport ( InformationReport val ) : void
val InformationReport
리턴 void

selectUnsolicitedStatus() 공개 메소드

public selectUnsolicitedStatus ( UnsolicitedStatus val ) : void
val UnsolicitedStatus
리턴 void