Interface IContentDataLoadPhase
This ILoadPhase should process IContent IStaticData using the IDataLoaderService.
Inherited Members
Namespace: IdleKit.Framework
Assembly: cs.temp.dll.dll
Syntax
public interface IContentDataLoadPhase : ILoadPhase, IAsyncLoadable, IInjectable
Methods
Initialize(Func<String, IStaticData[]>)
Initializes the ILoadPhase with the data required to process IStaticData
for a specific IContent. The staticDataRetrievalFunc
function should
return an array of IStaticData based on a string.
Declaration
void Initialize(Func<string, IStaticData[]> staticDataRetrievalFunc)
Parameters
Type | Name | Description |
---|---|---|
Func<String, IStaticData[]> | staticDataRetrievalFunc |