Skip to main content

Definition

Assembly: CloudNimble.DotNetDocs.Core.dll Namespace: CloudNimble.DotNetDocs.Core Inheritance: System.Object

Syntax

Summary

Base class for documentation reference handlers providing common file copying functionality.

Remarks

This abstract class contains shared logic for copying files from referenced documentation projects, including directory recursion, exclusion pattern matching, and glob pattern support. Derived classes should implement String) to provide format-specific processing such as content rewriting and resource relocation.

Constructors

.ctor Inherited

Inherited from object

Syntax

Properties

DocumentationType Abstract

Syntax

Property Value

Type: CloudNimble.DotNetDocs.Core.Configuration.SupportedDocumentationType

Methods

Equals Inherited Virtual

Inherited from object

Syntax

Parameters

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

Returns

Type: object

ProcessAsync Abstract

Syntax

Parameters

Returns

Type: System.Threading.Tasks.Task

ReferenceEquals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

Returns

Type: string?
  • CloudNimble.DotNetDocs.Core.IDocReferenceHandler