C# Class GSF.MMS.Model.CS_GetEventConditionAttributes_Response.DisplayEnhancementChoiceType

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

Private Properties

Свойство Type Description

Méthodes publiques

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

public initWithDefaults ( ) : void
Résultat void

isIndexSelected() public méthode

public isIndexSelected ( ) : bool
Résultat bool

isNoEnhancementSelected() public méthode

public isNoEnhancementSelected ( ) : bool
Résultat bool

isStringSelected() public méthode

public isStringSelected ( ) : bool
Résultat bool

selectIndex() public méthode

public selectIndex ( long val ) : void
val long
Résultat void

selectNoEnhancement() public méthode

public selectNoEnhancement ( ) : void
Résultat void

selectNoEnhancement() public méthode

public selectNoEnhancement ( GSF.ASN1.Types.NullObject val ) : void
val GSF.ASN1.Types.NullObject
Résultat void

selectString() public méthode

public selectString ( string val ) : void
val string
Résultat void