C# Class GSF.MMS.Model.ControlElement

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
initWithDefaults ( ) : void
isBeginDomainDefSelected ( ) : bool
isContinueDomainDefSelected ( ) : bool
isEndDomainDefSelected ( ) : bool
isPiDefinitionSelected ( ) : bool
selectBeginDomainDef ( BeginDomainDefSequenceType val ) : void
selectContinueDomainDef ( ContinueDomainDefSequenceType val ) : void
selectEndDomainDef ( GSF.MMS.Model.Identifier val ) : void
selectPiDefinition ( PiDefinitionSequenceType val ) : void

Method Details

initWithDefaults() public méthode

public initWithDefaults ( ) : void
Résultat void

isBeginDomainDefSelected() public méthode

public isBeginDomainDefSelected ( ) : bool
Résultat bool

isContinueDomainDefSelected() public méthode

public isContinueDomainDefSelected ( ) : bool
Résultat bool

isEndDomainDefSelected() public méthode

public isEndDomainDefSelected ( ) : bool
Résultat bool

isPiDefinitionSelected() public méthode

public isPiDefinitionSelected ( ) : bool
Résultat bool

selectBeginDomainDef() public méthode

public selectBeginDomainDef ( BeginDomainDefSequenceType val ) : void
val BeginDomainDefSequenceType
Résultat void

selectContinueDomainDef() public méthode

public selectContinueDomainDef ( ContinueDomainDefSequenceType val ) : void
val ContinueDomainDefSequenceType
Résultat void

selectEndDomainDef() public méthode

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

selectPiDefinition() public méthode

public selectPiDefinition ( PiDefinitionSequenceType val ) : void
val PiDefinitionSequenceType
Résultat void