DOFSystemConfigBuilder ClassOpenDOF Object Access Library
This class creates system configurations.
Inheritance Hierarchy

SystemObject
  org.opendof.core.oalDOFSystemConfigBuilder

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

C#
public sealed class Builder

The DOFSystemConfigBuilder type exposes the following members.

Constructors

  NameDescription
Public methodDOFSystemConfigBuilder
Constructs a new builder using the default configuration.
Public methodDOFSystemConfigBuilder(DOFSystemConfig)
Construct a new builder based on another configuration.
Public methodDOFSystemConfigBuilder(DOFSystemState)
Construct a builder based on a state.
Top
Methods

  NameDescription
Public methodbuild
Return a configuration 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 methodsetCredentials
Set the credentials of the system.
Public methodsetName
Set the name of the system.
Public methodsetPermissions
Set the initial permissions of the system.
Public methodsetPermissionsExtendAllowed
Set whether the system is allowed to extend the initial permission set.
Public methodsetReceiveFilter
Set the receive filter of the system.
Public methodsetRemoteDomain
Set the remote domain of the system.
Public methodsetSendFilter
Set the send filter of the system.
Public methodsetTunnelDomains
Set whether the system is allowed to see tunneled operations.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

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

Reference