RtRecordTcDto
Namespace: Meshmakers.Octo.Runtime.Contracts.TransportContainer.DTOs
Defines a record
public class RtRecordTcDto : RtTypeWithAttributesTcDto
Inheritance Object → RtTypeWithAttributesTcDto → RtRecordTcDto
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
Constructors
RtRecordTcDto()
Creates a new instance of RtRecordTcDto
public RtRecordTcDto()