Click or drag to resize
StandardFormatterFactoryXml Method

[Missing <summary> documentation for "M:Activsoft.Engine.StandardFormatterFactory.Xml(System.Data.IDataRecord,System.Int32,System.Xml.XmlWriter,Activsoft.Engine.Config,System.Boolean,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 Xml(
	IDataRecord rs,
	int position,
	XmlWriter output,
	Config monConfig,
	bool forceColumnsToUpper,
	Dictionary<string, IFormatterFactory> formatters
)

Parameters

rs
Type: System.DataIDataRecord

[Missing <param name="rs"/> documentation for "M:Activsoft.Engine.StandardFormatterFactory.Xml(System.Data.IDataRecord,System.Int32,System.Xml.XmlWriter,Activsoft.Engine.Config,System.Boolean,System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.IFormatterFactory})"]

position
Type: SystemInt32

[Missing <param name="position"/> documentation for "M:Activsoft.Engine.StandardFormatterFactory.Xml(System.Data.IDataRecord,System.Int32,System.Xml.XmlWriter,Activsoft.Engine.Config,System.Boolean,System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.IFormatterFactory})"]

output
Type: System.XmlXmlWriter

[Missing <param name="output"/> documentation for "M:Activsoft.Engine.StandardFormatterFactory.Xml(System.Data.IDataRecord,System.Int32,System.Xml.XmlWriter,Activsoft.Engine.Config,System.Boolean,System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.IFormatterFactory})"]

monConfig
Type: Activsoft.EngineConfig

[Missing <param name="monConfig"/> documentation for "M:Activsoft.Engine.StandardFormatterFactory.Xml(System.Data.IDataRecord,System.Int32,System.Xml.XmlWriter,Activsoft.Engine.Config,System.Boolean,System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.IFormatterFactory})"]

forceColumnsToUpper
Type: SystemBoolean

[Missing <param name="forceColumnsToUpper"/> documentation for "M:Activsoft.Engine.StandardFormatterFactory.Xml(System.Data.IDataRecord,System.Int32,System.Xml.XmlWriter,Activsoft.Engine.Config,System.Boolean,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.Xml(System.Data.IDataRecord,System.Int32,System.Xml.XmlWriter,Activsoft.Engine.Config,System.Boolean,System.Collections.Generic.Dictionary{System.String,Activsoft.Engine.IFormatterFactory})"]

See Also