RtAssociationInputDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Represents a runtime association for input
public class RtAssociationInputDto
Inheritance Object → RtAssociationInputDto
Properties
Target
The target entity of the association
public RtEntityIdDto Target { get; set; }
Property Value
ModOption
Type of mod operation
public Nullable<AssociationModOptionsDto> ModOption { get; set; }
Property Value
Nullable<AssociationModOptionsDto>
Constructors
RtAssociationInputDto()
public RtAssociationInputDto()