This class is the builder for a
Config
.
Inheritance Hierarchy
org.opendof.core.oalDOFDomainConfigBuilder
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public sealed class Builder
The DOFDomainConfigBuilder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DOFDomainConfigBuilder(DOFCredentials) | Create a new Builder object. |
![]() | DOFDomainConfigBuilder(DOFDomainConfig) | Create a new Builder object from a existing Config. |
![]() | DOFDomainConfigBuilder(DOFCredentials, DOFDomainState) | Create a new Builder object from a State object. |
Methods
Name | Description | |
---|---|---|
![]() | build |
Build the
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.) |
![]() | setCredentials | Set the credentials. |
![]() | setDiscoverRemote | Set whether to discover related remote domains or not. |
![]() | setMaxSilence | Set the max silence. |
![]() | setName | Set the name of the domain. |
![]() | setRetryPeriod | Set the retry period. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also