Search Results for

    Show / Hide Table of Contents

    Class ChangeOperationItem

    Inheritance
    object
    ChangeOperationItem
    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 ChangeOperationItem

    Constructors

    ChangeOperationItem(string, PropertyType, object, object)

    Declaration
    public ChangeOperationItem(string propertyName, PropertyType propertyType, object oldValue = null, object newValue = null)
    Parameters
    Type Name Description
    string propertyName
    PropertyType propertyType
    object oldValue
    object newValue

    Properties

    NewValue

    Declaration
    public object NewValue { get; set; }
    Property Value
    Type Description
    object

    OldValue

    Declaration
    public object OldValue { get; set; }
    Property Value
    Type Description
    object

    PropertyName

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

    PropertyType

    Declaration
    public PropertyType PropertyType { get; set; }
    Property Value
    Type Description
    PropertyType
    In this article
    Back to top Generated by DocFX