Show / Hide Table of Contents

    Struct SelectedField

    Selected field description

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.GetType()
    Object.ReferenceEquals(Object, Object)
    Namespace: XData.DataSource.Structure
    Assembly: XData.docfx.dll
    Syntax
    public struct SelectedField

    Constructors

    | Improve this Doc View Source

    SelectedField(IField, String, String, String)

    Selected field constructor

    Declaration
    public SelectedField(IField field, string alias, string fieldName, string property = null)
    Parameters
    Type Name Description
    IField field

    Field object

    String alias

    Source alias

    String fieldName

    Field name

    String property

    Property name

    Fields

    | Improve this Doc View Source

    Alias

    Alias

    Declaration
    public readonly string Alias
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    Field

    Field description

    Declaration
    public readonly IField Field
    Field Value
    Type Description
    IField
    | Improve this Doc View Source

    FieldName

    Full field name

    Declaration
    public readonly string FieldName
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    Property

    Property name

    Declaration
    public readonly string Property
    Field Value
    Type Description
    String

    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.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