Class PropertyChangeInfo
Inheritance
System.Object
PropertyChangeInfo
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class PropertyChangeInfo
Properties
Descriptor
Declaration
public PropertyDescriptor Descriptor { get; set; }
Property Value
Type |
Description |
System.ComponentModel.PropertyDescriptor |
|
NewString
Declaration
public string NewString { get; set; }
Property Value
Type |
Description |
System.String |
|
NewValue
Declaration
public object NewValue { get; set; }
Property Value
Type |
Description |
System.Object |
|
OldString
Declaration
public string OldString { get; set; }
Property Value
Type |
Description |
System.String |
|
OldValue
Declaration
public object OldValue { get; set; }
Property Value
Type |
Description |
System.Object |
|
ParentPath
Declaration
public string ParentPath { get; set; }
Property Value
Type |
Description |
System.String |
|
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
Type |
Description |
System.String |
|
PropertyPath
Declaration
public string PropertyPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
A string that represents the current object.
|
Overrides
System.Object.ToString()
Extension Methods