Search Results for

    Show / Hide Table of Contents

    Class EPLDesignModel

    EPL-Design configuration model

    Inheritance
    System.Object
    EPLDesignModel
    Namespace: Simplic.Framework.Reporting
    Assembly: Simplic.Framework.dll
    Syntax
    public class EPLDesignModel : UI.MVC.ViewModelBase

    Properties

    | Improve this Doc View Source

    Content

    Content of the epl-editor / script

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

    DisplayName

    Displayname of the design

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

    Id

    Unique id of the epl design

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

    InternName

    Internal name of the design

    Declaration
    public string InternName { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx