Click or drag to resize
FdfObjectIsValid Method
Returns True if object instance is considered valid, otherwise returns False.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public virtual bool IsValid(
	ref FdfResultCollection results = null,
	IFdfQueryable sender = null
)

Parameters

results (Optional)
Type: FDF.Common.RuntimeFdfResultCollection
Validation results.
sender (Optional)
Type: FDF.CommonIFdfQueryable
Sender object initiating a validation.

Return Value

Type: Boolean

Implements

IFdfQueryableIsValid(FdfResultCollection, IFdfQueryable)
Remarks
Default value has to be True in implementing class. If implementing class represents a collection, returns True if all containing objects are valid, otherwise returns False.
See Also