Skip to main content

RtTypeWithAttributesTcDto

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

Defines a type (entity or record) with attributes for runtime model

public class RtTypeWithAttributesTcDto

Inheritance ObjectRtTypeWithAttributesTcDto

Properties

Attributes

Gets or sets the attributes of the type

public List<RtAttributeTcDto> Attributes { get; set; }

Property Value

List<RtAttributeTcDto>

Constructors

RtTypeWithAttributesTcDto()

Creates a new instance of RtTypeWithAttributesTcDto

public RtTypeWithAttributesTcDto()