Search Results for

    Show / Hide Table of Contents

    Class StackReportEditorViewModel

    Represents the ViewModel for the stack report editor

    Inheritance
    System.Object
    ExtendableViewModel
    StackReportEditorViewModel
    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 StackReportEditorViewModel : ExtendableViewModel, IPyExtendableViewModel

    Constructors

    | Improve this Doc View Source

    StackReportEditorViewModel(Guid)

    Initializes a new stack report editor viewmodel

    Declaration
    public StackReportEditorViewModel(Guid stackId)
    Parameters
    Type Name Description
    System.Guid stackId

    Properties

    | Improve this Doc View Source

    DeleteReport

    Gets or sets the command to delete a report

    Declaration
    public ICommand DeleteReport { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    FlowConfiguration

    Gets or sets the flow configuration command

    Declaration
    public ICommand FlowConfiguration { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    Reports

    Gets or sets the report view models

    Declaration
    public ObservableCollection<StackReportViewModel> Reports { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<StackReportViewModel>
    | Improve this Doc View Source

    StackId

    Gets the stack id

    Declaration
    public Guid StackId { get; }
    Property Value
    Type Description
    System.Guid

    Methods

    | Improve this Doc View Source

    LoadStackReports(Guid)

    Loads all stack reports view models

    Declaration
    public ObservableCollection<StackReportViewModel> LoadStackReports(Guid stackId)
    Parameters
    Type Name Description
    System.Guid stackId
    Returns
    Type Description
    System.Collections.ObjectModel.ObservableCollection<StackReportViewModel>
    | Improve this Doc View Source

    Save()

    Save data

    Declaration
    public void Save()

    Implements

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