Skip to main content

RtAttributeDto

Namespace: Meshmakers.Octo.Runtime.Contracts.DataTransferObjects

Defines an attribute of an entity

public class RtAttributeDto

Inheritance ObjectRtAttributeDto

Properties

Id

Gets or sets the id of the attribute.

public CkId<CkAttributeId> Id { get; set; }

Property Value

CkId<CkAttributeId>

Value

Gets or sets the value of the attribute.

public object Value { get; set; }

Property Value

Object

Constructors

RtAttributeDto()

public RtAttributeDto()