C# Class GSF.MMS.Model.GetVariableAccessAttributes_Request

Inheritance: IASN1PreparedElement
Mostra file Open project: GridProtectionAlliance/gsf Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
initWithDefaults ( ) : void
isAddressSelected ( ) : bool
isNameSelected ( ) : bool
selectAddress ( Address val ) : void
selectName ( ObjectName val ) : void

Method Details

initWithDefaults() public method

public initWithDefaults ( ) : void
return void

isAddressSelected() public method

public isAddressSelected ( ) : bool
return bool

isNameSelected() public method

public isNameSelected ( ) : bool
return bool

selectAddress() public method

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

selectName() public method

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