Class Printer_Machine
Inheritance
System.Object
Printer_Machine
Assembly: Simplic.Framework.EF.dll
Syntax
public class Printer_Machine : Locking.ILockable
Constructors
|
Improve this Doc
View Source
Printer_Machine()
Declaration
Properties
|
Improve this Doc
View Source
MachineName
Declaration
public string MachineName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PrinterId
Declaration
public Guid PrinterId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
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 |
|