IDisplayable Interface
Indicates the implementation supports a display string (typically used for logging).
IDisplayable
TestFile
TestDocument
IFileSystemEntry
TestDirectory
NormalizedPath
ObjectDocument<T>
IDocument
IFile
Document
IDirectory
Document<TDocument>

Syntax

public interface IDisplayable

Methods

Name Return Value Summary
ToDisplayString() string
A display string that can be used for tracing.

Extension Methods