Interface IDocumentedEntity
This interface must be implemented by all classes that support documentation of their objects.
Namespace: Quantellia.WMServer.Base
Assembly: WMServer.dll
Syntax
public interface IDocumentedEntity
Properties
Documentation
Long-form documentation of this object. May be encoded by the MIME type specified in the DocumentationMIMEType property.
Declaration
string? Documentation { get; set; }
Property Value
Type | Description |
---|---|
string |
DocumentationMIMEType
MIME type of the data in the Documentation property.
Declaration
string? DocumentationMIMEType { get; set; }
Property Value
Type | Description |
---|---|
string |