Search Results for

    Show / Hide Table of Contents

    Class PropertyChange

    Inheritance
    System.Object
    PropertyChange
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Xbim.Common.Delta
    Assembly: Xbim.Common.dll
    Syntax
    public class PropertyChange

    Properties

    | Improve this Doc View Source

    CurrentValue

    Declaration
    public string CurrentValue { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Order

    Declaration
    public int Order { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    OriginalValue

    Declaration
    public string OriginalValue { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PropertyInfo

    Declaration
    public PropertyInfo PropertyInfo { get; }
    Property Value
    Type Description
    System.Reflection.PropertyInfo
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim