Skip to main content

RtRecordDto

Namespace: Meshmakers.Octo.Runtime.Contracts.DataTransferObjects

Defines a record

public class RtRecordDto : RtTypeWithAttributesDto

Inheritance ObjectRtTypeWithAttributesDtoRtRecordDto

Properties

CkRecordId

Gets or sets the ck type id of the record

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

Property Value

CkId<CkRecordId>

Attributes

Gets or sets the attributes of the type

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

Property Value

List<RtAttributeDto>

Constructors

RtRecordDto()

Creates a new instance of RtRecordDto

public RtRecordDto()