RightEdgeObjectAttribute derived class for indicators.

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

Syntax

C#
[SerializableAttribute]
public class IndicatorAttribute : RightEdgeObjectAttribute
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class IndicatorAttribute _
	Inherits RightEdgeObjectAttribute
Visual C++
[SerializableAttribute]
public ref class IndicatorAttribute : public RightEdgeObjectAttribute

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    RightEdgeObjectAttribute
      RightEdge.Common..::.IndicatorAttribute
        RightEdge.Common..::.YYEIndicatorAttribute

See Also