Search Results for

    Show / Hide Table of Contents

    Class ContactAnalysisDataViewModel

    Reprensets the analysis data for a contact instance

    Inheritance
    System.Object
    ContactAnalysisDataViewModel
    Namespace: Simplic.PlugIn.SAC.Contact.UI
    Assembly: Simplic.PlugIn.SAC.dll
    Syntax
    public class ContactAnalysisDataViewModel : ExtendableViewModel

    Constructors

    | Improve this Doc View Source

    ContactAnalysisDataViewModel(ContactViewModel)

    Initialize new analysis data viewmodel

    Declaration
    public ContactAnalysisDataViewModel(ContactViewModel contactViewModel)
    Parameters
    Type Name Description
    ContactViewModel contactViewModel

    Properties

    | Improve this Doc View Source

    ChartDataView

    Gets or sets the collection view data source

    Declaration
    public CollectionViewSource ChartDataView { get; set; }
    Property Value
    Type Description
    System.Windows.Data.CollectionViewSource
    | Improve this Doc View Source

    FlatAnalysisDataPeriod

    Gets all data grouped by the period

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

    FlatAnalysisDataPeriodDataView

    Gets or sets the collection view data source for the periods

    Declaration
    public CollectionViewSource FlatAnalysisDataPeriodDataView { get; set; }
    Property Value
    Type Description
    System.Windows.Data.CollectionViewSource
    | Improve this Doc View Source

    FlatAnalysisDataYear

    Gets all data grouped by the year

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

    FlatAnalysisDataYearDataView

    Gets or sets the collection view data source for the years

    Declaration
    public CollectionViewSource FlatAnalysisDataYearDataView { get; set; }
    Property Value
    Type Description
    System.Windows.Data.CollectionViewSource
    | Improve this Doc View Source

    Indicators

    Gets or sets a list of available indicator

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

    LoadAnalysisData

    Gets or sets the command to laod all analysis data

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

    SelectedChartIndicator

    Gets or sets the selected chart indicator

    Declaration
    public ContactFlatAnalysisIndicator SelectedChartIndicator { get; set; }
    Property Value
    Type Description
    ContactFlatAnalysisIndicator
    | Improve this Doc View Source

    SelectedPersonalAccount

    Gets or sets the personal account

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