RtEntityAttributeDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Represents attribute of an entity.
public class RtEntityAttributeDto : GraphQlDto
Inheritance Object → GraphQlDto → RtEntityAttributeDto
Properties
AttributeName
Gets or sets the attribute name.
public string AttributeName { get; set; }
Property Value
Value
Gets or sets the attribute value.
public object Value { 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
RtEntityAttributeDto()
Caution
Constructors of types with required members are not supported in this version of your compiler.
public RtEntityAttributeDto()