Verifies the item is an acceptable type.  Generally this is a test like "return (item is [class]);".
            
 
    Namespace: 
   NetQuarry.Data
    Assembly:
   EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
 Syntax
Syntaxprotected override bool IsTypeOK(
	Object item
)
Protected Overrides Function IsTypeOK ( 
	item As Object
) As Boolean
Parameters
- item
- Type: SystemObject
 The item whose type should be validated.
Return Value
Type: 
BooleanTrue if the type is acceptable, otherwise false.
 See Also
See Also