RingSoft.DbLookup Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

ExtensionMethods..::..ValidateAutoFill Method

Validates the automatic fill.

Namespace:  RingSoft.DbLookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public static bool ValidateAutoFill(
	this AutoFillValue autoFillValue,
	AutoFillSetup autoFillSetup
)
<ExtensionAttribute> _
Public Shared Function ValidateAutoFill ( _
	autoFillValue As AutoFillValue, _
	autoFillSetup As AutoFillSetup _
) As Boolean
[ExtensionAttribute]
public:
static bool^ ValidateAutoFill(
	AutoFillValue^ autoFillValue, 
	AutoFillSetup^ autoFillSetup
)

Parameters

autoFillValue
Type: RingSoft.DbLookup.AutoFill..::..AutoFillValue
The automatic fill value.
autoFillSetup
Type: RingSoft.DbLookup.AutoFill..::..AutoFillSetup
The automatic fill setup.

Return Value

true if XXXX, false otherwise.