Skip to main content

RtRecordDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Base class for all runtime records DTOs

public class RtRecordDto : GraphQlDto

Inheritance ObjectGraphQlDtoRtRecordDto

Properties

CkRecordId

Gets or sets the record id

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

Property Value

CkId<CkRecordId>

Attributes

Gets or sets the attributes of the record

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()