|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Interfaces Namespace > IBNCSInstanceParameter Interface > IBNCSInstanceParameter Methods > IBNCSInstanceParameter.IsValid Method |
Checks if the provided value is valid.
Namespace: BNCS.Interfaces
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
bool IsValid(
Object newValue
)
newValue
Type: Object
The value to be checked.
True if the value is valid, false otherwise.
IBNCSInstanceParameter Interface