RefDocGen
Home
API
FAQ
Templates
Configuration
Basic config
Custom static pages
Doc versioning
YAML config
C#
public class
AssemblyTM
assembly
RefDocGen
namespace
RefDocGen.TemplateProcessors.Shared.TemplateModels.Assemblies
Base type:
object
Implements:
ITemplateModelWithId
,
IEquatable
<
AssemblyTM
>
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
;
}
#
Implements
ITemplateModelWithId.Id
ID of the template model.
public
string
Name
{
get
;
init
;
}
#
Name of the assembly.
public
NamespaceTM[]
Namespaces
{
get
;
init
;
}
#
Namespaces contained within the assembly.
Made with
RefDocGen