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
Application.DI
DI_Interfaces
Lookup
Interface Lookup<T>
Type Parameters
T
Hierarchy
Cloneable
<
Lookup
<
T
>
>
Lookup
Index
Methods
add
clone
get
get
Map
has
Key
remove
remove
By
Condition
remove
Intersection
traverse
Methods
add
add
(
serviceIdentifier
:
ServiceIdentifier
<
unknown
>
, value
:
T
)
:
void
Parameters
serviceIdentifier:
ServiceIdentifier
<
unknown
>
value:
T
Returns
void
clone
clone
(
)
:
Lookup
<
T
>
Returns
Lookup
<
T
>
get
get
(
serviceIdentifier
:
ServiceIdentifier
<
unknown
>
)
:
T
[]
Parameters
serviceIdentifier:
ServiceIdentifier
<
unknown
>
Returns
T
[]
get
Map
get
Map
(
)
:
Map
<
ServiceIdentifier
<
unknown
>
,
T
[]
>
Returns
Map
<
ServiceIdentifier
<
unknown
>
,
T
[]
>
has
Key
has
Key
(
serviceIdentifier
:
ServiceIdentifier
<
unknown
>
)
:
boolean
Parameters
serviceIdentifier:
ServiceIdentifier
<
unknown
>
Returns
boolean
remove
remove
(
serviceIdentifier
:
ServiceIdentifier
<
unknown
>
)
:
void
Parameters
serviceIdentifier:
ServiceIdentifier
<
unknown
>
Returns
void
remove
By
Condition
remove
By
Condition
(
condition
:
(
(
item
:
T
)
=>
boolean
)
)
:
T
[]
Parameters
condition:
(
(
item
:
T
)
=>
boolean
)
(
item
:
T
)
:
boolean
Parameters
item:
T
Returns
boolean
Returns
T
[]
remove
Intersection
remove
Intersection
(
lookup
:
Lookup
<
T
>
)
:
void
Parameters
lookup:
Lookup
<
T
>
Returns
void
traverse
traverse
(
func
:
(
(
key
:
ServiceIdentifier
<
unknown
>
, value
:
T
[]
)
=>
void
)
)
:
void
Parameters
func:
(
(
key
:
ServiceIdentifier
<
unknown
>
, value
:
T
[]
)
=>
void
)
(
key
:
ServiceIdentifier
<
unknown
>
, value
:
T
[]
)
:
void
Parameters
key:
ServiceIdentifier
<
unknown
>
value:
T
[]
Returns
void
Returns
void
Generated using
TypeDoc