CkModelDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Represents a construction kit model
public class CkModelDto
Inheritance Object → CkModelDto
Properties
Id
Defines the id of the construction kit model
public CkModelId Id { get; set; }
Property Value
CkModelId
Description
An optional description of the model
public string Description { get; set; }
Property Value
ModelState
Defines the state of the construction kit model
public ModelState ModelState { get; set; }
Property Value
ModelState
Constructors
CkModelDto()
public CkModelDto()