Skip to main content

RtRecordTcDto

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

Defines a record

public class RtRecordTcDto : RtTypeWithAttributesTcDto

Inheritance ObjectRtTypeWithAttributesTcDtoRtRecordTcDto

Properties

CkRecordId

Gets or sets the ck type id of the record

public RtCkId<CkRecordId> CkRecordId { get; set; }

Property Value

RtCkId<CkRecordId>

Attributes

Gets or sets the attributes of the type

public List<RtAttributeTcDto> Attributes { get; set; }

Property Value

List<RtAttributeTcDto>

Constructors

RtRecordTcDto()

Creates a new instance of RtRecordTcDto

public RtRecordTcDto()