Skip to main content

RtRecordDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Base class for all runtime records DTOs

public class RtRecordDto : RtTypeWithAttributesDto

Inheritance ObjectGraphQlDtoRtTypeWithAttributesDtoRtRecordDto

Properties

CkRecordId

Gets or sets the record id

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

Property Value

RtCkId<CkRecordId>

Attributes

Gets or sets the attributes of the type

public IList<RtEntityAttributeDto> Attributes { get; set; }

Property Value

IList<RtEntityAttributeDto>

UserContext

A user context object that can be used to transport user specific data

public object UserContext { get; set; }

Property Value

Object

Constructors

RtRecordDto()

public RtRecordDto()