Show / Hide Table of Contents

    Class TaggedExpression<TTag, TResult>

    Tagged expression

    Inheritance
    Object
    TaggedExpression<TTag, TResult>
    Implements
    ITaggedExpression
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: XData.Mapping.Dynamic
    Assembly: XData.docfx.dll
    Syntax
    public class TaggedExpression<TTag, TResult> : ITaggedExpression
    Type Parameters
    Name Description
    TTag

    Tag type

    TResult

    Expression

    Properties

    | Improve this Doc View Source

    Key

    Tag key

    Declaration
    public object Key { get; }
    Property Value
    Type Description
    Object
    | Improve this Doc View Source

    KeyType

    Tag key type

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

    Value

    Tagged expression

    Declaration
    public Expression Value { get; }
    Property Value
    Type Description
    Expression

    Operators

    | Improve this Doc View Source

    Implicit(KeyValuePair<TTag, Expression<Func<IBlockQueryAdapter, TResult>>> to TaggedExpression<TTag, TResult>)

    Tagged expression implicit conversion operator

    Declaration
    public static implicit operator TaggedExpression<TTag, TResult>(KeyValuePair<TTag, Expression<Func<IBlockQueryAdapter, TResult>>> pair)
    Parameters
    Type Name Description
    KeyValuePair<TTag, Expression<Func<IBlockQueryAdapter, TResult>>> pair

    Key value pair

    Returns
    Type Description
    TaggedExpression<TTag, TResult>

    Tagged expression

    | Improve this Doc View Source

    Implicit(KeyValuePair<TTag, Expression<Func<IQueryStructureAdapter, TResult>>> to TaggedExpression<TTag, TResult>)

    Tagged expression implicit conversion operator

    Declaration
    public static implicit operator TaggedExpression<TTag, TResult>(KeyValuePair<TTag, Expression<Func<IQueryStructureAdapter, TResult>>> pair)
    Parameters
    Type Name Description
    KeyValuePair<TTag, Expression<Func<IQueryStructureAdapter, TResult>>> pair

    Key value pair

    Returns
    Type Description
    TaggedExpression<TTag, TResult>

    Tagged expression

    Implements

    ITaggedExpression

    Extension Methods

    SerializationExtensions.ToXml<T>(T)
    CollectionsExtensions.SetValue<TKey, T>(TKey, T)
    CollectionsExtensions.AsEnum<T>(T)
    DataObjectQueryableExtensions.CompareVariable(Object, FilterOperation, String)
    Processing.Do<T>(T, Action<IProcess<T>>[])
    TypeExtensions.TryConvert<T, TResult>(T, Func<T, TResult>)
    TypeExtensions.TryConvert<T, TResult>(T, Func<T, TResult>, TResult)
    TypeExtensions.ChangeType<T>(Object)
    TypeExtensions.ChangeType(Object, Type)
    TypeExtensions.InvokeMethod<TRet>(Object, Type[], Expression<Func<TRet>>, BindingFlags)
    TypeExtensions.InvokeMethod(Object, Type[], Expression<Action>, BindingFlags)
    TypeExtensions.InvokeMethod<TRet>(Object, Expression<Func<TRet>>, BindingFlags)
    TypeExtensions.InvokeMethod(Object, Expression<Action>, BindingFlags)
    SqlBlockExtensions.SetExpression<TTag, TResult>(TTag, Expression<Func<IBlockQueryAdapter, TResult>>)
    QueryDescriptionExtensions.SetExpression<TTag, TResult>(TTag, Expression<Func<IQueryStructureAdapter, TResult>>)
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX