Click or drag to resize
StandardFormatterFactoryUnblob Method

[Missing <summary> documentation for "M:Activsoft.Engine.StandardFormatterFactory.Unblob(System.String,System.Xml.XmlWriter,Activsoft.Engine.Config,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.Text.StringBuilder,System.IO.StringWriter,System.Xml.XmlTextWriter,System.Collections.Generic.Stack{System.String},System.Int32@,System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.Db.UnblobConfig},System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.IFormatterFactory})"]

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public void Unblob(
	string value,
	XmlWriter pere,
	Config monConfig,
	bool forceColumnsToUpper,
	string xslMatchSqlField,
	string xslMatchTable,
	bool recurseUnblobEnabled,
	bool bd,
	StringBuilder current,
	StringWriter sw,
	XmlTextWriter tmp,
	Stack<string> deblobStack,
	ref int depth,
	Dictionary<string, UnblobConfig> unblobConfigs,
	Dictionary<string, IFormatterFactory> formatters
)

Parameters

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:Activsoft.Engine.StandardFormatterFactory.Unblob(System.String,System.Xml.XmlWriter,Activsoft.Engine.Config,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.Text.StringBuilder,System.IO.StringWriter,System.Xml.XmlTextWriter,System.Collections.Generic.Stack{System.String},System.Int32@,System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.Db.UnblobConfig},System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.IFormatterFactory})"]

pere
Type: System.XmlXmlWriter

[Missing <param name="pere"/> documentation for "M:Activsoft.Engine.StandardFormatterFactory.Unblob(System.String,System.Xml.XmlWriter,Activsoft.Engine.Config,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.Text.StringBuilder,System.IO.StringWriter,System.Xml.XmlTextWriter,System.Collections.Generic.Stack{System.String},System.Int32@,System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.Db.UnblobConfig},System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.IFormatterFactory})"]

monConfig
Type: Activsoft.EngineConfig

[Missing <param name="monConfig"/> documentation for "M:Activsoft.Engine.StandardFormatterFactory.Unblob(System.String,System.Xml.XmlWriter,Activsoft.Engine.Config,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.Text.StringBuilder,System.IO.StringWriter,System.Xml.XmlTextWriter,System.Collections.Generic.Stack{System.String},System.Int32@,System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.Db.UnblobConfig},System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.IFormatterFactory})"]

forceColumnsToUpper
Type: SystemBoolean

[Missing <param name="forceColumnsToUpper"/> documentation for "M:Activsoft.Engine.StandardFormatterFactory.Unblob(System.String,System.Xml.XmlWriter,Activsoft.Engine.Config,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.Text.StringBuilder,System.IO.StringWriter,System.Xml.XmlTextWriter,System.Collections.Generic.Stack{System.String},System.Int32@,System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.Db.UnblobConfig},System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.IFormatterFactory})"]

xslMatchSqlField
Type: SystemString

[Missing <param name="xslMatchSqlField"/> documentation for "M:Activsoft.Engine.StandardFormatterFactory.Unblob(System.String,System.Xml.XmlWriter,Activsoft.Engine.Config,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.Text.StringBuilder,System.IO.StringWriter,System.Xml.XmlTextWriter,System.Collections.Generic.Stack{System.String},System.Int32@,System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.Db.UnblobConfig},System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.IFormatterFactory})"]

xslMatchTable
Type: SystemString

[Missing <param name="xslMatchTable"/> documentation for "M:Activsoft.Engine.StandardFormatterFactory.Unblob(System.String,System.Xml.XmlWriter,Activsoft.Engine.Config,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.Text.StringBuilder,System.IO.StringWriter,System.Xml.XmlTextWriter,System.Collections.Generic.Stack{System.String},System.Int32@,System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.Db.UnblobConfig},System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.IFormatterFactory})"]

recurseUnblobEnabled
Type: SystemBoolean

[Missing <param name="recurseUnblobEnabled"/> documentation for "M:Activsoft.Engine.StandardFormatterFactory.Unblob(System.String,System.Xml.XmlWriter,Activsoft.Engine.Config,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.Text.StringBuilder,System.IO.StringWriter,System.Xml.XmlTextWriter,System.Collections.Generic.Stack{System.String},System.Int32@,System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.Db.UnblobConfig},System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.IFormatterFactory})"]

bd
Type: SystemBoolean

[Missing <param name="bd"/> documentation for "M:Activsoft.Engine.StandardFormatterFactory.Unblob(System.String,System.Xml.XmlWriter,Activsoft.Engine.Config,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.Text.StringBuilder,System.IO.StringWriter,System.Xml.XmlTextWriter,System.Collections.Generic.Stack{System.String},System.Int32@,System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.Db.UnblobConfig},System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.IFormatterFactory})"]

current
Type: System.TextStringBuilder

[Missing <param name="current"/> documentation for "M:Activsoft.Engine.StandardFormatterFactory.Unblob(System.String,System.Xml.XmlWriter,Activsoft.Engine.Config,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.Text.StringBuilder,System.IO.StringWriter,System.Xml.XmlTextWriter,System.Collections.Generic.Stack{System.String},System.Int32@,System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.Db.UnblobConfig},System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.IFormatterFactory})"]

sw
Type: System.IOStringWriter

[Missing <param name="sw"/> documentation for "M:Activsoft.Engine.StandardFormatterFactory.Unblob(System.String,System.Xml.XmlWriter,Activsoft.Engine.Config,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.Text.StringBuilder,System.IO.StringWriter,System.Xml.XmlTextWriter,System.Collections.Generic.Stack{System.String},System.Int32@,System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.Db.UnblobConfig},System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.IFormatterFactory})"]

tmp
Type: System.XmlXmlTextWriter

[Missing <param name="tmp"/> documentation for "M:Activsoft.Engine.StandardFormatterFactory.Unblob(System.String,System.Xml.XmlWriter,Activsoft.Engine.Config,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.Text.StringBuilder,System.IO.StringWriter,System.Xml.XmlTextWriter,System.Collections.Generic.Stack{System.String},System.Int32@,System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.Db.UnblobConfig},System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.IFormatterFactory})"]

deblobStack
Type: System.Collections.GenericStackString

[Missing <param name="deblobStack"/> documentation for "M:Activsoft.Engine.StandardFormatterFactory.Unblob(System.String,System.Xml.XmlWriter,Activsoft.Engine.Config,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.Text.StringBuilder,System.IO.StringWriter,System.Xml.XmlTextWriter,System.Collections.Generic.Stack{System.String},System.Int32@,System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.Db.UnblobConfig},System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.IFormatterFactory})"]

depth
Type: SystemInt32

[Missing <param name="depth"/> documentation for "M:Activsoft.Engine.StandardFormatterFactory.Unblob(System.String,System.Xml.XmlWriter,Activsoft.Engine.Config,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.Text.StringBuilder,System.IO.StringWriter,System.Xml.XmlTextWriter,System.Collections.Generic.Stack{System.String},System.Int32@,System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.Db.UnblobConfig},System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.IFormatterFactory})"]

unblobConfigs
Type: System.Collections.GenericDictionaryString, UnblobConfig

[Missing <param name="unblobConfigs"/> documentation for "M:Activsoft.Engine.StandardFormatterFactory.Unblob(System.String,System.Xml.XmlWriter,Activsoft.Engine.Config,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.Text.StringBuilder,System.IO.StringWriter,System.Xml.XmlTextWriter,System.Collections.Generic.Stack{System.String},System.Int32@,System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.Db.UnblobConfig},System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.IFormatterFactory})"]

formatters
Type: System.Collections.GenericDictionaryString, IFormatterFactory

[Missing <param name="formatters"/> documentation for "M:Activsoft.Engine.StandardFormatterFactory.Unblob(System.String,System.Xml.XmlWriter,Activsoft.Engine.Config,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.Text.StringBuilder,System.IO.StringWriter,System.Xml.XmlTextWriter,System.Collections.Generic.Stack{System.String},System.Int32@,System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.Db.UnblobConfig},System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.IFormatterFactory})"]

See Also