Show / Hide Table of Contents

    Class JPropertyDescriptor

    Inheritance
    PropertyDescriptor
    JPropertyDescriptor
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Newtonsoft.Json.dll
    Syntax
    public class JPropertyDescriptor : System.ComponentModel.PropertyDescriptor

    Constructors

    JPropertyDescriptor(String)

    Declaration
    public JPropertyDescriptor (string name);
    Parameters
    String name

    Properties

    ComponentType

    Declaration
    public override Type ComponentType { get; }
    Property Value
    Type

    IsReadOnly

    Declaration
    public override bool IsReadOnly { get; }
    Property Value
    Boolean

    NameHashCode

    Declaration
    protected override int NameHashCode { get; }
    Property Value
    Int32

    PropertyType

    Declaration
    public override Type PropertyType { get; }
    Property Value
    Type

    Methods

    CanResetValue(Object)

    Declaration
    public override bool CanResetValue (object component);
    Parameters
    Object component

    Returns
    Boolean

    GetValue(Object)

    Declaration
    public override object GetValue (object component);
    Parameters
    Object component

    Returns
    Object

    ResetValue(Object)

    Declaration
    public override void ResetValue (object component);
    Parameters
    Object component

    SetValue(Object, Object)

    Declaration
    public override void SetValue (object component, object value);
    Parameters
    Object component

    Object value

    ShouldSerializeValue(Object)

    Declaration
    public override bool ShouldSerializeValue (object component);
    Parameters
    Object component

    Returns
    Boolean

    Back to top Azure SDK for Net