This is a non-generic base class for Document<TDocument>
and
is not intended to be used directly. Derive from Document<TDocument>
instead.
Syntax
public abstract class FactoryDocument
Extension Methods
Name |
Value |
Summary |
ThrowIfNull<FactoryDocument>(string) |
T |
|
ToDocument<FactoryDocument>(IContentProvider) |
IDocument |
|
ToDocument<FactoryDocument>(IEnumerable<KeyValuePair<string, object>>, IContentProvider) |
IDocument |
|
ToDocument<FactoryDocument>(NormalizedPath, IContentProvider) |
IDocument |
|
ToDocument<FactoryDocument>(NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider) |
IDocument |
|
ToDocument<FactoryDocument>(NormalizedPath, NormalizedPath, IContentProvider) |
IDocument |
|
ToDocument<FactoryDocument>(NormalizedPath, NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider) |
IDocument |
|