Click or drag to resize

PFGridViewHtmlHelperTPFBaseObjectGetObjectRow Method

Generates the HTML of the object's row and appends it to the builder.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected abstract void GetObjectRow(
	TPFBaseObject item,
	bool styleAlternate,
	HtmlBuilder builder
)

Parameters

item
Type: TPFBaseObject
styleAlternate
Type: SystemBoolean
builder
Type: MicaSystems.UtilsHtmlBuilder
See Also