This class creates system configurations.
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
![]() | DOFSystemConfigBuilder | Constructs a new builder using the default configuration. |
![]() | DOFSystemConfigBuilder(DOFSystemConfig) | Construct a new builder based on another configuration. |
![]() | DOFSystemConfigBuilder(DOFSystemState) | Construct a builder based on a state. |
Methods
Name | Description | |
---|---|---|
![]() | build | Return a configuration based on the current settings of the builder. |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | setCredentials | Set the credentials of the system. |
![]() | setName | Set the name of the system. |
![]() | setPermissions | Set the initial permissions of the system. |
![]() | setPermissionsExtendAllowed | Set whether the system is allowed to extend the initial permission set. |
![]() | setReceiveFilter | Set the receive filter of the system. |
![]() | setRemoteDomain | Set the remote domain of the system. |
![]() | setSendFilter | Set the send filter of the system. |
![]() | setTunnelDomains | Set whether the system is allowed to see tunneled operations. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
See Also