Skip to main content

Tabular Level Element

Tabular Level Element

Attributes

AttributeAPI TypeDefaultDescription
ColumnNameAstTabularColumnBaseNode 
Specifies a reference to the column that corresponds to this hierarchy level. This is a required reference to an existing definiton.
NameString 
Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property
OrdinalInt320
Specifies the relative position of this level within the parent hierarchy.

Singleton Children

ChildAPI TypeDescription
<Description />StringString is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx.

Collection Children

ChildAPI TypeDescription
<Annotations>
    <Annotation />
</Annotations>
AstAnnotationNode
This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code.