Click or drag to resize

metaCustomizedSimplePageAddDataTemplate Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates datatemplate for all Enum type members

Namespace:  imbSCI.Reporting.meta.page
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public metaDocScriptBlock AddDataTemplate(
	Type enumType,
	string title = "",
	string description = ""
)
Request Example View Source

Parameters

enumType
Type: SystemType
Type of an Enum to use as shemata
title (Optional)
Type: SystemString
The title.
description (Optional)
Type: SystemString
The description.

Return Value

Type: metaDocScriptBlock
See Also