C# Class GSF.MMS.Model.LoadUnitControlFromFile_Error

Inheritance: IASN1PreparedElement
ファイルを表示 Open project: GridProtectionAlliance/gsf Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
initWithDefaults ( ) : void
isDomainSelected ( ) : bool
isNoneSelected ( ) : bool
isProgramInvocationSelected ( ) : bool
selectDomain ( GSF.MMS.Model.Identifier val ) : void
selectNone ( ) : void
selectNone ( GSF.ASN1.Types.NullObject val ) : void
selectProgramInvocation ( GSF.MMS.Model.Identifier val ) : void

Method Details

initWithDefaults() public method

public initWithDefaults ( ) : void
return void

isDomainSelected() public method

public isDomainSelected ( ) : bool
return bool

isNoneSelected() public method

public isNoneSelected ( ) : bool
return bool

isProgramInvocationSelected() public method

public isProgramInvocationSelected ( ) : bool
return bool

selectDomain() public method

public selectDomain ( GSF.MMS.Model.Identifier val ) : void
val GSF.MMS.Model.Identifier
return void

selectNone() public method

public selectNone ( ) : void
return void

selectNone() public method

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

selectProgramInvocation() public method

public selectProgramInvocation ( GSF.MMS.Model.Identifier val ) : void
val GSF.MMS.Model.Identifier
return void