Table of Contents

Class Template<T>

Namespace
MongoDB.Entities
Assembly
MongoDB.Entities.dll

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

T

Any 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

template string

The template string with tags for targeting replacements such as "<Author.Name>"