Search
Preparing search index...
The search index is not available
EF Conversation Provider Demo
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
"Provider"
Provider
Class Provider<T>
Type parameters
T
Hierarchy
Provider
Implements
ICacheProviderMutable
<
T
>
Index
Constructors
constructor
Properties
formations
Methods
fetch
Constructors
constructor
new
Provider
(
__namedParameters
:
object
)
:
Provider
Parameters
__namedParameters:
object
Returns
Provider
Properties
formations
formations
:
ReadonlyMap
<
string
,
IFormationImmutable
<
T
>
>
Methods
fetch
fetch
(
id
:
Guid
)
:
AsyncIterableIterator
<
IFormationImmutable
<
T
>
>
Parameters
id:
Guid
Returns
AsyncIterableIterator
<
IFormationImmutable
<
T
>
>
Globals
"
Provider"
"formations/dom"
"formations/string"
"index"
Provider
constructor
formations
fetch
IOptions