C# Class GSF.MMS.Model.VariableSpecification

Inheritance: IASN1PreparedElement
Mostrar archivo Open project: GridProtectionAlliance/gsf Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
initWithDefaults ( ) : void
isAddressSelected ( ) : bool
isInvalidatedSelected ( ) : bool
isNameSelected ( ) : bool
isScatteredAccessDescriptionSelected ( ) : bool
isVariableDescriptionSelected ( ) : bool
selectAddress ( Address val ) : void
selectInvalidated ( ) : void
selectInvalidated ( GSF.ASN1.Types.NullObject val ) : void
selectName ( ObjectName val ) : void
selectScatteredAccessDescription ( ScatteredAccessDescription val ) : void
selectVariableDescription ( VariableDescriptionSequenceType val ) : void

Method Details

initWithDefaults() public method

public initWithDefaults ( ) : void
return void

isAddressSelected() public method

public isAddressSelected ( ) : bool
return bool

isInvalidatedSelected() public method

public isInvalidatedSelected ( ) : bool
return bool

isNameSelected() public method

public isNameSelected ( ) : bool
return bool

isScatteredAccessDescriptionSelected() public method

public isScatteredAccessDescriptionSelected ( ) : bool
return bool

isVariableDescriptionSelected() public method

public isVariableDescriptionSelected ( ) : bool
return bool

selectAddress() public method

public selectAddress ( Address val ) : void
val Address
return void

selectInvalidated() public method

public selectInvalidated ( ) : void
return void

selectInvalidated() public method

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

selectName() public method

public selectName ( ObjectName val ) : void
val ObjectName
return void

selectScatteredAccessDescription() public method

public selectScatteredAccessDescription ( ScatteredAccessDescription val ) : void
val ScatteredAccessDescription
return void

selectVariableDescription() public method

public selectVariableDescription ( VariableDescriptionSequenceType val ) : void
val VariableDescriptionSequenceType
return void