C# Class GSF.MMS.Model.CS_GetProgramInvocationAttributes_Response.ControlChoiceType

Inheritance: IASN1PreparedElement
Show file Open project: GridProtectionAlliance/gsf

Private Properties

Property Type Description

Public Methods

Method Description
initWithDefaults ( ) : void
isControlledSelected ( ) : bool
isControllingSelected ( ) : bool
isNormalSelected ( ) : bool
selectControlled ( ControlledChoiceType val ) : void
selectControlling ( ControllingSequenceType val ) : void
selectNormal ( ) : void
selectNormal ( GSF.ASN1.Types.NullObject val ) : void

Method Details

initWithDefaults() public method

public initWithDefaults ( ) : void
return void

isControlledSelected() public method

public isControlledSelected ( ) : bool
return bool

isControllingSelected() public method

public isControllingSelected ( ) : bool
return bool

isNormalSelected() public method

public isNormalSelected ( ) : bool
return bool

selectControlled() public method

public selectControlled ( ControlledChoiceType val ) : void
val ControlledChoiceType
return void

selectControlling() public method

public selectControlling ( ControllingSequenceType val ) : void
val ControllingSequenceType
return void

selectNormal() public method

public selectNormal ( ) : void
return void

selectNormal() public method

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