Table of Contents

Class DBObjectDefinition

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

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

IReadOnlyList<DBComponentDefinition>

Name

The object's name.

public string Name { get; }

Property Value

string