MapperKernelIsOptional Method (IField, Boolean) |
Determine if this field is optionally visible (can be shown/hidden by user).
Depending on the field's FieldFilterOptions the field can be either shown or hidden by default.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static bool IsOptional(
IField fld,
out bool defaultHidden
)
Public Shared Function IsOptional (
fld As IField,
<OutAttribute> ByRef defaultHidden As Boolean
) As Boolean
Parameters
- fld
- Type: NetQuarry.DataIField
The field in question. - defaultHidden
- Type: SystemBoolean
Valid only when field is optional in which case True is returned if the field is hidden by default, else True.
Return Value
Type:
BooleanTrue if this field is optionally shown/hidden, else false.
See Also