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 SourceContent
Content of the epl-editor / script
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DisplayName
Displayname of the design
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Unique id of the epl design
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
InternName
Internal name of the design
Declaration
public string InternName { get; set; }
Property Value
Type | Description |
---|---|
System.String |