DOFOperationBridgeConfig ClassOpenDOF Object Access Library
Represents a configuration for a Bridge.
Inheritance Hierarchy

SystemObject
  org.opendof.core.oalDOFOperationBridgeConfig

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 DOFOperationBridgeConfig type exposes the following members.

Methods

  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodgetCredentials
Get the credentials of the bridge.
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodgetPermissions
Get the initial permissions of the bridge.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodisPermissionsExtendAllowed
Whether the permissions can be extended or not.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

Represents a configuration for a Bridge.

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