Definition
Assembly: CloudNimble.DotNetDocs.Core.dll Namespace: CloudNimble.DotNetDocs.Core.Renderers Inheritance: System.ObjectSyntax
Summary
Base class for documentation renderers providing common functionality.Constructors
.ctor Inherited
Inherited from
objectSyntax
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
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
GetNamespaceFileName
Gets a safe file name for a namespace, suitable for use in file systems.Syntax
Parameters
| Name | Type | Description |
|---|---|---|
ns | CloudNimble.DotNetDocs.Core.DocNamespace | The namespace to get the file name for. |
extension | string | The file extension (without the dot). |
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
| Name | Type | Description |
|---|---|---|
ns | CloudNimble.DotNetDocs.Core.DocNamespace | The namespace to get the name for. |
Returns
Type:string
A safe namespace name, using “global” for the global namespace.
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
GetTypeFileName
Gets a safe file name for a type, suitable for use in file systems.Syntax
Parameters
| Name | Type | Description |
|---|---|---|
type | CloudNimble.DotNetDocs.Core.DocType | The type to get the file name for. |
ns | CloudNimble.DotNetDocs.Core.DocNamespace | The namespace containing the type. |
extension | string | The file extension (without the dot). |
Returns
Type:string
A safe file name for the type.
Remarks
This method is deprecated. Use GetTypeFilePath instead.MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
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?