Skip to main content

RtEntityUpdateItemDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Represents an update item of subscription.

public class RtEntityUpdateItemDto : GraphQlDto

Inheritance ObjectGraphQlDtoRtEntityUpdateItemDto

Properties

UpdateState

Gets or sets the update type.

public UpdateTypesDto UpdateState { get; set; }

Property Value

UpdateTypesDto

UserContext

A user context object that can be used to transport user specific data

public object UserContext { get; set; }

Property Value

Object

Constructors

RtEntityUpdateItemDto()

public RtEntityUpdateItemDto()