Search Results for

    Show / Hide Table of Contents

    Class Printer

    Inheritance
    System.Object
    Printer
    Namespace: Simplic.Framework.EF
    Assembly: Simplic.Framework.EF.dll
    Syntax
    public class Printer : Locking.ILockable

    Constructors

    | Improve this Doc View Source

    Printer()

    Declaration
    public Printer()

    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
    Type Description
    System.Collections.Generic.ICollection<Printer_Redirection>
    | Improve this Doc View Source

    Printer_Redirection_Printer_Destination

    Declaration
    public virtual ICollection<Printer_Redirection> Printer_Redirection_Printer_Destination { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<Printer_Redirection>
    | 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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx