DOFOperationFilterBuilder ClassOpenDOF Object Access Library
This class creates filters.
Inheritance Hierarchy

SystemObject
  org.opendof.core.oalDOFOperationFilterBuilder

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

C#
public sealed class Builder

The DOFOperationFilterBuilder type exposes the following members.

Constructors

  NameDescription
Public methodDOFOperationFilterBuilder
Construct a new builder using the default filter.
Public methodDOFOperationFilterBuilder(DOFOperationFilter)
Construct a new builder based on another filter.
Top
Methods

  NameDescription
Public methodallowByPermissions
Add a set of permissions to be allowed by the filter.
Public methodbuild
Build a filter based on the current settings of the builder.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

This class creates filters. These filters are immutable once built, and so the builder allows them to be created (and modified) up until they are built.
See Also

Reference