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