Collection of triggers grouped by symbol.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll)
Version: 2008.1.0.0 (2008.1.0.0)

Syntax

C#
[SerializableAttribute]
public class SymbolTriggerCollection
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class SymbolTriggerCollection
Visual C++
[SerializableAttribute]
public ref class SymbolTriggerCollection

Remarks

This class is used in conjunction with the TriggerManager class. It is not necessary to create an instance of this class.

Inheritance Hierarchy

System..::.Object
  RightEdge.Common..::.SymbolTriggerCollection

See Also