C# Class GSF.MMS.Model.EEAttributes.EventConditionNameChoiceType

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

Private Properties

Property Type Description

Public Methods

Method Description
initWithDefaults ( ) : void
isEventConditionSelected ( ) : bool
isUndefinedSelected ( ) : bool
selectEventCondition ( ObjectName val ) : void
selectUndefined ( ) : void
selectUndefined ( GSF.ASN1.Types.NullObject val ) : void

Method Details

initWithDefaults() public method

public initWithDefaults ( ) : void
return void

isEventConditionSelected() public method

public isEventConditionSelected ( ) : bool
return bool

isUndefinedSelected() public method

public isUndefinedSelected ( ) : bool
return bool

selectEventCondition() public method

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

selectUndefined() public method

public selectUndefined ( ) : void
return void

selectUndefined() public method

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