Skip to main content

RtTypeWithAttributesDto

Namespace: Meshmakers.Octo.Runtime.Contracts.DataTransferObjects

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

public class RtTypeWithAttributesDto

Inheritance ObjectRtTypeWithAttributesDto

Properties

Attributes

Gets or sets the attributes of the type

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

Property Value

List<RtAttributeDto>

Constructors

RtTypeWithAttributesDto()

Creates a new instance of RtTypeWithAttributesDto

public RtTypeWithAttributesDto()