Click or drag to resize

Instance Class

This class represents an Instance of a Type in 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 Instance : SDKBase

The Instance type exposes the following members.

Properties
  NameDescription
Public propertyControllerType
Gets the ControllerType.
(Inherited from SDKBase.)
Top
Methods
  NameDescription
Public methodDelete
Deletes this instance (if possible).
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 methodGetAttribute
Gets an attribute with the specified name.
Public methodGetAttributes
Gets all attributes of this instance.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetIsInternal
Returns a value that indicates if this instance is internal or not
Public methodGetName
Returns the Url of instance
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodGetUrl
Returns the Url of instance
Public methodGetValue
Gets the value of an attribute of this instance.
Public methodSetValue
Sets the value of an attribute of this instance.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also