ApiTopicNamer Class

This is used to generate topic filenames for API members based on the selected naming method

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public sealed class ApiTopicNamer : IDisposable
Inheritance
Object    ApiTopicNamer
Implements
IDisposable

Constructors

ApiTopicNamer Constructor

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize This handles garbage collection to ensure proper disposal of the instance if not done explicitly with Dispose.
(Overrides ObjectFinalize)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
ToTopicFileName This is used to get an API topic filename for the given API member ID

See Also