MapperKernelPopulateFromDefaults Method |
Populate the mapper's field values from their defaults.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected void PopulateFromDefaults(
bool clearUndefaulted,
bool postBackDataIsValid,
bool changedOnly
)
Protected Sub PopulateFromDefaults (
clearUndefaulted As Boolean,
postBackDataIsValid As Boolean,
changedOnly As Boolean
)
Parameters
- clearUndefaulted
- Type: SystemBoolean
Clear the values of all fields not having a default specified -- not yet supported. - postBackDataIsValid
- Type: SystemBoolean
If this is a post-back, this specifies whether the post-back data should be considered valid.
In the case of valid post-back data, default values are not set through to the page's controls.
- changedOnly
- Type: SystemBoolean
Only apply DefaultValues changed since original defaults were applied.
See Also