Search Results for

    Show / Hide Table of Contents

    Class PropertyWalker

    Inheritance
    object
    PropertyWalker
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class PropertyWalker

    Constructors

    | Edit this page View Source

    PropertyWalker(Type, IPropertyVisitor, int)

    Declaration
    public PropertyWalker(Type type, IPropertyVisitor visitor, int maxRecursion = 0)
    Parameters
    Type Name Description
    Type type
    IPropertyVisitor visitor
    int maxRecursion

    Methods

    | Edit this page View Source

    GetProperties(ConcurrentDictionary<Type, int>, int)

    Declaration
    public IProperties GetProperties(ConcurrentDictionary<Type, int> seenTypes = null, int maxRecursion = 0)
    Parameters
    Type Name Description
    ConcurrentDictionary<Type, int> seenTypes
    int maxRecursion
    Returns
    Type Description
    IProperties

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • PropertyWalker(Type, IPropertyVisitor, int)
    • Methods
      • GetProperties(ConcurrentDictionary<Type, int>, int)
    • Extension Methods
    Back to top Generated by DocFX