RtEntityUpdateItemDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Represents an update item of subscription.
public class RtEntityUpdateItemDto : GraphQlDto
Inheritance Object → GraphQlDto → RtEntityUpdateItemDto
Properties
UpdateState
Gets or sets the update type.
public UpdateTypesDto UpdateState { get; set; }
Property Value
UserContext
A user context object that can be used to transport user specific data
public object UserContext { get; set; }
Property Value
Constructors
RtEntityUpdateItemDto()
public RtEntityUpdateItemDto()