Class StackReportViewModel
Represents the ViewModel for a stack report
Implements
Inherited Members
Namespace: Simplic.DataStack.UI
Assembly: Simplic.DataStack.UI.dll
Syntax
public class StackReportViewModel : ExtendableViewModel, IPyExtendableViewModel
Constructors
| Improve this Doc View SourceStackReportViewModel(StackReport)
Initializes a new ViewModel for a stack report
Declaration
public StackReportViewModel(StackReport model)
Parameters
Type | Name | Description |
---|---|---|
StackReport | model |
Properties
| Improve this Doc View SourceActionTypeId
Gets or sets the action type id
Declaration
public Guid ActionTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ClassAfter
Gets or sets the method as string that should be executed after the report is done
Declaration
public string ClassAfter { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ClassBefore
Gets or sets the method as string that should be executed before the report is done
Declaration
public string ClassBefore { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IconId
Gets or sets the icon id
Declaration
public Guid IconId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Model
Gets the model
Declaration
public StackReport Model { get; }
Property Value
Type | Description |
---|---|
StackReport |
PathAfter
Gets or sets the path to the class with the method that should be executed after the report is done
Declaration
public string PathAfter { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PathBefore
Gets or sets the path to the class with the method that should be executed before the report is done
Declaration
public string PathBefore { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReportId
Gets or sets the report id
Declaration
public Guid? ReportId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
ReportTypeId
Gets or sets the report type id
Declaration
public Guid ReportTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
SelectionProvider
Gets the Item Box Selection Provider
Declaration
public ItemBoxSelectionProvider SelectionProvider { get; }
Property Value
Type | Description |
---|---|
ItemBoxSelectionProvider |
StackId
Gets or sets the stack id
Declaration
public Guid StackId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Text
Gets or sets the display text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |