IRtQueryRowDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Represents an entity row in a query result
public interface IRtQueryRowDto
Properties
CkTypeId
Gets or sets the type id of the entity
public abstract RtCkId<CkTypeId> CkTypeId { get; set; }
Property Value
RtCkId<CkTypeId>
Cells
Gets or sets the cells of the entity row
public abstract IList<RtQueryCellDto> Cells { get; set; }