Search Results for

    Show / Hide Table of Contents

    Class EPL_ReportDesign

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

    Constructors

    | Improve this Doc View Source

    EPL_ReportDesign()

    Declaration
    public EPL_ReportDesign()

    Properties

    | Improve this Doc View Source

    DisplayName

    Declaration
    public string DisplayName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    EPL_Report_EPL_ReportDesign

    Declaration
    public virtual ICollection<EPL_Report> EPL_Report_EPL_ReportDesign { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<EPL_Report>
    | Improve this Doc View Source

    Id

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    InternName

    Declaration
    public string InternName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PrinterHeadWidth

    Declaration
    public float PrinterHeadWidth { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    ReportContent

    Declaration
    public string ReportContent { 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