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

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

Parameters

outResults (Optional)
Type: FDF.Common.RuntimeFdfResultCollection
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