DOFSystemConfigBuilderUnsecure ClassOpenDOF Object Access Library
This class creates unsecure DOFSystem configurations.

These configurations are immutable once built, and so the builder allows them to be created (and modified) up until they are built.

Inheritance Hierarchy

SystemObject
  org.opendof.core.oalDOFSystemConfigBuilderUnsecure

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

C#
public sealed class BuilderUnsecure

The DOFSystemConfigBuilderUnsecure type exposes the following members.

Constructors

  NameDescription
Public methodDOFSystemConfigBuilderUnsecure
Constructs a new builder using the default unsecure configuration (see
DOFSystem.Config.Builder()
).
Top
Methods

  NameDescription
Public methodbuild
Return a configuration based on the current settings of the builder.
Public methodcreateSystem
This is a convenience method for creating the system with the implied Config .
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 methodsetName
Set the name of the system.
Public methodsetReceiveFilter
Set the receive filter of the system.
Public methodsetSendFilter
Set the send filter of the system.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference