[]
        
(Showing Draft Content)

FarPoint.Win.Spread.BaseDataValidator.Apply

Apply Method

Apply(ref MatchData, ref DataValidationExecutedResult)

Applies settings of this matched item to the specified DataValidationExecutedResult value.

Declaration
protected override sealed bool Apply(ref MatchData matchingData, ref DataValidationExecutedResult result)
Protected NotOverridable Overrides Function Apply(ByRef matchingData As MatchData, ByRef result As DataValidationExecutedResult) As Boolean
Parameters
Type Name Description
MatchData matchingData

A SplitableMatchData value indicates the matching data.

DataValidationExecutedResult result

A DataValidationExecutedResult value indicates the executed result.

Returns
Type Description
bool

true if other next items should be stopped executing, false otherwise.