Click or drag to resize

Type Class

This class represents a Type 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 Type : SDKBase

The Type type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets the attributes of this type.
Public propertyControllerType
Gets the ControllerType.
(Inherited from SDKBase.)
Public propertyDomain
Gets the domain of this type.
Public propertyInstances
Gets all instances of this type.
Public propertyIsReadOnly
Returns a value indicating if this type is read only or not, i.e. if instances cannot be added or removed.
Public propertyName
Returns the name of the type.
Public propertyUrl
Returns the url of the type.
Top
Methods
  NameDescription
Public methodCreateInstance
Creates a named instance of this type in the configuration database.
Public methodDeleteInstance
This method deletes a named instance of this type.
Public methodDispose
Disposes the managed resources of the instance.
(Inherited from SDKDisposeBase.)
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 methodGetInstance
Gets a named instance with the specified name.
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also