C# Class GSF.MMS.Model.AlternateAccessSelection.SelectAlternateAccessSequenceType.AccessSelectionChoiceType

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
initWithDefaults ( ) : void
isAllElementsSelected ( ) : bool
isComponentSelected ( ) : bool
isIndexRangeSelected ( ) : bool
isIndexSelected ( ) : bool
selectAllElements ( ) : void
selectAllElements ( GSF.ASN1.Types.NullObject val ) : void
selectComponent ( GSF.MMS.Model.Identifier val ) : void
selectIndex ( Unsigned32 val ) : void
selectIndexRange ( IndexRangeSequenceType val ) : void

Method Details

initWithDefaults() public méthode

public initWithDefaults ( ) : void
Résultat void

isAllElementsSelected() public méthode

public isAllElementsSelected ( ) : bool
Résultat bool

isComponentSelected() public méthode

public isComponentSelected ( ) : bool
Résultat bool

isIndexRangeSelected() public méthode

public isIndexRangeSelected ( ) : bool
Résultat bool

isIndexSelected() public méthode

public isIndexSelected ( ) : bool
Résultat bool

selectAllElements() public méthode

public selectAllElements ( ) : void
Résultat void

selectAllElements() public méthode

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

selectComponent() public méthode

public selectComponent ( GSF.MMS.Model.Identifier val ) : void
val GSF.MMS.Model.Identifier
Résultat void

selectIndex() public méthode

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

selectIndexRange() public méthode

public selectIndexRange ( IndexRangeSequenceType val ) : void
val IndexRangeSequenceType
Résultat void