C# Class GSF.MMS.Model.Event_Condition_instance.DefinitionChoiceType.DetailsSequenceType.Group_Priority_OverrideChoiceType

Inheritance: IASN1PreparedElement
Show file Open project: GridProtectionAlliance/gsf

Private Properties

Property Type Description

Public Methods

Method Description
initWithDefaults ( ) : void
isPrioritySelected ( ) : bool
isUndefinedSelected ( ) : bool
selectPriority ( Priority val ) : void
selectUndefined ( ) : void
selectUndefined ( GSF.ASN1.Types.NullObject val ) : void

Method Details

initWithDefaults() public method

public initWithDefaults ( ) : void
return void

isPrioritySelected() public method

public isPrioritySelected ( ) : bool
return bool

isUndefinedSelected() public method

public isUndefinedSelected ( ) : bool
return bool

selectPriority() public method

public selectPriority ( Priority val ) : void
val Priority
return void

selectUndefined() public method

public selectUndefined ( ) : void
return void

selectUndefined() public method

public selectUndefined ( GSF.ASN1.Types.NullObject val ) : void
val GSF.ASN1.Types.NullObject
return void