Skip to main content

RtTypeWithAttributesDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Describes a runtime type with its attributes.

public abstract class RtTypeWithAttributesDto : GraphQlDto

Inheritance ObjectGraphQlDtoRtTypeWithAttributesDto

Properties

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