C# Class GSF.MMS.Model.UnconfirmedService

Inheritance: IASN1PreparedElement
Mostrar archivo Open project: GridProtectionAlliance/gsf

Private Properties

Property Type Description

Public Methods

Method Description
initWithDefaults ( ) : void
isEventNotificationSelected ( ) : bool
isInformationReportSelected ( ) : bool
isUnsolicitedStatusSelected ( ) : bool
selectEventNotification ( EventNotification val ) : void
selectInformationReport ( InformationReport val ) : void
selectUnsolicitedStatus ( UnsolicitedStatus val ) : void

Method Details

initWithDefaults() public method

public initWithDefaults ( ) : void
return void

isEventNotificationSelected() public method

public isEventNotificationSelected ( ) : bool
return bool

isInformationReportSelected() public method

public isInformationReportSelected ( ) : bool
return bool

isUnsolicitedStatusSelected() public method

public isUnsolicitedStatusSelected ( ) : bool
return bool

selectEventNotification() public method

public selectEventNotification ( EventNotification val ) : void
val EventNotification
return void

selectInformationReport() public method

public selectInformationReport ( InformationReport val ) : void
val InformationReport
return void

selectUnsolicitedStatus() public method

public selectUnsolicitedStatus ( UnsolicitedStatus val ) : void
val UnsolicitedStatus
return void