Show / Hide Table of Contents

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
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE