Table of Contents

Class TemplateBase

Namespace
The.Model
Assembly
Instagile.Model.dll

Class to produce the template output

public class TemplateBase : TemplateBaseBase
Inheritance
TemplateBase
Derived
Inherited Members
Extension Methods

Properties

Features

public FeatureCollection Features { get; }

Property Value

FeatureCollection

History

public IEnumerable<IEvent> History { get; }

Property Value

IEnumerable<IEvent>

Options

public OptionsCollection Options { get; }

Property Value

OptionsCollection

Snapshot

public ModelSnapshot Snapshot { get; }

Property Value

ModelSnapshot

Versions

public IReadOnlyDictionary<Version, ModelSnapshot> Versions { get; }

Property Value

IReadOnlyDictionary<Version, ModelSnapshot>

Methods

TransformText()

Create the template output

public virtual string TransformText()

Returns

string