Tabular Level Element
X-Ref:
- Ast Tabular Level Node
- Ast Scope Boundary Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
ColumnName | AstTabularColumnBaseNode | Specifies a reference to the column that corresponds to this hierarchy level. This is a required reference to an existing definiton. | |
Name | String | 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 | |
Ordinal | Int32 | 0 | Specifies the relative position of this level within the parent hierarchy. |
Singleton Children
Child | API Type | Description |
---|---|---|
<Description /> | String | String is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx. |
Collection Children
Child | API Type | Description |
---|---|---|
<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. |