Click or drag to resize

ThinDetailRendererAddControlsMaterialDesign Method

Add mapper field controls for a Boolstrap detail page layed out for MaterialDesign.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static int AddControlsMaterialDesign(
	Control host,
	IMapper map,
	bool isDesignMode,
	ControlCreationFlags purpose,
	string fieldList = null,
	Control outerHost = null
)

Parameters

host
Type: System.Web.UIControl
The control hosting the field controls to be created.
map
Type: NetQuarry.DataIMapper
The mapper.
isDesignMode
Type: SystemBoolean
Specifies whether or not to render in design mode.
purpose
Type: NetQuarry.DataControlCreationFlags
The purpose of the rendering.
fieldList (Optional)
Type: SystemString
The fields to render, optional.
outerHost (Optional)
Type: System.Web.UIControl
Outer control hosting the entire layout content and around which a formatting wrapper may be added. This is typically null and provided only when the fields are being rendered as part of a larger construct such as with a Chooser control in report filtering.

Return Value

Type: Int32
The number of visible controls added.
See Also