TState Class

Namespace
OpenTl.Schema.Updates
Interfaces
Base Types
  • object
graph TD Base0["object"]-->Type Interface0["IState"]-.->Type click Interface0 "/OpenTl.Schema/api/OpenTl.Schema.Updates/IState" Interface1["IObject"]-.->Type click Interface1 "/OpenTl.Schema/api/OpenTl.Schema/IObject" Type["TState"] class Type type-node

Syntax

[Serialize(0xa56c2a3e)]
public sealed class TState : IState, IObject

Attributes

Type Description
SerializeAttribute

Properties

Name Value Summary
Date int
Pts int
Qts int
Seq int
UnreadCount int

Extension Methods

Name Value Summary
As<T>() T
From Utils
Is<T>() T
From Utils
IsEmpty() bool
From Utils