|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS Namespace > InstanceParameterEnum Class > InstanceParameterEnum Methods > InstanceParameterEnum.IsValid Method |
Checks if the provided value is valid based on the permitted states.
Namespace: BNCS
Assembly: BNCS.Config (in BNCS.Config.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.