The Filter class provides a way for applications to specify the type of traffic
that can be sent or received on connections, servers, and systems.
Inheritance Hierarchy
Filter
org.opendof.core.oalDOFOperationFilter
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
[SerializableAttribute] public sealed class Filter : Filter, DOFImmutable
The DOFOperationFilter type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Overrides Filter.Equals(Object).) |
![]() | GetHashCode | (Overrides Filter.GetHashCode.) |
![]() | 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