Struct Pinning
Represents a pinning.
Inherited Members
Namespace: SI.PIXL.Client.Structs.CommandResponse.Workflows.RandomColonyPicking
Assembly: SI.PIXL.Client.dll
Syntax
public struct Pinning
Constructors
Pinning(string, DateTime, SourcePinningPosition, PinningPosition[])
Initializes a new instance of the Pinning struct.
Declaration
public Pinning(string pinningID, DateTime dateTime, SourcePinningPosition source, PinningPosition[] targets)
Parameters
Type | Name | Description |
---|---|---|
string | pinningID | A string providing the unique identifier assigned to the pinning. |
DateTime | dateTime | The date time the pinning occurred on. |
SourcePinningPosition | source | The source pinning position. |
PinningPosition[] | targets | The target pinning positions. |
Properties
DateTime
Get the date time the pinning occurred on.
Declaration
public DateTime DateTime { get; }
Property Value
Type | Description |
---|---|
DateTime |
PinningID
Get a string providing the unique identifier assigned to the pinning.
Declaration
public string PinningID { get; }
Property Value
Type | Description |
---|---|
string |
Source
Get the source pinning.
Declaration
public SourcePinningPosition Source { get; }
Property Value
Type | Description |
---|---|
SourcePinningPosition |
Targets
Get the target pinnings.
Declaration
public PinningPosition[] Targets { get; }
Property Value
Type | Description |
---|---|
PinningPosition[] |