Class PivotTableInfo
Holds information about entities that hold pivot information for other entities
Inheritance
System.Object
PivotTableInfo
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: LemonEdge.API.Attributes
Assembly: 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 |
---|---|
System.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 |
---|---|
System.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 |
---|---|
System.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 |
---|---|
System.String |