This class contains configuration information required for a DOFSystem.
Inheritance Hierarchy
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
| Name | Description | |
|---|---|---|
| Equals | (Overrides ObjectEquals(Object).) | |
| getCredentials | ||
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| getName | ||
| getPermissions | Get the initial permissions of the system. | |
| getReceiveFilter | ||
| getRemoteDomain | Get the remote domain scope associated with the system if there is one. | |
| getSendFilter | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| isPermissionsExtendAllowed | ||
| isTunnelDomains | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
See Also