Class ChangeOperationItem
Inheritance
ChangeOperationItem
Assembly: Reportman.Reporting.dll
Syntax
public class ChangeOperationItem
Constructors
ChangeOperationItem(string, PropertyType, object, object)
Declaration
public ChangeOperationItem(string propertyName, PropertyType propertyType, object oldValue = null, object newValue = null)
Parameters
Properties
NewValue
Declaration
public object NewValue { get; set; }
Property Value
OldValue
Declaration
public object OldValue { get; set; }
Property Value
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
PropertyType
Declaration
public PropertyType PropertyType { get; set; }
Property Value