Type Class |
Namespace: ABB.Robotics.Controllers.ConfigurationDomain
public sealed class Type : SDKBase
The Type type exposes the following members.
Name | Description | |
---|---|---|
![]() | Attributes |
Gets the attributes of this type.
|
![]() | ControllerType |
Gets the ControllerType.
(Inherited from SDKBase.) |
![]() | Domain |
Gets the domain of this type.
|
![]() | Instances |
Gets all instances of this type.
|
![]() | IsReadOnly |
Returns a value indicating if this type is read only or not, i.e. if instances cannot be added or removed.
|
![]() | Name |
Returns the name of the type.
|
![]() | Url |
Returns the url of the type.
|
Name | Description | |
---|---|---|
![]() | CreateInstance |
Creates a named instance of this type in the configuration database.
|
![]() | DeleteInstance |
This method deletes a named instance of this type.
|
![]() | Dispose |
Disposes the managed resources of the instance.
(Inherited from SDKDisposeBase.) |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetInstance |
Gets a named instance with the specified name.
|
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |