RecroGridAddTemplateXMLAsync Method

Generating the Form view template and the XML record.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.2.0.24.0426.1
C#
protected virtual Task<Dictionary<string, string>> AddTemplateXMLAsync(
	XmlElement rootElement,
	Object dataRec,
	int permissionId,
	RecroGridTemplateModeEnum tMode
)

Parameters

rootElement  XmlElement
The root element.
dataRec  Object
The data record.
permissionId  Int32
The permission identifier.
tMode  RecroGridTemplateModeEnum
The template mode.

Return Value

TaskDictionaryString, String
Embedded elements

See Also