RtTypeWithAttributesTcDto
Namespace: Meshmakers.Octo.Runtime.Contracts.TransportContainer.DTOs
Defines a type (entity or record) with attributes for runtime model
public class RtTypeWithAttributesTcDto
Inheritance Object → RtTypeWithAttributesTcDto
Properties
Attributes
Gets or sets the attributes of the type
public List<RtAttributeTcDto> Attributes { get; set; }
Property Value
Constructors
RtTypeWithAttributesTcDto()
Creates a new instance of RtTypeWithAttributesTcDto
public RtTypeWithAttributesTcDto()