C# 클래스 FOG.Modules.PrinterManager.PrintManagerBridge

파일 보기 프로젝트 열기: FOGProject/fog-client 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Printer printer, bool verbose = false ) : void
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

보호된 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

public Add ( Printer printer, bool verbose = false ) : void
printer Printer
verbose bool
리턴 void

AddCUPS() 보호된 추상적인 메소드

protected abstract AddCUPS ( Printer printer, bool verbose = false ) : void
printer Printer
verbose bool
리턴 void

AddLocal() 보호된 추상적인 메소드

protected abstract AddLocal ( Printer printer, bool verbose = false ) : void
printer Printer
verbose bool
리턴 void

AddNetwork() 보호된 추상적인 메소드

protected abstract AddNetwork ( Printer printer, bool verbose = false ) : void
printer Printer
verbose bool
리턴 void

AddiPrint() 보호된 추상적인 메소드

protected abstract AddiPrint ( Printer printer, bool verbose = false ) : void
printer Printer
verbose bool
리턴 void

ApplyChanges() 공개 추상적인 메소드

public abstract ApplyChanges ( ) : void
리턴 void

Configure() 공개 추상적인 메소드

public abstract Configure ( Printer printer, bool verbose = false ) : void
printer Printer
verbose bool
리턴 void

Default() 공개 추상적인 메소드

public abstract Default ( string name, bool verbose = false ) : void
name string
verbose bool
리턴 void

GetPrinters() 공개 추상적인 메소드

public abstract GetPrinters ( ) : List
리턴 List

Remove() 공개 추상적인 메소드

public abstract Remove ( string name, bool verbose = false ) : void
name string
verbose bool
리턴 void