C# Class GSF.MMS.Model.UnconfirmedService

Inheritance: IASN1PreparedElement
Afficher le fichier Open project: GridProtectionAlliance/gsf

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public initWithDefaults ( ) : void
Résultat void

isEventNotificationSelected() public méthode

public isEventNotificationSelected ( ) : bool
Résultat bool

isInformationReportSelected() public méthode

public isInformationReportSelected ( ) : bool
Résultat bool

isUnsolicitedStatusSelected() public méthode

public isUnsolicitedStatusSelected ( ) : bool
Résultat bool

selectEventNotification() public méthode

public selectEventNotification ( EventNotification val ) : void
val EventNotification
Résultat void

selectInformationReport() public méthode

public selectInformationReport ( InformationReport val ) : void
val InformationReport
Résultat void

selectUnsolicitedStatus() public méthode

public selectUnsolicitedStatus ( UnsolicitedStatus val ) : void
val UnsolicitedStatus
Résultat void