PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBSTicketManager

    This class contains the product ticket manager service.

    Inheritance
    System.Object
    StdBSBaseService
    StdBSTicketManager
    Inherited Members
    StdBSBaseService.m_objBSO
    StdBSBaseService.BSO
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    public class StdBSTicketManager : StdBSBaseService

    Constructors

    StdBSTicketManager()

    Declaration
    public StdBSTicketManager()

    Methods

    CreateTicket(String)

    Creates a new Ticket.

    Declaration
    public string CreateTicket(string ticketValue)
    Parameters
    Type Name Description
    System.String ticketValue
    Returns
    Type Description
    System.String

    GetTicket(String)

    Returns the ticket data for a valid ticket and consumes it.

    Declaration
    public string GetTicket(string ticketId)
    Parameters
    Type Name Description
    System.String ticketId
    Returns
    Type Description
    System.String