Click or drag to resize

ValueExpression Class

[Missing <summary> documentation for "T:Stimulsoft.Data.Expressions.NCalc.Domain.ValueExpression"]

Inheritance Hierarchy

Namespace:  Stimulsoft.Data.Expressions.NCalc.Domain
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public class ValueExpression : LogicalExpression

The ValueExpression type exposes the following members.

Constructors
  NameDescription
Public methodValueExpression(Boolean)
Initializes a new instance of the ValueExpression class
Public methodValueExpression(DateTime)
Initializes a new instance of the ValueExpression class
Public methodValueExpression(Int32)
Initializes a new instance of the ValueExpression class
Public methodValueExpression(Object)
Initializes a new instance of the ValueExpression class
Public methodValueExpression(Single)
Initializes a new instance of the ValueExpression class
Public methodValueExpression(String)
Initializes a new instance of the ValueExpression class
Public methodValueExpression(Object, ValueType)
Initializes a new instance of the ValueExpression class
Top
Properties
  NameDescription
Public propertyType
Public propertyValue
Top
Methods
  NameDescription
Public methodAccept (Overrides LogicalExpressionAccept(LogicalExpressionVisitor).)
Public methodAnd(Object) (Inherited from LogicalExpression.)
Public methodAnd(LogicalExpression) (Inherited from LogicalExpression.)
Public methodBitwiseAnd(Object) (Inherited from LogicalExpression.)
Public methodBitwiseAnd(LogicalExpression) (Inherited from LogicalExpression.)
Public methodBitwiseOr(Object) (Inherited from LogicalExpression.)
Public methodBitwiseOr(LogicalExpression) (Inherited from LogicalExpression.)
Public methodBitwiseXOr(Object) (Inherited from LogicalExpression.)
Public methodBitwiseXOr(LogicalExpression) (Inherited from LogicalExpression.)
Public methodDividedBy(Object) (Inherited from LogicalExpression.)
Public methodDividedBy(LogicalExpression) (Inherited from LogicalExpression.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEqualsTo(Object) (Inherited from LogicalExpression.)
Public methodEqualsTo(LogicalExpression) (Inherited from LogicalExpression.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGreaterOrEqualThan(Object) (Inherited from LogicalExpression.)
Public methodGreaterOrEqualThan(LogicalExpression) (Inherited from LogicalExpression.)
Public methodGreaterThan(Object) (Inherited from LogicalExpression.)
Public methodGreaterThan(LogicalExpression) (Inherited from LogicalExpression.)
Public methodLeftShift(Object) (Inherited from LogicalExpression.)
Public methodLeftShift(LogicalExpression) (Inherited from LogicalExpression.)
Public methodLesserOrEqualThan(Object) (Inherited from LogicalExpression.)
Public methodLesserOrEqualThan(LogicalExpression) (Inherited from LogicalExpression.)
Public methodLesserThan(Object) (Inherited from LogicalExpression.)
Public methodLesserThan(LogicalExpression) (Inherited from LogicalExpression.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMinus(Object) (Inherited from LogicalExpression.)
Public methodMinus(LogicalExpression) (Inherited from LogicalExpression.)
Public methodModulo(Object) (Inherited from LogicalExpression.)
Public methodModulo(LogicalExpression) (Inherited from LogicalExpression.)
Public methodMult(Object) (Inherited from LogicalExpression.)
Public methodMult(LogicalExpression) (Inherited from LogicalExpression.)
Public methodNotEqual(Object) (Inherited from LogicalExpression.)
Public methodNotEqual(LogicalExpression) (Inherited from LogicalExpression.)
Public methodOr(Object) (Inherited from LogicalExpression.)
Public methodOr(LogicalExpression) (Inherited from LogicalExpression.)
Public methodPlus(Object) (Inherited from LogicalExpression.)
Public methodPlus(LogicalExpression) (Inherited from LogicalExpression.)
Public methodRightShift(Object) (Inherited from LogicalExpression.)
Public methodRightShift(LogicalExpression) (Inherited from LogicalExpression.)
Public methodToString (Inherited from LogicalExpression.)
Top
See Also