RtAttributeTcDto
Namespace: Meshmakers.Octo.Runtime.Contracts.TransportContainer.DTOs
Defines an attribute of an entity
public class RtAttributeTcDto
Inheritance Object → RtAttributeTcDto
Properties
Id
Gets or sets the id of the attribute.
public RtCkId<CkAttributeId> Id { get; set; }
Property Value
RtCkId<CkAttributeId>
Value
Gets or sets the value of the attribute.
public object Value { get; set; }
Property Value
Constructors
RtAttributeTcDto()
public RtAttributeTcDto()