Preparing search index...
The search index is not available
TESSA Web API
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Modules
Application.
App
Application.DI
DI_
Interfaces
Application.
Extensions
Application.
Http
Application.
Localization
Application.
Session
Core.
Annotation
Core.
Common
Core.
Debug
Core.
Error
Core.
Formatting
Core.
Guid
Core.
Scope
Core.
Serialization
Core.
Storage
Core.
Validation
Platform.
Business
Calendar
Business
Calendar
Request
Types
Calendar
Days
Platform.
Cards
Platform.
Cards.
Common
Platform.
Cards.
Extensions
Platform.
Cards.
Metadata
Platform.
Cards.
Service
Platform.
Cards.
Types
Platform.
Cards.
Validation
Platform.
Cards.
Workflow
Platform.
Content
Platform.
Content.
Avatar
Platform.
Files
Platform.
Formatting
Platform.
Forums
Platform.
Initialization
Platform.
Operations
Platform.
Placeholders
Platform.
Scheme
Platform.
Tags
Platform.
Validation
Platform.
Views
Platform.
Views.
Export
Platform.
Views.
Extensions
Platform.
Views.
Metadata
Platform.
Views.
Search
Queries
Platform.
Views.
Service
Platform.
Workflow
Platform.
Workflow.
Kr
Process
Platform.
Workflow.
Signals
Platform.
Workplaces
Platform.
Workplaces.
Extensions
Platform.
Workplaces.
Metadata
Platform.
Workplaces.
Service
Platform.
Workplaces.
Visitors
UI.
Common
UI.
View
Model
TESSA Web API
Platform.Forums
ForumData
Class ForumData
Hierarchy
StorageSerializableObject
ForumData
Index
Constructors
constructor
Accessors
read
Topic
Status
List
topic
Types
Methods
deserialize
From
Storage
is
Sealed
seal
serialize
To
Storage
Constructors
constructor
new
Forum
Data
(
)
:
ForumData
Returns
ForumData
Accessors
read
Topic
Status
List
get
readTopicStatusList
(
)
:
Map
<
string
,
ForumUserStatusModel
>
Returns
Map
<
string
,
ForumUserStatusModel
>
set
readTopicStatusList
(
value
:
Map
<
string
,
ForumUserStatusModel
>
)
:
void
Parameters
value:
Map
<
string
,
ForumUserStatusModel
>
Returns
void
topic
Types
get
topicTypes
(
)
:
Map
<
string
,
string
>
Returns
Map
<
string
,
string
>
set
topicTypes
(
value
:
Map
<
string
,
string
>
)
:
void
Parameters
value:
Map
<
string
,
string
>
Returns
void
Methods
deserialize
From
Storage
deserialize
From
Storage
(
storage
:
IStorage
<
unknown
>
, context
?:
StorageSerializableContext
)
:
ForumData
Parameters
storage:
IStorage
<
unknown
>
Optional
context:
StorageSerializableContext
Returns
ForumData
is
Sealed
is
Sealed
(
)
:
boolean
Returns
boolean
seal
seal
(
)
:
ForumData
Returns
ForumData
serialize
To
Storage
serialize
To
Storage
(
storage
?:
IStorage
<
unknown
>
, context
?:
StorageSerializableContext
)
:
IStorage
<
unknown
>
Parameters
storage:
IStorage
<
unknown
>
= {}
Optional
context:
StorageSerializableContext
Returns
IStorage
<
unknown
>
Generated using
TypeDoc