Skip to main content

RtAssociationInputDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Represents a runtime association for input

public class RtAssociationInputDto

Inheritance ObjectRtAssociationInputDto

Properties

Target

The target entity of the association

public RtEntityIdDto Target { get; set; }

Property Value

RtEntityIdDto

ModOption

Type of mod operation

public Nullable<AssociationModOptionsDto> ModOption { get; set; }

Property Value

Nullable<AssociationModOptionsDto>

Constructors

RtAssociationInputDto()

public RtAssociationInputDto()