C# Class FOG.Modules.PrinterManager.Printer

显示文件 Open project: FOGProject/fog-client Class Usage Examples

Public Properties

Property Type Description
ConfigFile string
File string
IP string
LogName string
Model string
Name string
Port string

Public Methods

Method Description
Add ( PrintManagerBridge instance, bool verbose = false ) : void
Remove ( PrintManagerBridge instance, bool verbose = false ) : void
SetDefault ( PrintManagerBridge instance, bool verbose = false ) : void
ToString ( ) : string

Method Details

Add() public method

public Add ( PrintManagerBridge instance, bool verbose = false ) : void
instance PrintManagerBridge
verbose bool
return void

Remove() public method

public Remove ( PrintManagerBridge instance, bool verbose = false ) : void
instance PrintManagerBridge
verbose bool
return void

SetDefault() public method

public SetDefault ( PrintManagerBridge instance, bool verbose = false ) : void
instance PrintManagerBridge
verbose bool
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

ConfigFile public_oe property

public string ConfigFile
return string

File public_oe property

public string File
return string

IP public_oe property

public string IP
return string

LogName public_oe static_oe property

public static string LogName
return string

Model public_oe property

public string Model
return string

Name public_oe property

public string Name
return string

Port public_oe property

public string Port
return string