Skip to main content

MutationDto<TItemType>

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Represents a typed mutation.

public class MutationDto<TItemType> : MutationDto

Type Parameters

TItemType

Inheritance ObjectMutationDtoMutationDto<TItemType>

Properties

Item

Item to mutate.

public TItemType Item { get; set; }

Property Value

TItemType

RtId

Runtime id of the item to mutate.

public OctoObjectId RtId { get; set; }

Property Value

OctoObjectId

Constructors

MutationDto()

public MutationDto()