Metadata Model Element
X-Ref:
- Ast Metadata Model Node
- Ast Metadata Base Node
- Ast Securable Node
- Ast Scope Boundary Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
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 | |
DisableDynamicObject | Boolean | False | Specifies whether this metadata model will result in the creation of a dynamic object class. |
DynamicObjectClassName | String | Specifies the name to use for the wrapper class that is created as part of the dynamic object for this metadata model. | |
DynamicObjectNamespace | String | Specifies the namespace to use for all wrapper classes for this metadata model and its descendants during dynamic object creation. | |
LogicalDisplayFolder | String | string.Empty | Specifies a path that should be used for organizing the tree display of this object in the Logical View in BimlStudio. |
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. |
<Entities> <Entity /> </Entities> | AstMetadataModelEntityNode | This is a collection of the entities that will be used to store the core metadata values associated with the metadata model. |
<PermittedValueSets> <PermittedValueSet /> </PermittedValueSets> | AstMetadataModelPropertyPermittedValueSetNode | This is a collection of the permitted value sets that will be used to constrain the allowed input values for properties throughout the parent metadata model. |
<Properties> <Property /> </Properties> | AstMetadataModelPropertyNode | This is the collection of properties that add configuration values to the metadata model. |
<Validators> <Validator /> </Validators> | AstMetadataModelValidatorNode | This is a collection of the validator logic objects that will be used to ensure that the metadata model is internally consistent and satisfies the constraints imposed by the metadata model. |