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 SourceCurrentValue
Declaration
public string CurrentValue { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Order
Declaration
public int Order { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
OriginalValue
Declaration
public string OriginalValue { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
PropertyInfo
Declaration
public PropertyInfo PropertyInfo { get; }
Property Value
| Type | Description |
|---|---|
| System.Reflection.PropertyInfo |