C# Class TSVCEO.CloudPrint.CloudPrintJob

ファイルを表示 Open project: klightspeed/CloudPrintProxy

Private Properties

Property Type Description

Public Methods

Method Description
GetPrintData ( ) : byte[]
GetPrintTicket ( ) : PrintTicket
SetDeliveryAttempted ( ) : void
SetError ( string ErrorCode, string ErrorMessage ) : void
SetStatus ( CloudPrintJobStatus status ) : void

Method Details

GetPrintData() public method

public GetPrintData ( ) : byte[]
return byte[]

GetPrintTicket() public method

public GetPrintTicket ( ) : PrintTicket
return PrintTicket

SetDeliveryAttempted() public method

public SetDeliveryAttempted ( ) : void
return void

SetError() public method

public SetError ( string ErrorCode, string ErrorMessage ) : void
ErrorCode string
ErrorMessage string
return void

SetStatus() public method

public SetStatus ( CloudPrintJobStatus status ) : void
status CloudPrintJobStatus
return void