RecroGridGetDetailsXSLTAsync Method
Generating a form view template.
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.6.0.24.0320.1
protected virtual Task<string> GetDetailsXSLTAsync(
Object dataRec,
int permissionId,
RecroGridTemplateModeEnum tMode,
bool rgDefault = false
)
- dataRec Object
- The data record.
- permissionId Int32
- The permission identifier.
- tMode RecroGridTemplateModeEnum
- The template mode.
- rgDefault Boolean (Optional)
- If its value is true, then the default template is always used, disregarding any custom settings.
TaskStringBasic template.
The template is created based on the parameters set in the entity and the FormTemplate.xslt template.
A custom template can be specified in the
RGO_FormTemplate or
RGO_FormTemplateName optional parameters.