IState Interface

Namespace
OpenTl.Schema.Updates
Interfaces
Implementing Types
graph TD Interface0["IObject"]-.->Type click Interface0 "/OpenTl.Schema/api/OpenTl.Schema/IObject" Type["IState"] class Type type-node Type-.->Implementing0["TState"] click Implementing0 "/OpenTl.Schema/api/OpenTl.Schema.Updates/TState"

Syntax

public interface IState : IObject

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