Skip to main content

DynamicUpdateMessageDto<TItem>

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Represents a dynamic update message.

public class DynamicUpdateMessageDto<TItem>

Type Parameters

TItem

Inheritance ObjectDynamicUpdateMessageDto<TItem>

Properties

Items

Collection of items

public ICollection<TItem> Items { get; set; }

Property Value

ICollection<TItem>

Constructors

DynamicUpdateMessageDto()

public DynamicUpdateMessageDto()