|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Core.DriverFramework.Classes Namespace > AdhocParameterEnum Class > AdhocParameterEnum Methods > AdhocParameterEnum.IsValid Method |
Checks if the provided value is valid based on the permitted states.
Namespace: BNCS.Core.DriverFramework.Classes
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public bool IsValid(
Object newValue
)
newValue
Type: Object
The value to be validated.
True if the value is one of the permitted states, false otherwise.
BNCS.Core.DriverFramework.Classes Namespace