IndicatorArgument class
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll)
Version: 2008.1.0.0 (2008.1.0.0)
Syntax
| C# |
|---|
[SerializableAttribute] public class ConstructorArgument : Attribute |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class ConstructorArgument _ Inherits Attribute |
| Visual C++ |
|---|
[SerializableAttribute] public ref class ConstructorArgument : public Attribute |
Remarks
Most indicators require some sort of parameters to be able
to successfully perform their respective calculations.
The IndicatorArgument is a way to allow RightEdge to determine
what type of argument is needed at runtime.