Skip to main content

RtEntityIdDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Represents a unique identifier of a runtime model entity and its construction kit type.

public class RtEntityIdDto

Inheritance ObjectRtEntityIdDto

Properties

RtId

Returns the runtime id.

public OctoObjectId RtId { get; set; }

Property Value

OctoObjectId

CkTypeId

The construction kit type id.

public CkId<CkTypeId> CkTypeId { get; set; }

Property Value

CkId<CkTypeId>

Constructors

RtEntityIdDto()

public RtEntityIdDto()