RtTypeWithAttributesDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Describes a runtime type with its attributes.
public abstract class RtTypeWithAttributesDto : GraphQlDto
Inheritance Object → GraphQlDto → RtTypeWithAttributesDto
Properties
Attributes
Gets or sets the attributes of the type
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; }