Class AuditFilePropertyChangedVM
Inheritance
System.Object
AuditFilePropertyChangedVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class AuditFilePropertyChangedVM : AuditActionVM
Properties
EntityType
Declaration
public EntityType EntityType { get; set; }
Property Value
NewValue
Declaration
public object NewValue { get; set; }
Property Value
Type |
Description |
System.Object |
|
OldValue
Declaration
public object OldValue { get; set; }
Property Value
Type |
Description |
System.Object |
|
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
Type |
Description |
System.String |
|