Skip to main content

RtModelRootDto

Namespace: Meshmakers.Octo.Runtime.Contracts.DataTransferObjects

Defines an entity in the runtime model

public class RtModelRootDto

Inheritance ObjectRtModelRootDto

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<RtEntityDto> Entities { get; set; }

Property Value

List<RtEntityDto>

Constructors

RtModelRootDto()

Creates a new instance of RtModelRootDto.

public RtModelRootDto()