Click or drag to resize

TernaryExpression Class

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

Inheritance Hierarchy

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

The TernaryExpression type exposes the following members.

Constructors
  NameDescription
Public methodTernaryExpression
Initializes a new instance of the TernaryExpression class
Top
Properties
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