Click or drag to resize

metaCodeBlock Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Code block -- containes custom code that may have template params

Namespace:  imbSCI.Reporting.meta.blocks
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public metaCodeBlock(
	string __name,
	string __description,
	IEnumerable<string> __code
)
Request Example View Source

Parameters

__name
Type: SystemString
What whould be writen at head of the block? leave empty to hide head
__description
Type: SystemString
What would be written as footer of the block? leave empty to hide footer
__code
Type: System.Collections.GenericIEnumerableString
See Also