Class Template<T>
A helper class to build a JSON command from a string with tag replacement
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: MongoDB.Entities
Assembly: MongoDB.Entities.dll
Syntax
public class Template<T> : Template<T, T> where T : IEntity
Type Parameters
Name | Description |
---|---|
T | Any type that implements IEntity |
Constructors
Template(String)
Initializes a template with a tagged input string.
Declaration
public Template(string template)
Parameters
Type | Name | Description |
---|---|---|
String | template | The template string with tags for targeting replacements such as "<Author.Name>" |