Search Results for

    Show / Hide Table of Contents

    Class StackReportViewModel

    Represents the ViewModel for a stack report

    Inheritance
    System.Object
    ExtendableViewModel
    StackReportViewModel
    Implements
    IPyExtendableViewModel
    Inherited Members
    ExtendableViewModel.CustomPropertyGetter(String, Object, PropertyInfo)
    ExtendableViewModel.CustomPropertySetter(String, Object, Object, PropertyInfo)
    ExtendableViewModel.PyHook
    Namespace: Simplic.DataStack.UI
    Assembly: Simplic.DataStack.UI.dll
    Syntax
    public class StackReportViewModel : ExtendableViewModel, IPyExtendableViewModel

    Constructors

    | Improve this Doc View Source

    StackReportViewModel(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 Source

    ActionTypeId

    Gets or sets the action type id

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

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    IconId

    Gets or sets the icon id

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

    Model

    Gets the model

    Declaration
    public StackReport Model { get; }
    Property Value
    Type Description
    StackReport
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    ReportId

    Gets or sets the report id

    Declaration
    public Guid? ReportId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    ReportTypeId

    Gets or sets the report type id

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

    SelectionProvider

    Gets the Item Box Selection Provider

    Declaration
    public ItemBoxSelectionProvider SelectionProvider { get; }
    Property Value
    Type Description
    ItemBoxSelectionProvider
    | Improve this Doc View Source

    StackId

    Gets or sets the stack id

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

    Text

    Gets or sets the display text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    IPyExtendableViewModel
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx