Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    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>
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.