MapperBindElements Method |
Called by base class when the mapper should bind its fields to their corresponding
page elements. This mapper class performs no binding since it has no UI.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected override int BindElements(
ControlCollection ctrls,
bool bIsPostBack
)
Protected Overrides Function BindElements (
ctrls As ControlCollection,
bIsPostBack As Boolean
) As Integer
Parameters
- ctrls
- Type: System.Web.UIControlCollection
The controls to bind. - bIsPostBack
- Type: SystemBoolean
Specifies whether this should be considered a post-back.
Return Value
Type:
Int32The number of elements bound.
See Also