Represents a configuration for a Bridge.
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | getCredentials | Get the credentials of the bridge. |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | getPermissions | Get the initial permissions of the bridge. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | isPermissionsExtendAllowed | Whether the permissions can be extended or not. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
See Also