Click or drag to resize

MetaContainerNestedBaseconstruct Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Performs construction (or upgrade) of DOM according to cpecific data set supplied.

Namespace:  imbSCI.Reporting.meta.blocks
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public abstract void construct(
	Object[] resources
)
Request Example View Source

Parameters

resources
Type: SystemObject

Implements

IMetaComposeAndConstructconstruct(Object)
Remarks

This method is meant to be called just after constructor and before compose or other application method.

It is not automatically called by constructor for easier prerequirements handling.

Inside the method it is safe to access parent, page, document or any other automatic property.

This method is meant to be called just once: it should remove any existing dynamically created nodes at beginning of execution - in purpose that any subsequent call produces the same result

See Also