Table of Contents

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

templateCollection CollectionTemplates

Template(CollectionTemplates, int)

Creates and inserts a template entry.

public Template(CollectionTemplates templateCollection, int index)

Parameters

templateCollection CollectionTemplates
index int

Properties

Condition

Gets or sets the usage condition.

public string Condition { get; set; }

Property Value

string

Description

Gets or sets the description.

public string Description { get; set; }

Property Value

string

FileName

Gets or sets the template file name.

public string FileName { get; set; }

Property Value

string

UUID

Gets the unique template UUID.

public string UUID { get; }

Property Value

string

Methods

Initialize(CollectionTemplates, int)

Internal initializer.

protected void Initialize(CollectionTemplates templateCollection, int index)

Parameters

templateCollection CollectionTemplates
index int