Search Results for

    Show / Hide Table of Contents

    Class PropertyHelper

    Inheritance
    object
    PropertyHelper
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public static class PropertyHelper

    Methods

    GetLowerCamelCasePropertyPath(Expression)

    Declaration
    public static string GetLowerCamelCasePropertyPath(Expression expr)
    Parameters
    Expression expr

    Returns
    string

    GetPropertyName(Expression)

    Declaration
    public static string GetPropertyName(Expression expr)
    Parameters
    Expression expr

    Returns
    string

    ToLowerCamelCase(string)

    Declaration
    public static string ToLowerCamelCase(this string value)
    Parameters
    string value

    Returns
    string

    Back to top Generated by DocFX