Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 2.01 KB

File metadata and controls

24 lines (17 loc) · 2.01 KB

FullNameFactory Class

IFileNameFactory implementation using FullName as file name.

public sealed class FullNameFactory : DefaultDocumentation.Markdown.FileNameFactories.BaseMarkdownFileNameFactory

Inheritance System.Object 🡒 BaseMarkdownFileNameFactory 🡒 FullNameFactory

Fields
ConfigName The name of this implementation used at the configuration level.
Properties
Name Gets the name of the factory, used to identify it at the configuration level.
Methods
GetMarkdownFileName(IGeneralContext, DocItem) Gets the file name to use for the given DocItem.