Class Template
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents a project template entry with file metadata and condition/description.
public class Template : DomItem
- Inheritance
-
Template
- Inherited Members
Constructors
Template(CollectionTemplates)
Creates and appends a template entry.
public Template(CollectionTemplates templateCollection)
Parameters
templateCollectionCollectionTemplates
Template(CollectionTemplates, int)
Creates and inserts a template entry.
public Template(CollectionTemplates templateCollection, int index)
Parameters
templateCollectionCollectionTemplatesindexint
Properties
Condition
Gets or sets the usage condition.
public string Condition { get; set; }
Property Value
Description
Gets or sets the description.
public string Description { get; set; }
Property Value
FileName
Gets or sets the template file name.
public string FileName { get; set; }
Property Value
UUID
Gets the unique template UUID.
public string UUID { get; }
Property Value
Methods
Initialize(CollectionTemplates, int)
Internal initializer.
protected void Initialize(CollectionTemplates templateCollection, int index)
Parameters
templateCollectionCollectionTemplatesindexint