This class creates filters.
Inheritance Hierarchy
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
| Name | Description | |
|---|---|---|
| DOFOperationFilterBuilder | Construct a new builder using the default filter.  | |
| DOFOperationFilterBuilder(DOFOperationFilter) | Construct a new builder based on another filter.  | 
Methods
| Name | Description | |
|---|---|---|
| allowByPermissions | Add a set of permissions to be allowed by the filter.  | |
| build | Build a filter based on the current settings of the builder.  | |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | 
Remarks
See Also