Skip to main content

CkTypeAssociationDirectionDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

DTO to return inbound and outbound association definitions

public class CkTypeAssociationDirectionDto

Inheritance ObjectCkTypeAssociationDirectionDto

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

CkTypeAssociationSourceDto

Out

Get or sets the output associations

public CkTypeAssociationSourceDto Out { get; set; }

Property Value

CkTypeAssociationSourceDto

Constructors

CkTypeAssociationDirectionDto()

Caution

Constructors of types with required members are not supported in this version of your compiler.


public CkTypeAssociationDirectionDto()