Show / Hide Table of Contents

    Class ExpressionPromoter

    Inheritance
    Object
    ExpressionPromoter
    Implements
    IExpressionPromoter
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: System.Linq.Dynamic.Core.Parser
    Assembly: System.Linq.Dynamic.Core.dll
    Syntax
    public class ExpressionPromoter : IExpressionPromoter

    Constructors

    | Improve this Doc View Source

    ExpressionPromoter(ParsingConfig)

    Initializes a new instance of the ExpressionPromoter class.

    Declaration
    public ExpressionPromoter(ParsingConfig config)
    Parameters
    Type Name Description
    ParsingConfig config

    The ParsingConfig.

    Methods

    | Improve this Doc View Source

    Promote(Expression, Type, Boolean, Boolean)

    Declaration
    public virtual Expression Promote(Expression expr, Type type, bool exact, bool convertExpr)
    Parameters
    Type Name Description
    Expression expr
    Type type
    Boolean exact
    Boolean convertExpr
    Returns
    Type Description
    Expression

    Implements

    IExpressionPromoter
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX