SignNumberLengthValidateAttributeIsValid Method

Determines whether the specified oldvalue is valid.

Namespace:  ABSuite.AccessLayer.Connector.Core.Utility
Assembly:  Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public override bool IsValid(
	Object oldvalue,
	Object newvalue
)

Parameters

oldvalue
Type: SystemObject
The oldvalue.
newvalue
Type: SystemObject
The newvalue.

Return Value

Type: Boolean
true if the specified oldvalue is valid; otherwise, false.
See Also

Reference