MutationDto<TItemType>
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Represents a typed mutation.
public class MutationDto<TItemType> : MutationDto
Type Parameters
TItemType
Inheritance Object → MutationDto → MutationDto<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()