SI.PIXL.Client
Search Results for

    Show / Hide Table of Contents

    Struct PlateRequest

    Represents a plate request.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: SI.PIXL.Client.Structs.PlateHandling
    Assembly: SI.PIXL.Client.dll
    Syntax
    public struct PlateRequest

    Constructors

    PlateRequest(Bays, PlateActions, Plate)

    Initializes a new instance of the PlateRequest struct.

    Declaration
    public PlateRequest(Bays bay, PlateActions action, Plate plate)
    Parameters
    Type Name Description
    Bays bay

    The bay.

    PlateActions action

    The action.

    Plate plate

    The plate.

    Properties

    Action

    Get or set the action.

    Declaration
    public PlateActions Action { get; }
    Property Value
    Type Description
    PlateActions

    Bay

    Get or set the bay.

    Declaration
    public Bays Bay { get; }
    Property Value
    Type Description
    Bays

    Plate

    Get or set the plate.

    Declaration
    public Plate Plate { get; }
    Property Value
    Type Description
    Plate
    In this article
    Back to top Singer Instrument Company Limited 2024