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
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
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
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
objectSyntax
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
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?