Search Results for

    Show / Hide Table of Contents

    Class PivotTableInfo

    Holds information about entities that hold pivot information for other entities

    Inheritance
    object
    PivotTableInfo
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.API.Attributes
    Assembly: LemonEdge.API.dll
    Syntax
    public class PivotTableInfo

    Properties

    PivotHeaderColumn

    The name of the column on that entity that holds values that should be represented as distinct column headers against this entity

    Declaration
    public string PivotHeaderColumn { get; }
    Property Value
    Type Description
    string

    PivotLinkColumn

    The name of the column on that entity that holds a relationship back to this entity

    Declaration
    public string PivotLinkColumn { get; }
    Property Value
    Type Description
    string

    PivotTabeEntityID

    The unique global id of the entity that holds the information to be pivotted as columns against the entity marked with EntityHasPivotAttribute

    Declaration
    public Guid PivotTabeEntityID { get; }
    Property Value
    Type Description
    Guid

    PivotValueColumn

    The name of the column on that entity that holds the value associated with this entity for that pivotHeaderColumn

    Declaration
    public string PivotValueColumn { get; }
    Property Value
    Type Description
    string

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.