ExpressedParameter Class

GF Charts Help
Base class that allows to implement flexible indicator parameters as custom expression
Inheritance Hierarchy

SystemObject
  GF.Clients.Charts.ExpressionsExpression
    GF.Clients.Charts.Custom.Utils.ExpressionParametersExpressedParameter
      GF.Clients.Charts.Custom.Utils.ExpressionParametersExpressedParameterTTResult

Namespace:  GF.Clients.Charts.Custom.Utils.ExpressionParameters
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public class ExpressedParameter : Expression

The ExpressedParameter type exposes the following members.

Properties

  NameDescription
Public propertyLastCalculatedValue (Inherited from Expression.)
Public propertyLastError (Inherited from Expression.)
Public propertyState (Inherited from Expression.)
Public propertyText (Inherited from Expression.)
Top
Methods

  NameDescription
Public methodBody (Inherited from Expression.)
Public methodCompile(Calculator) (Inherited from Expression.)
Public methodCompile(Calculator, Boolean) (Inherited from Expression.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEvaluate (Inherited from Expression.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize (Inherited from Expression.)
Public methodReset (Inherited from Expression.)
Public methodToString (Inherited from Expression.)
Top
Remarks

Derived classes allow developer to define parameter that will process expressions like "Close/1500" for example
See Also

Reference