DOFOperationFilter ClassOpenDOF Object Access Library
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

SystemObject
  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

  NameDescription
Public methodEquals (Overrides Filter.Equals(Object).)
Public methodGetHashCode (Overrides Filter.GetHashCode.)
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

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.

Must be created with a Builder . This class is immutable once built. Any changes will need to be made using the Builder.Builder(Filter) constructor.

See Also

Reference