Search Results for

    Show / Hide Table of Contents

    Class ChangeObjectOperation

    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

    ChangeObjectOperation(OperationType, int)

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

    Properties

    ComponentClass

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

    ComponentName

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

    Date

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

    ExpandedProperties

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

    GroupId

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

    OldItemIndex

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

    OldParentName

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

    Operation

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

    ParentName

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

    Properties

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

    Methods

    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
    In this article
    Back to top Generated by DocFX