DirectOutput
DirectOutput framework R2 for virtual pinball cabinets.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
DirectOutput.FX.ConditionFX.TableElementConditionEffect Class Reference

This effect evaluates the condition specified in the Condition property. More...

Inheritance diagram for DirectOutput.FX.ConditionFX.TableElementConditionEffect:
Collaboration diagram for DirectOutput.FX.ConditionFX.TableElementConditionEffect:

Public Member Functions

List< string > GetVariables ()
 
override void Trigger (TableElementData TableElementData)
 Triggers the effect with the given TableElementData. More...
 
override void Init (Table.Table Table)
 Initializes the Effect.
Resolves the name of the TargetEffect and initializes the condition context. More...
 
override void Finish ()
 Finishes the Effect.
Releases the references to the target effect, the table object and the expression context. More...
 
- Public Member Functions inherited from DirectOutput.FX.EffectEffectBase
override void Init (Table.Table Table)
 Initializes the EffectEffect.
Resolves the name of the TargetEffect. More...
 
override void Finish ()
 Finishes the EffectEffect.
Releases the references to the target effect and to the table object. More...
 

Properties

string Condition [get, set]
 Gets or sets the condition. More...
 
- Properties inherited from DirectOutput.FX.EffectEffectBase
string TargetEffectName [get, set]
 Name of the target effect.
Triggers EffectNameChanged if value is changed. More...
 
IEffect TargetEffect [get, set]
 TargetEffect for the effect (ReadOnly).
The property is resolved from the TargetEffectName. If TargetEffectName is empty or unknown this property will return null. More...
 
Table.Table Table [get, set]
 Gets the table object which is hosting the effect. More...
 

Additional Inherited Members

- Protected Member Functions inherited from DirectOutput.FX.EffectEffectBase
void TriggerTargetEffect (TableElementData TriggerData)
 Triggers the target effect.
The method will deactivate the target effect if it throws a exception. More...
 
- Events inherited from DirectOutput.General.Generic.NamedItemBase
EventHandler< NameChangeEventArgsAfterNameChanged
 Event is fired after the value of the property Name has changed. More...
 
EventHandler< NameChangeEventArgsBeforeNameChange
 Event is fired before the value of the property Name is changed. More...
 
- Events inherited from DirectOutput.FX.IEffect
new EventHandler
< NameChangeEventArgs
AfterNameChanged
 This event must be fired after the Name property of a IEffect object has changed. More...
 
new EventHandler
< NameChangeEventArgs
BeforeNameChange
 This event must be fired before the Name property of a IEffect object is changed. More...
 

Detailed Description

This effect evaluates the condition specified in the Condition property.

Member Function Documentation

override void DirectOutput.FX.ConditionFX.TableElementConditionEffect.Finish ( )
virtual

Finishes the Effect.
Releases the references to the target effect, the table object and the expression context.

Reimplemented from DirectOutput.FX.EffectBase.

List<string> DirectOutput.FX.ConditionFX.TableElementConditionEffect.GetVariables ( )
override void DirectOutput.FX.ConditionFX.TableElementConditionEffect.Init ( Table.Table  Table)
virtual

Initializes the Effect.
Resolves the name of the TargetEffect and initializes the condition context.

Parameters
TableTable object containing the effect.

Implements DirectOutput.FX.EffectBase.

override void DirectOutput.FX.ConditionFX.TableElementConditionEffect.Trigger ( TableElementData  TableElementData)
virtual

Triggers the effect with the given TableElementData.

Parameters
TableElementDataTableElementData for the TableElement which has triggered the effect.

Implements DirectOutput.FX.EffectBase.

Property Documentation

string DirectOutput.FX.ConditionFX.TableElementConditionEffect.Condition
getset

Gets or sets the condition.

The condition.


The documentation for this class was generated from the following file: