Syntax
public class TestDirectory : IDirectory, IFileSystemEntry, IDisplayable
Constructors
Properties
Methods
Extension Methods
Name |
Value |
Summary |
ThrowIfNull<TestDirectory>(string) |
T |
|
ToDocument<TestDirectory>(IContentProvider) |
IDocument |
|
ToDocument<TestDirectory>(IEnumerable<KeyValuePair<string, object>>, IContentProvider) |
IDocument |
|
ToDocument<TestDirectory>(NormalizedPath, IContentProvider) |
IDocument |
|
ToDocument<TestDirectory>(NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider) |
IDocument |
|
ToDocument<TestDirectory>(NormalizedPath, NormalizedPath, IContentProvider) |
IDocument |
|
ToDocument<TestDirectory>(NormalizedPath, NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider) |
IDocument |
|
ToSafeDisplayString() |
string |
A safe display string that can be used for logging and returns "null" when the
underlying object is null.
|