Show / Hide Table of Contents

    Interface IJsonReadable<T>

    Inherited Members
    IJsonReadable.PropertiesFrom(JsonReader)
    ICopiable<T>.PropertiesFrom(T)
    Namespace: P42.Utils
    Assembly: P42.Utils.dll
    Syntax
    public interface IJsonReadable<T> : IJsonReadable, ICopiable<T>
    Type Parameters
    Name Description
    T

    Extension Methods

    DebugExtensions.AddToCensus(Object)
    DebugExtensions.RemoveFromCensus(Object)
    ReflectionExtensions.GetProperties(Object)
    ReflectionExtensions.GetProperty(Object, String)
    ReflectionExtensions.PropertyNames(Object)
    ReflectionExtensions.PropertyExists(Object, String)
    ReflectionExtensions.HasProperty(Object, String)
    ReflectionExtensions.GetPropertyValue(Object, String)
    ReflectionExtensions.SetPropertyValue(Object, String, Object)
    ReflectionExtensions.GetFieldValue(Object, String)
    ReflectionExtensions.SetFieldValue(Object, String, Object)
    ReflectionExtensions.CallMethod(Object, String, Object[])
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 42nd Parallel