public class AssemblyTM

assembly RefDocGen
namespace RefDocGen.TemplateProcessors.Shared.TemplateModels.Assemblies
Base type:  object

Represents template model for an assembly.

Constructors

public AssemblyTM(string Name, NamespaceTM[] Namespaces) #
Represents template model for an assembly.
Parameters
string Name
Name of the assembly.
NamespaceTM[] Namespaces
Namespaces contained within the assembly.

Properties

public string Id { get; } #
ID of the template model.
public string Name { get; init; } #
Name of the assembly.
public NamespaceTM[] Namespaces { get; init; } #
Namespaces contained within the assembly.