DocumentHydrationConfigurationCreator.

DocumentsCreator(Func<ICakeLog, JObject, IDictionary<string, IList<JObject>>, IReadOnlyCollection<JObject>>) Method

Syntax

public void DocumentsCreator(Func<ICakeLog, JObject, IDictionary<string, IList<JObject>>, IReadOnlyCollection<JObject>> setDocumentsCreator)

Parameters

Name Type Description
setDocumentsCreator Func<ICakeLog, JObject, IDictionary<string, IList<JObject>>, IReadOnlyCollection<JObject>>

Return Value

Type Description
void