C# Class GSF.MMS.Model.CS_AlterEventEnrollment_Request.ChangeDisplayChoiceType

Inheritance: IASN1PreparedElement
Show file Open project: GridProtectionAlliance/gsf

Private Properties

Property Type Description

Public Methods

Method Description
initWithDefaults ( ) : void
isIndexSelected ( ) : bool
isNoEnhancementSelected ( ) : bool
isStringSelected ( ) : bool
selectIndex ( long val ) : void
selectNoEnhancement ( ) : void
selectNoEnhancement ( GSF.ASN1.Types.NullObject val ) : void
selectString ( string val ) : void

Method Details

initWithDefaults() public method

public initWithDefaults ( ) : void
return void

isIndexSelected() public method

public isIndexSelected ( ) : bool
return bool

isNoEnhancementSelected() public method

public isNoEnhancementSelected ( ) : bool
return bool

isStringSelected() public method

public isStringSelected ( ) : bool
return bool

selectIndex() public method

public selectIndex ( long val ) : void
val long
return void

selectNoEnhancement() public method

public selectNoEnhancement ( ) : void
return void

selectNoEnhancement() public method

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

selectString() public method

public selectString ( string val ) : void
val string
return void