Skip to main content

RtAttributeTcDto

Namespace: Meshmakers.Octo.Runtime.Contracts.TransportContainer.DTOs

Defines an attribute of an entity

public class RtAttributeTcDto

Inheritance ObjectRtAttributeTcDto

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

Object

Constructors

RtAttributeTcDto()

public RtAttributeTcDto()