Class TemplateBase
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
History
public IEnumerable<IEvent> History { get; }
Property Value
Options
public OptionsCollection Options { get; }
Property Value
Snapshot
public ModelSnapshot Snapshot { get; }
Property Value
Versions
public IReadOnlyDictionary<Version, ModelSnapshot> Versions { get; }
Property Value
Methods
TransformText()
Create the template output
public virtual string TransformText()