Click or drag to resize

InstanceId Class

Represents unique Id of objects in BVMS.
Inheritance Hierarchy
SystemObject
  Bosch.Vms.CameoSdkInstanceId

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
public class InstanceId

The InstanceId type exposes the following members.

Constructors
 NameDescription
Public methodInstanceId Constructor.
Top
Properties
 NameDescription
Public propertyDeviceId Id of device (readonly).
Public propertyServerId Id of server (readonly).
Top
Methods
 NameDescription
Public methodEquals Determines whether the specified InstanceId is equal to the current InstanceId.
(Overrides ObjectEquals(Object))
Public methodGetHashCode Serves as a hash function for InstanceId.
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(InstanceId, InstanceId) Makes possible to use equality operator (==) on two InstanceId.
Public operatorStatic memberInequality(InstanceId, InstanceId) Makes possible to use inequality operator (!=) on two InstanceId.
Top
See Also