Method IsValidOn
IsValidOn(FunctionAttributeIndex, Value)
Tests if the attribute is valid for a Value on a given FunctionAttributeIndex
Declaration
public bool IsValidOn(FunctionAttributeIndex index, Value value)
Parameters
public bool IsValidOn(FunctionAttributeIndex index, Value value)
FunctionAttributeIndex | index | Attribute index to test if the attribute is valid on |
Value | value | Value |
Returns
Boolean |
|