Cast<TValue>() |
Config<TValue> |
Casts the config delegate to the specified type.
|
CombineWith<TValue, TValue, TSecond>(Config<TSecond>, Func<TValue, TSecond, IDocument, IExecutionContext, Task<TValue>>) |
Config<TValue> |
|
CombineWith<TValue, TValue, TSecond>(Config<TSecond>, Func<TValue, TSecond, IDocument, IExecutionContext, TValue>) |
Config<TValue> |
|
CombineWith<TValue, TValue, TSecond>(Config<TSecond>, Func<TValue, TSecond, IExecutionContext, Task<TValue>>) |
Config<TValue> |
|
CombineWith<TValue, TValue, TSecond>(Config<TSecond>, Func<TValue, TSecond, IExecutionContext, TValue>) |
Config<TValue> |
|
CombineWith<TValue, TValue, TSecond>(Config<TSecond>, Func<TValue, TSecond, Task<TValue>>) |
Config<TValue> |
|
CombineWith<TValue, TValue, TSecond>(Config<TSecond>, Func<TValue, TSecond, TValue>) |
Config<TValue> |
|
EnsureNonDocument<Config<TValue>>(string) |
TConfig |
Ensures that the config is not null and doesn't require a document and throws
System.ArgumentNullException or System.ArgumentException if it is.
|
EnsureNonDocumentIfNonNull<Config<TValue>>(string) |
TConfig |
Ensures that the config doesn't require a document, but only if not null and throws
System.ArgumentException if it does.
|
EnsureNonNull<Config<TValue>>(string) |
TConfig |
Ensures that the config is not null and throws System.ArgumentNullException if it is.
|
GetValueAsync<TValue>(IDocument, IExecutionContext, Func<TValue, TValue>) |
Task<TValue> |
|
MakeEnumerable<TValue>() |
Config<IEnumerable<TValue>> |
|
ThrowIfNull<Config<TValue>>(string) |
T |
|
ToDocument<Config<TValue>>(IContentProvider) |
IDocument |
|
ToDocument<Config<TValue>>(IEnumerable<KeyValuePair<string, object>>, IContentProvider) |
IDocument |
|
ToDocument<Config<TValue>>(NormalizedPath, IContentProvider) |
IDocument |
|
ToDocument<Config<TValue>>(NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider) |
IDocument |
|
ToDocument<Config<TValue>>(NormalizedPath, NormalizedPath, IContentProvider) |
IDocument |
|
ToDocument<Config<TValue>>(NormalizedPath, NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider) |
IDocument |
|
Transform<TValue, TValue>(Func<TValue, IDocument, IExecutionContext, Task<TValue>>) |
Config<TValue> |
|
Transform<TValue, TValue>(Func<TValue, IDocument, IExecutionContext, TValue>) |
Config<TValue> |
|
Transform<TValue, TValue>(Func<TValue, IExecutionContext, Task<TValue>>) |
Config<TValue> |
|
Transform<TValue, TValue>(Func<TValue, IExecutionContext, TValue>) |
Config<TValue> |
|
Transform<TValue, TValue>(Func<TValue, Task<TValue>>) |
Config<TValue> |
|
Transform<TValue, TValue>(Func<TValue, TValue>) |
Config<TValue> |
|