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.Cards.Service
CardNewStrategy
Class CardNewStrategy
Стратегия создания карточки.
Hierarchy
CardNewStrategy
Implements
ICardNewStrategy
Index
Constructors
constructor
Properties
default
Methods
create
Response
create
Section
Rows
fill
Entry
Fields
set
Session
Info
Constructors
constructor
new
Card
New
Strategy
(
)
:
CardNewStrategy
Returns
CardNewStrategy
Properties
Static
default
default
:
CardNewStrategy
= ...
Methods
create
Response
create
Response
(
context
:
ICardNewStrategyContext
)
:
Promise
<
CardNewResponse
>
Parameters
context:
ICardNewStrategyContext
Returns
Promise
<
CardNewResponse
>
create
Section
Rows
create
Section
Rows
(
context
:
ICardNewStrategyContext
)
:
Promise
<
StorageMap
<
CardRow
,
IStorage
<
unknown
>
>
>
Parameters
context:
ICardNewStrategyContext
Returns
Promise
<
StorageMap
<
CardRow
,
IStorage
<
unknown
>
>
>
fill
Entry
Fields
fill
Entry
Fields
(
section
:
CardSection
, sectionMetadata
:
ICardMetadataSection
, mode
:
CardNewMode
)
:
Promise
<
void
>
Parameters
section:
CardSection
sectionMetadata:
ICardMetadataSection
mode:
CardNewMode
Returns
Promise
<
void
>
set
Session
Info
set
Session
Info
(
response
:
CardNewResponse
, session
:
ISession
)
:
Promise
<
boolean
>
Parameters
response:
CardNewResponse
session:
ISession
Returns
Promise
<
boolean
>
Generated using
TypeDoc
Стратегия создания карточки.