RecroGridGetXMLRecAsync(RecroGridRGServiceParams, RecroGridTemplateModeEnum) Method

Returns the result of GetRec(IRGEntityKey, RecroGridRGServiceParams) in XML format.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.4.1.24.0708.1
C#
protected virtual Task<(XmlDocument XmlDoc, Dictionary<string, string> EmbeddedGrid, Object DataRec)> GetXMLRecAsync(
	RecroGridRGServiceParams param,
	RecroGridTemplateModeEnum tMode
)

Parameters

param  RecroGridRGServiceParams
The parameters coming from the client.
tMode  RecroGridTemplateModeEnum
The template mode.

Return Value

TaskValueTupleXmlDocument, DictionaryString, String, Object
The record in XML format, Embedded lists, The record.

See Also