InstanceParameterEnum.IsValid Method

<< 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.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


public bool IsValid(
 Object newValue
)

Parameters

newValue

Type: Object
The value to be validated.

Return Value

True if the value is one of the permitted states, false otherwise.

 

See Also


InstanceParameterEnum Class

BNCS Namespace