CkTypeAssociationDirectionDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
DTO to return inbound and outbound association definitions
public class CkTypeAssociationDirectionDto
Inheritance Object → CkTypeAssociationDirectionDto
Properties
CkTypeId
Gets or sets the type id of the construction kit type we are getting associations for
public CkId<CkTypeId> CkTypeId { get; set; }
Property Value
CkId<CkTypeId>
In
Gets or sets the ingoing associations
public CkTypeAssociationSourceDto In { get; set; }
Property Value
Out
Get or sets the output associations
public CkTypeAssociationSourceDto Out { get; set; }
Property Value
Constructors
CkTypeAssociationDirectionDto()
Caution
Constructors of types with required members are not supported in this version of your compiler.
public CkTypeAssociationDirectionDto()