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

    Show / Hide Table of Contents

    Class PropertyChangeInfo

    Inheritance
    System.Object
    PropertyChangeInfo
    Namespace: Emby.Web.GenericEdit.PropertyDiff
    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

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.