C# Class TSVCEO.CloudPrint.Proxy.CloudPrintJobImpl

Inheritance: CloudPrintJob
Afficher le fichier Open project: klightspeed/CloudPrintProxy Class Usage Examples

Protected Properties

Свойство Type Description
_JobAttributes dynamic
_PrintDataBasename string
_PrintDataFileName string
_PrintJobs CloudPrintJob>.Dictionary
_Printer CloudPrinter
_Proxy CloudPrintProxy

Méthodes publiques

Méthode Description
CloudPrintJobImpl ( CloudPrintProxy proxy, CloudPrinter printer, dynamic job ) : System
GetIncompletePrintJobs ( CloudPrintProxy proxy ) : IEnumerable
GetPrintData ( ) : byte[]
GetPrintTicket ( ) : PrintTicket
SetDeliveryAttempted ( ) : void
SetError ( string errorCode, string errorMessage ) : void
SetStatus ( CloudPrintJobStatus status ) : void

Méthodes protégées

Méthode Description
CloudPrintJobImpl ( CloudPrintProxy proxy, string basename ) : System

Private Methods

Méthode Description
WriteJobData ( ) : void
WriteJobJson ( ) : void
WriteJobTicket ( ) : void
WriteJobXml ( ) : void

Method Details

CloudPrintJobImpl() public méthode

public CloudPrintJobImpl ( CloudPrintProxy proxy, CloudPrinter printer, dynamic job ) : System
proxy CloudPrintProxy
printer CloudPrinter
job dynamic
Résultat System

CloudPrintJobImpl() protected méthode

protected CloudPrintJobImpl ( CloudPrintProxy proxy, string basename ) : System
proxy CloudPrintProxy
basename string
Résultat System

GetIncompletePrintJobs() public static méthode

public static GetIncompletePrintJobs ( CloudPrintProxy proxy ) : IEnumerable
proxy CloudPrintProxy
Résultat IEnumerable

GetPrintData() public méthode

public GetPrintData ( ) : byte[]
Résultat byte[]

GetPrintTicket() public méthode

public GetPrintTicket ( ) : PrintTicket
Résultat PrintTicket

SetDeliveryAttempted() public méthode

public SetDeliveryAttempted ( ) : void
Résultat void

SetError() public méthode

public SetError ( string errorCode, string errorMessage ) : void
errorCode string
errorMessage string
Résultat void

SetStatus() public méthode

public SetStatus ( CloudPrintJobStatus status ) : void
status CloudPrintJobStatus
Résultat void

Property Details

_JobAttributes protected_oe property

protected dynamic _JobAttributes
Résultat dynamic

_PrintDataBasename protected_oe property

protected string _PrintDataBasename
Résultat string

_PrintDataFileName protected_oe property

protected string _PrintDataFileName
Résultat string

_PrintJobs protected_oe static_oe property

protected static Dictionary _PrintJobs
Résultat CloudPrintJob>.Dictionary

_Printer protected_oe property

protected CloudPrinter _Printer
Résultat CloudPrinter

_Proxy protected_oe property

protected CloudPrintProxy,TSVCEO.CloudPrint.Proxy _Proxy
Résultat CloudPrintProxy