NDoc 1.3.1 SDK

BaseDocumenterConfig Class

Provides an abstract base class for documenter configurations.

For a list of all members of this type, see BaseDocumenterConfig Members.

System.Object
   NDoc.Core.BaseDocumenterConfig
      NDoc.Core.Reflection.BaseReflectionDocumenterConfig

[Visual Basic]
MustInherit Public Class BaseDocumenterConfig
    Implements IDocumenterConfig
[C#]
public abstract class BaseDocumenterConfig : IDocumenterConfig
[C++]
public __gc __abstract class BaseDocumenterConfig : public IDocumenterConfig
[JScript]
public  class BaseDocumenterConfig extends IDocumenterConfig

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This is a base class for NDoc Documenter Configs. It implements all the methods required by the IDocumenterConfig interface. It also provides some basic properties which are shared by all configs.

Requirements

Namespace: NDoc.Core

Assembly: NDoc.Core (in NDoc.Core.dll)

See Also

BaseDocumenterConfig Members | NDoc.Core Namespace