CkTypeAssociationDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
DTO for associations defined at types
public class CkTypeAssociationDto
Inheritance Object → CkTypeAssociationDto
Properties
OriginCkTypeId
Gets or sets the type id of the construction kit type of the origin side of the association
public CkId<CkTypeId> OriginCkTypeId { get; set; }
Property Value
CkId<CkTypeId>
TargetCkTypeId
Gets or sets the type id of the construction kit type of the target side of the association
public CkId<CkTypeId> TargetCkTypeId { get; set; }
Property Value
CkId<CkTypeId>
NavigationPropertyName
Gets or sets the navigation property name of the association for the current side
public string NavigationPropertyName { get; set; }
Property Value
Multiplicity
Gets or sets the multiplicity of the association for the current side
public MultiplicitiesDto Multiplicity { get; set; }
Property Value
MultiplicitiesDto
RoleId
Gets or sets the association role
public CkId<CkAssociationRoleId> RoleId { get; set; }
Property Value
CkId<CkAssociationRoleId>
Constructors
CkTypeAssociationDto()
Caution
Constructors of types with required members are not supported in this version of your compiler.
public CkTypeAssociationDto()