RtRecordDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Base class for all runtime records DTOs
public class RtRecordDto : GraphQlDto
Inheritance Object → GraphQlDto → RtRecordDto
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
UserContext
A user context object that can be used to transport user specific data
public object UserContext { get; set; }
Property Value
Constructors
RtRecordDto()
public RtRecordDto()