C# Class GSF.MMS.Model.EventNotification.ActionResultSequenceType.SuccessOrFailureChoiceType

Inheritance: IASN1PreparedElement
Show file Open project: GridProtectionAlliance/gsf

Private Properties

Property Type Description

Public Methods

Method Description
initWithDefaults ( ) : void
isFailureSelected ( ) : bool
isSuccessSelected ( ) : bool
selectFailure ( FailureSequenceType val ) : void
selectSuccess ( SuccessSequenceType val ) : void

Method Details

initWithDefaults() public method

public initWithDefaults ( ) : void
return void

isFailureSelected() public method

public isFailureSelected ( ) : bool
return bool

isSuccessSelected() public method

public isSuccessSelected ( ) : bool
return bool

selectFailure() public method

public selectFailure ( FailureSequenceType val ) : void
val FailureSequenceType
return void

selectSuccess() public method

public selectSuccess ( SuccessSequenceType val ) : void
val SuccessSequenceType
return void