C# Class GSF.MMS.Model.Event_Enrollment_instance.DefinitionChoiceType.DetailsSequenceType.DisplayEnhancementChoiceType

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
initWithDefaults ( ) : void
isNoneSelected ( ) : bool
isNumberSelected ( ) : bool
isTextSelected ( ) : bool
selectNone ( ) : void
selectNone ( GSF.ASN1.Types.NullObject val ) : void
selectNumber ( long val ) : void
selectText ( MMSString val ) : void

Method Details

initWithDefaults() public méthode

public initWithDefaults ( ) : void
Résultat void

isNoneSelected() public méthode

public isNoneSelected ( ) : bool
Résultat bool

isNumberSelected() public méthode

public isNumberSelected ( ) : bool
Résultat bool

isTextSelected() public méthode

public isTextSelected ( ) : bool
Résultat bool

selectNone() public méthode

public selectNone ( ) : void
Résultat void

selectNone() public méthode

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

selectNumber() public méthode

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

selectText() public méthode

public selectText ( MMSString val ) : void
val MMSString
Résultat void