This class creates unsecure
DOFSystem
configurations.
These configurations are immutable once built, and so
the builder allows them to be created (and modified) up until they are built.
Inheritance Hierarchy
org.opendof.core.oalDOFSystemConfigBuilderUnsecure
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public sealed class BuilderUnsecure
The DOFSystemConfigBuilderUnsecure type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DOFSystemConfigBuilderUnsecure |
Constructs a new builder using the default unsecure configuration (see
DOFSystem.Config.Builder() |
Methods
Name | Description | |
---|---|---|
![]() | build | Return a configuration based on the current settings of the builder. |
![]() | createSystem |
This is a convenience method for creating the system with the implied
Config
.
|
![]() | 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.) |
![]() | setName | Set the name of the system. |
![]() | setReceiveFilter | Set the receive filter of the system. |
![]() | setSendFilter | Set the send filter of the system. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also