Click or drag to resize
FdfObjectIsEmpty Property
Returns True if object instance is considered empty, otherwise returns False.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public virtual bool IsEmpty { get; }

Property Value

Type: Boolean

Return Value

Type: Boolean

Implements

IFdfQueryableIsEmpty
Remarks
Default value has to be False in implementing class.
See Also