Struct Plate
Represents a plate.
Inherited Members
Namespace: SI.PIXL.Client.Structs.PlateHandling
Assembly: SI.PIXL.Client.dll
Syntax
public struct Plate
Constructors
Plate(string, PlateTypes, PlateRoles)
Initializes a new instance of the Plate struct.
Declaration
public Plate(string id, PlateTypes type, PlateRoles role)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | The plates ID. |
| PlateTypes | type | The plates type. |
| PlateRoles | role | The plates role. |
Properties
ID
Get the plates ID.
Declaration
public string ID { get; }
Property Value
| Type | Description |
|---|---|
| string |
Role
Get the plates role.
Declaration
public PlateRoles Role { get; }
Property Value
| Type | Description |
|---|---|
| PlateRoles |
Type
Get the plate type.
Declaration
public PlateTypes Type { get; }
Property Value
| Type | Description |
|---|---|
| PlateTypes |
Methods
ToString()
Returns the fully qualified type name of this instance.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | The fully qualified type name. |