Click or drag to resize

Domain Class

This class represents a Domain of the configuration database.
Inheritance Hierarchy

Namespace:  ABB.Robotics.Controllers.ConfigurationDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public sealed class Domain : SDKBase

The Domain type exposes the following members.

Properties
  NameDescription
Public propertyControllerType
Gets the ControllerType.
(Inherited from SDKBase.)
Top
Methods
  NameDescription
Public methodDispose
Disposes the managed resources of the instance.
(Overrides SDKDisposeBaseDispose.)
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 methodGetName
Returns Name of domain
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodGetType(String)
Gets the type with the specified name.
Public methodGetTypes
Get all the types of domain
Public methodGetUrl
Returns the Url of this domain
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also