Show / Hide Table of Contents

Class ExpressionModel

Inheritance
System.Object
ExpressionModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Lib.Models.Common
Assembly: mix.library.dll
Syntax
public class ExpressionModel

Properties

| Improve this Doc View Source

Expressions

Declaration
public List<ExpressionModel> Expressions { get; set; }
Property Value
Type Description
List<ExpressionModel>
| Improve this Doc View Source

ExpressionType

Declaration
public MixLogicalOperatorKind ExpressionType { get; set; }
Property Value
Type Description
MixLogicalOperatorKind
| Improve this Doc View Source

Functions

Declaration
public List<FunctionModel> Functions { get; set; }
Property Value
Type Description
List<FunctionModel>

Methods

| Improve this Doc View Source

AddExpression(ExpressionModel)

Declaration
public ExpressionModel AddExpression(ExpressionModel expression)
Parameters
Type Name Description
ExpressionModel expression
Returns
Type Description
ExpressionModel
| Improve this Doc View Source

AddFunction(FunctionModel)

Declaration
public ExpressionModel AddFunction(FunctionModel function)
Parameters
Type Name Description
FunctionModel function
Returns
Type Description
ExpressionModel
| Improve this Doc View Source

Create(MixLogicalOperatorKind)

Declaration
public static ExpressionModel Create(MixLogicalOperatorKind expressType)
Parameters
Type Name Description
MixLogicalOperatorKind expressType
Returns
Type Description
ExpressionModel
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾