Class ChildViewModel
Inheritance
System.Object
ChildViewModel
Assembly: Simplic.Change.Tracking.UI.dll
Syntax
public class ChildViewModel : ViewModelBase
Constructors
|
Improve this Doc
View Source
ChildViewModel(ChangeTracking)
Constructor to get the model - type request change
Declaration
public ChildViewModel(ChangeTracking model)
Parameters
Fields
|
Improve this Doc
View Source
props
Declaration
public ObservableCollection<ChildViewModel> props
Field Value
Type |
Description |
System.Collections.ObjectModel.ObservableCollection<ChildViewModel> |
|
Properties
|
Improve this Doc
View Source
Change
Gets or sets the crud type of the change
0 = Insert
1 = Update
2 = Delete
Declaration
public CrudType Change { get; set; }
Property Value
|
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
Difference
Gets or sets the variance to see the differences
Declaration
public Variance Difference { get; set; }
Property Value
|
Improve this Doc
View Source
IsExpandable
Declaration
public bool IsExpandable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsExpanded
Declaration
public bool IsExpanded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NewValue
Gets or sets the new value as a string
Declaration
public object NewValue { get; set; }
Property Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
OldValue
Gets and sets the old value as a string
Declaration
public object OldValue { get; set; }
Property Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
Properties
Gets or sets the child item for the tree view that contains the changes
Declaration
public ObservableCollection<ChildViewModel> Properties { get; set; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ObservableCollection<ChildViewModel> |
|
|
Improve this Doc
View Source
PropertyName
Gets or sets the old value as a string
Declaration
public string PropertyName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UserName
Gets or sets the user name as a string
Declaration
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Variances
Declaration
public IList<Variance> Variances { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<Variance> |
|