Class Template<T>
A helper class to build a JSON command from a string with tag replacement
public class Template<T> : Template<T, T> where T : IEntity
Type Parameters
TAny type that implements IEntity
- Inheritance
-
Template<T, T>Template<T>
- Inherited Members
Constructors
Template(string)
Initializes a template with a tagged input string.
public Template(string template)
Parameters
templatestringThe template string with tags for targeting replacements such as "<Author.Name>"