Definition
Assembly: CloudNimble.DotNetDocs.Core.dll Namespace: CloudNimble.DotNetDocs.Core Inheritance: System.ObjectSyntax
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 implementString) to provide format-specific
processing such as content rewriting and resource relocation.
Constructors
.ctor Inherited
Inherited from
objectSyntax
Properties
DocumentationType Abstract
Syntax
Property Value
Type:CloudNimble.DotNetDocs.Core.Configuration.SupportedDocumentationType
Methods
Equals Inherited Virtual
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ProcessAsync Abstract
Syntax
Parameters
| Name | Type | Description |
|---|---|---|
reference | CloudNimble.DotNetDocs.Core.DocumentationReference | - |
documentationRootPath | string | - |
Returns
Type:System.Threading.Tasks.Task
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?
Related APIs
- CloudNimble.DotNetDocs.Core.IDocReferenceHandler