[]
Applies settings of this matched item to the specified DataValidationExecutedResult value.
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
Type | Name | Description |
---|---|---|
MatchData | matchingData | A SplitableMatchData value indicates the matching data. |
DataValidationExecutedResult | result | A DataValidationExecutedResult value indicates the executed result. |
Type | Description |
---|---|
bool |
|