Class ChangeObjectOperation
Inheritance
ChangeObjectOperation
Assembly: Reportman.Reporting.dll
Syntax
public class ChangeObjectOperation
Constructors
ChangeObjectOperation(OperationType, int)
Declaration
public ChangeObjectOperation(OperationType operation, int groupId)
Parameters
Properties
ComponentClass
Declaration
public string ComponentClass { get; set; }
Property Value
ComponentName
Declaration
public string ComponentName { get; set; }
Property Value
Date
Declaration
public DateTime? Date { get; set; }
Property Value
ExpandedProperties
Declaration
public bool ExpandedProperties { get; set; }
Property Value
GroupId
Declaration
public int GroupId { get; set; }
Property Value
OldItemIndex
Declaration
public int? OldItemIndex { get; set; }
Property Value
OldParentName
Declaration
public string OldParentName { get; set; }
Property Value
Operation
Declaration
public OperationType Operation { get; set; }
Property Value
ParentName
Declaration
public string ParentName { get; set; }
Property Value
Properties
Declaration
public List<ChangeOperationItem> Properties { get; }
Property Value
Methods
AddProperty(string, PropertyType, object, object)
Declaration
public void AddProperty(string propName, PropertyType propType, object oldValue, object newValue)
Parameters