DOFSystemConfig ClassOpenDOF Object Access Library
This class contains configuration information required for a DOFSystem.
Inheritance Hierarchy

SystemObject
  org.opendof.core.oalDOFSystemConfig

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

C#
[SerializableAttribute]
public sealed class Config : DOFImmutable

The DOFSystemConfig type exposes the following members.

Methods

  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodgetCredentials
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodgetName
Public methodgetPermissions
Get the initial permissions of the system.
Public methodgetReceiveFilter
Public methodgetRemoteDomain
Get the remote domain scope associated with the system if there is one.
Public methodgetSendFilter
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodisPermissionsExtendAllowed
Public methodisTunnelDomains
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

This class contains configuration information required for a DOFSystem.

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

See Also

Reference