DOFDomainConfigBuilder ClassOpenDOF Object Access Library
This class is the builder for a Config .
Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public methodDOFDomainConfigBuilder(DOFCredentials)
Create a new Builder object.
Public methodDOFDomainConfigBuilder(DOFDomainConfig)
Create a new Builder object from a existing Config.
Public methodDOFDomainConfigBuilder(DOFCredentials, DOFDomainState)
Create a new Builder object from a State object.
Top
Methods

  NameDescription
Public methodbuild
Build the Config .
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodsetCredentials
Set the credentials.
Public methodsetDiscoverRemote
Set whether to discover related remote domains or not.
Public methodsetMaxSilence
Set the max silence.
Public methodsetName
Set the name of the domain.
Public methodsetRetryPeriod
Set the retry period.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference