BSONDocument Constructor (String, Boolean,  TemplateArg )NFX Class Library

[This is preliminary documentation and is subject to change.]

Creates an instance of the document from JSON template with parameters populated from args optionally caching the template internal representation. Do not cache templates that change often

Namespace: NFX.Serialization.BSON
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public BSONDocument(
	string template,
	bool cacheTemplate,
	params TemplateArg[] args
)

Parameters

template
Type: OnlineSystem String
cacheTemplate
Type: OnlineSystem Boolean
args
Type:  NFX.Serialization.BSON TemplateArg 
See Also