Search Results for

    Show / Hide Table of Contents

    Class ChangeObjectOperation

    A single undoable change to a report component (add, remove, modify, rename or swap), recording the affected component, its parent/index context and the list of property changes.

    Inheritance
    object
    ChangeObjectOperation
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Reporting
    Assembly: Reportman.Reporting.dll
    Syntax
    public class ChangeObjectOperation

    Constructors

    View Source

    ChangeObjectOperation(OperationType, int)

    Declaration
    public ChangeObjectOperation(OperationType operation, int groupId)
    Parameters
    Type Name Description
    OperationType operation
    int groupId

    Properties

    View Source

    ComponentClass

    Declaration
    public string ComponentClass { get; set; }
    Property Value
    Type Description
    string
    View Source

    ComponentName

    Declaration
    public string ComponentName { get; set; }
    Property Value
    Type Description
    string
    View Source

    Date

    Declaration
    public DateTime? Date { get; set; }
    Property Value
    Type Description
    DateTime?
    View Source

    ExpandedProperties

    Declaration
    public bool ExpandedProperties { get; set; }
    Property Value
    Type Description
    bool
    View Source

    GroupId

    Declaration
    public int GroupId { get; set; }
    Property Value
    Type Description
    int
    View Source

    OldItemIndex

    Declaration
    public int? OldItemIndex { get; set; }
    Property Value
    Type Description
    int?
    View Source

    OldParentName

    Declaration
    public string OldParentName { get; set; }
    Property Value
    Type Description
    string
    View Source

    Operation

    Declaration
    public OperationType Operation { get; set; }
    Property Value
    Type Description
    OperationType
    View Source

    ParentName

    Declaration
    public string ParentName { get; set; }
    Property Value
    Type Description
    string
    View Source

    Properties

    Declaration
    public List<ChangeOperationItem> Properties { get; }
    Property Value
    Type Description
    List<ChangeOperationItem>

    Methods

    View Source

    AddProperty(string, PropertyType, object, object)

    Declaration
    public void AddProperty(string propName, PropertyType propType, object oldValue, object newValue)
    Parameters
    Type Name Description
    string propName
    PropertyType propType
    object oldValue
    object newValue
    • View Source
    In this article
    Back to top Generated by DocFX