Click or drag to resize
IFdfQueryable Interface
Interface providing object instance validation capabilities.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public interface IFdfQueryable

The IFdfQueryable type exposes the following members.

Properties
  NameDescription
Public propertyIsEmpty
Returns True if object instance is considered empty, otherwise returns False.
Top
Methods
  NameDescription
Public methodIsValid
Returns True if object instance is considered valid, otherwise returns False.
Top
Remarks
See Also