Click or drag to resize

DataObjectFilterValidate Method

Validates that the filter is in a valid state - if not an exception is thrown.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public void Validate(
	DataObjectTypes filterTypes
)

Parameters

filterTypes
Type: Omada.OE.ModelDataObjectTypes
Must (at least) contain all types used by the filter.
See Also