Class PropertyChangeDetector
Inheritance
System.Object
PropertyChangeDetector
Namespace: Emby.Web.GenericEdit.PropertyDiff
Assembly: Emby.Web.GenericEdit.dll
Syntax
public static class PropertyChangeDetector
Methods
DetectObjectPropertyChanges(Object, Object, EditorBuildOptions)
Declaration
public static List<PropertyChangeInfo> DetectObjectPropertyChanges(object oldObject, object newObject, EditorBuildOptions options = null)
Parameters
Type | Name | Description |
---|---|---|
System.Object | oldObject | |
System.Object | newObject | |
EditorBuildOptions | options |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<PropertyChangeInfo> |