C# Class FOG.Modules.PrinterManager.WindowsPrinterManager

Inheritance: PrintManagerBridge
Afficher le fichier Open project: FOGProject/fog-client

Méthodes publiques

Méthode Description
ApplyChanges ( ) : void
Configure ( Printer printer, bool verbose = false ) : void
Default ( string name, bool verbose = false ) : void
GetPrinters ( ) : List
Remove ( string name, bool verbose = false ) : void

Méthodes protégées

Méthode Description
AddCUPS ( Printer printer, bool verbose = false ) : void
AddLocal ( Printer printer, bool verbose = false ) : void
AddNetwork ( Printer printer, bool verbose = false ) : void
AddiPrint ( Printer printer, bool verbose = false ) : void

Private Methods

Méthode Description
AddIPPort ( Printer printer, string remotePort ) : void
PrintUI ( string cmdLine, bool verbose = false ) : void

Method Details

AddCUPS() protected méthode

protected AddCUPS ( Printer printer, bool verbose = false ) : void
printer Printer
verbose bool
Résultat void

AddLocal() protected méthode

protected AddLocal ( Printer printer, bool verbose = false ) : void
printer Printer
verbose bool
Résultat void

AddNetwork() protected méthode

protected AddNetwork ( Printer printer, bool verbose = false ) : void
printer Printer
verbose bool
Résultat void

AddiPrint() protected méthode

protected AddiPrint ( Printer printer, bool verbose = false ) : void
printer Printer
verbose bool
Résultat void

ApplyChanges() public méthode

public ApplyChanges ( ) : void
Résultat void

Configure() public méthode

public Configure ( Printer printer, bool verbose = false ) : void
printer Printer
verbose bool
Résultat void

Default() public méthode

public Default ( string name, bool verbose = false ) : void
name string
verbose bool
Résultat void

GetPrinters() public méthode

public GetPrinters ( ) : List
Résultat List

Remove() public méthode

public Remove ( string name, bool verbose = false ) : void
name string
verbose bool
Résultat void