CkTypeAssociationSourceDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
DTO to return all, inherited only
public class CkTypeAssociationSourceDto
Inheritance Object → CkTypeAssociationSourceDto
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>
Direction
Gets or sets the direction of the associations
public GraphDirections Direction { get; set; }
Property Value
GraphDirections
All
Gets or sets all associations definitions available current type
public IEnumerable<CkTypeAssociationDto> All { get; set; }
Property Value
IEnumerable<CkTypeAssociationDto>
Inherited
Gets or sets associations definitions inherited by base types
public IEnumerable<CkTypeAssociationDto> Inherited { get; set; }
Property Value
IEnumerable<CkTypeAssociationDto>
Owned
Gets or sets associations definitions defined by the current type
public IEnumerable<CkTypeAssociationDto> Owned { get; set; }
Property Value
IEnumerable<CkTypeAssociationDto>
Constructors
CkTypeAssociationSourceDto()
Caution
Constructors of types with required members are not supported in this version of your compiler.
public CkTypeAssociationSourceDto()