• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Metadata Model Element

API Type:
Varigence.Languages.Biml.Metadata.AstMetadataModelNode
X-Ref:
  • Ast Metadata Model Node
  • Ast Metadata Base Node
  • Ast Securable Node
  • Ast Scope Boundary Node

Attributes

AttributeAPI TypeDefaultDescription
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
DisableDynamicObjectBooleanFalse
Specifies whether this metadata model will result in the creation of a dynamic object class.
DynamicObjectClassNameString 
Specifies the name to use for the wrapper class that is created as part of the dynamic object for this metadata model.
DynamicObjectNamespaceString 
Specifies the namespace to use for all wrapper classes for this metadata model and its descendants during dynamic object creation.
LogicalDisplayFolderStringstring.Empty
Specifies a path that should be used for organizing the tree display of this object in the Logical View in BimlStudio.

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.
<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.

© Varigence