Share via


EntityStateResponse<T> Struct

Definition

public struct EntityStateResponse<T>
type EntityStateResponse<'T> = struct
Public Structure EntityStateResponse(Of T)

Type Parameters

T

The JSON-serializable type of the entity.

Inheritance
EntityStateResponse<T>

Properties

EntityExists

Whether this entity exists or not.

EntityState

The current state of the entity, if it exists, or default(T) otherwise.

Applies to