Skip to main content

Definition

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

Syntax

Summary

Base class for documentation renderers providing common functionality.

Constructors

.ctor Inherited

Inherited from object

Syntax

Properties

Enabled

When more than one Renderer is registered, allows a renderer to be turned off.

Syntax

Property Value

Type: bool

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

GetNamespaceFileName

Gets a safe file name for a namespace, suitable for use in file systems.

Syntax

Parameters

Returns

Type: string A safe file name for the namespace.

Remarks

This method is deprecated. Use GetNamespaceFilePath instead.

GetSafeNamespaceName

Gets a safe namespace name for use in file names and display.

Syntax

Parameters

Returns

Type: string A safe namespace name, using “global” for the global namespace.

GetType Inherited

Inherited from object

Syntax

Returns

Type: System.Type

GetTypeFileName

Gets a safe file name for a type, suitable for use in file systems.

Syntax

Parameters

Returns

Type: string A safe file name for the type.

Remarks

This method is deprecated. Use GetTypeFilePath instead.

MemberwiseClone Inherited

Inherited from object

Syntax

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

Returns

Type: string?