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
CardNewStrategyContext
Class CardNewStrategyContext
Контекст операции по созданию карточки.
Hierarchy
CardNewStrategyContext
Implements
ICardNewStrategyContext
Index
Constructors
constructor
Properties
card
Metadata
card
Type
Id
mode
Accessors
card
section
Rows
validation
Result
Methods
init
Card
init
Response
Constructors
constructor
new
Card
New
Strategy
Context
(
cardTypeId
:
string
, mode
:
CardNewMode
, cardMetadata
:
ICardMetadata
)
:
CardNewStrategyContext
Parameters
cardTypeId:
string
mode:
CardNewMode
cardMetadata:
ICardMetadata
Returns
CardNewStrategyContext
Properties
Readonly
card
Metadata
card
Metadata
:
ICardMetadata
Readonly
card
Type
Id
card
Type
Id
:
string
Readonly
mode
mode
:
CardNewMode
Accessors
card
get
card
(
)
:
null
|
Card
Returns
null
|
Card
section
Rows
get
sectionRows
(
)
:
null
|
StorageMap
<
CardRow
,
IStorage
<
unknown
>
>
Returns
null
|
StorageMap
<
CardRow
,
IStorage
<
unknown
>
>
validation
Result
get
validationResult
(
)
:
null
|
IValidationResultBuilder
Returns
null
|
IValidationResultBuilder
Methods
init
Card
init
Card
(
)
:
void
Returns
void
init
Response
init
Response
(
response
:
CardNewResponse
)
:
void
Parameters
response:
CardNewResponse
Returns
void
Generated using
TypeDoc
Контекст операции по созданию карточки.