ExpressedParameterTTResult Class

GF Charts Help
Typed version of ExpressedParameter
Inheritance Hierarchy

SystemObject
  GF.Clients.Charts.ExpressionsExpression
    GF.Clients.Charts.Custom.Utils.ExpressionParametersExpressedParameter
      GF.Clients.Charts.Custom.Utils.ExpressionParametersExpressedParameterTTResult
        GF.Clients.Charts.Custom.Utils.ExpressionParametersExpressedParameterBool
        GF.Clients.Charts.Custom.Utils.ExpressionParametersExpressedParameterDouble
        GF.Clients.Charts.Custom.Utils.ExpressionParametersExpressedParameterSeries

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

public class ExpressedParameterT<TResult> : ExpressedParameter

Type Parameters

TResult
Expected result type of expression

The ExpressedParameterTTResult type exposes the following members.

Constructors

  NameDescription
Public methodExpressedParameterTTResult
Default constructor, empty initial text of expression
Public methodExpressedParameterTTResult(String)
Constructor that initializes the text of expression
Public methodExpressedParameterTTResult(TResult)
Top
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
Evaluates the expression and returns the result
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
Operators

  NameDescription
Public operatorStatic member(ExpressedParameterTTResult to TResult)
The implicit cast to result type evaluates the expression and returns its result
Top
See Also

Reference