Search Results for

    Show / Hide Table of Contents

    Class ChangeTrackingViewModel

    Inheritance
    System.Object
    ChangeTrackingViewModel
    Namespace: Simplic.Change.Tracking.UI
    Assembly: Simplic.Change.Tracking.UI.dll
    Syntax
    public class ChangeTrackingViewModel : ViewModelBase

    Constructors

    | Improve this Doc View Source

    ChangeTrackingViewModel(ChangeTracking)

    Constructor to get the model

    Declaration
    public ChangeTrackingViewModel(ChangeTracking model)
    Parameters
    Type Name Description
    ChangeTracking model
    | Improve this Doc View Source

    ChangeTrackingViewModel(ChangeTrackingKey)

    Overloading constructor to initialize the model

    Declaration
    public ChangeTrackingViewModel(ChangeTrackingKey changeTrackingKey)
    Parameters
    Type Name Description
    ChangeTrackingKey changeTrackingKey

    Properties

    | Improve this Doc View Source

    Change

    Gets or sets the crud type

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

    ChangedOn

    Gets or sets the date time when the change occured

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

    Changes

    Gets or sets the changes

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

    IsExpandable

    Gets or sets if the rows are expandable

    Declaration
    public bool IsExpandable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsExpanded

    Gets or sets if the rows are expanded

    Declaration
    public bool IsExpanded { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    UserName

    Gets or sets the user name

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