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: DOFOperationFilterAn immutable filter that matches the builder settings.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | If build is called before permissions have been added. |
Remarks
See Also