Click or drag to resize

RecroGridGetXMLRecAsync Method (Object, Int32, RecroGridTemplateModeEnum)

Visszaadja a rekordot XML formátumban.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
protected virtual Task<(XmlDocument XmlDoc, Dictionary<string, Object> Join)> GetXMLRecAsync(
	Object dataRec,
	int permissionId,
	RecroGridTemplateModeEnum tMode
)

Parameters

dataRec
Type: SystemObject
The data record.
permissionId
Type: SystemInt32
The permission identifier.
tMode
Type: Recrovit.RecroGridFrameworkRecroGridTemplateModeEnum
The template mode.

Return Value

Type: TaskValueTupleXmlDocument, DictionaryString, Object
A rekord XML formátumban, The collection.
See Also