DOFOperationFilterBuilderbuild Method OpenDOF Object Access Library
Build a filter based on the current settings of the builder.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public DOFOperationFilter build()

Return Value

Type: DOFOperationFilter
An immutable filter that matches the builder settings.
Exceptions

ExceptionCondition
InvalidOperationException If build is called before permissions have been added.
Remarks

Build a filter based on the current settings of the builder. The filter may not be built until permissions are added.
See Also

Reference