Struct Pinning
Represents a pinning.
Inherited Members
Namespace: SI.PIXL.Client.Structs.CommandResponse.Workflows.Rearray
Assembly: SI.PIXL.Client.dll
Syntax
public struct Pinning
Constructors
Pinning(string, DateTime, PinningPosition[])
Initializes a new instance of the Pinning struct.
Declaration
public Pinning(string pinningID, DateTime dateTime, PinningPosition[] positions)
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. |
PinningPosition[] | positions | An array containing information on all the pinnings. |
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 |
Positions
Get an array containing information on all the pinnings.
Declaration
public PinningPosition[] Positions { get; }
Property Value
Type | Description |
---|---|
PinningPosition[] |