Skip to main content

RtModelRootTcDto

Namespace: Meshmakers.Octo.Runtime.Contracts.TransportContainer.DTOs

Defines an entity in the runtime model

public class RtModelRootTcDto

Inheritance ObjectRtModelRootTcDto

Fields

RtSchemaUri

The URI of the schema for the CK meta.

public static string RtSchemaUri;

Properties

SchemaUri

The URI of the schema for the CK meta used for serialization.

public string SchemaUri { get; }

Property Value

String

Dependencies

Gets or sets the dependencies of the model.

public List<CkModelId> Dependencies { get; set; }

Property Value

List<CkModelId>

Entities

Gets a list of entities in the runtime model.

public List<RtEntityTcDto> Entities { get; set; }

Property Value

List<RtEntityTcDto>

Constructors

RtModelRootTcDto()

Creates a new instance of RtModelRootTcDto.

public RtModelRootTcDto()