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

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

공개 프로퍼티들

프로퍼티 타입 설명
ConfigFile string
File string
IP string
LogName string
Model string
Name string
Port string

공개 메소드들

메소드 설명
Add ( PrintManagerBridge instance, bool verbose = false ) : void
Remove ( PrintManagerBridge instance, bool verbose = false ) : void
SetDefault ( PrintManagerBridge instance, bool verbose = false ) : void
ToString ( ) : string

메소드 상세

Add() 공개 메소드

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

Remove() 공개 메소드

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

SetDefault() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

ConfigFile 공개적으로 프로퍼티

public string ConfigFile
리턴 string

File 공개적으로 프로퍼티

public string File
리턴 string

IP 공개적으로 프로퍼티

public string IP
리턴 string

LogName 공개적으로 정적으로 프로퍼티

public static string LogName
리턴 string

Model 공개적으로 프로퍼티

public string Model
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string

Port 공개적으로 프로퍼티

public string Port
리턴 string