Class Printer
Inheritance
System.Object
Printer
Assembly: Simplic.Framework.EF.dll
Syntax
public class Printer : Locking.ILockable
Constructors
|
Improve this Doc
View Source
Printer()
Declaration
Properties
|
Improve this Doc
View Source
Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
IsRedirectable
Declaration
public bool IsRedirectable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Printer_Redirection_Printer
Declaration
public virtual ICollection<Printer_Redirection> Printer_Redirection_Printer { get; set; }
Property Value
|
Improve this Doc
View Source
Printer_Redirection_Printer_Destination
Declaration
public virtual ICollection<Printer_Redirection> Printer_Redirection_Printer_Destination { get; set; }
Property Value
|
Improve this Doc
View Source
PrinterType
0 = Dokumentendrucker, 1 = Barcode-Drucker
Declaration
public int PrinterType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
QueueName
Declaration
public string QueueName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|