Class DBObjectDefinition
A named object grouping a set of component definitions that together describe one logical entity shape.
public class DBObjectDefinition
- Inheritance
-
DBObjectDefinition
- Inherited Members
Properties
Components
The component definitions that make up this object.
public IReadOnlyList<DBComponentDefinition> Components { get; }
Property Value
Name
The object's name.
public string Name { get; }