Search Results for

    Show / Hide Table of Contents

    Class PropertyName

    Inheritance
    object
    PropertyName
    Implements
    IEquatable<PropertyName>
    IUrlParameter
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class PropertyName : IEquatable<PropertyName>, IUrlParameter

    Constructors

    | Edit this page View Source

    PropertyName(Expression)

    Declaration
    public PropertyName(Expression expression)
    Parameters
    Type Name Description
    Expression expression
    | Edit this page View Source

    PropertyName(PropertyInfo)

    Declaration
    public PropertyName(PropertyInfo property)
    Parameters
    Type Name Description
    PropertyInfo property
    | Edit this page View Source

    PropertyName(string)

    Declaration
    public PropertyName(string name)
    Parameters
    Type Name Description
    string name

    Properties

    | Edit this page View Source

    CacheableExpression

    Declaration
    public bool CacheableExpression { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Expression

    Declaration
    public Expression Expression { get; }
    Property Value
    Type Description
    Expression
    | Edit this page View Source

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Property

    Declaration
    public PropertyInfo Property { get; }
    Property Value
    Type Description
    PropertyInfo

    Methods

    | Edit this page View Source

    Equals(PropertyName)

    Declaration
    public bool Equals(PropertyName other)
    Parameters
    Type Name Description
    PropertyName other
    Returns
    Type Description
    bool
    | Edit this page View Source

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)
    | Edit this page View Source

    EqualsMarker(PropertyName)

    Declaration
    public bool EqualsMarker(PropertyName other)
    Parameters
    Type Name Description
    PropertyName other
    Returns
    Type Description
    bool
    | Edit this page View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Operators

    | Edit this page View Source

    operator ==(PropertyName, PropertyName)

    Declaration
    public static bool operator ==(PropertyName left, PropertyName right)
    Parameters
    Type Name Description
    PropertyName left
    PropertyName right
    Returns
    Type Description
    bool
    | Edit this page View Source

    implicit operator PropertyName(Expression)

    Declaration
    public static implicit operator PropertyName(Expression expression)
    Parameters
    Type Name Description
    Expression expression
    Returns
    Type Description
    PropertyName
    | Edit this page View Source

    implicit operator PropertyName(PropertyInfo)

    Declaration
    public static implicit operator PropertyName(PropertyInfo property)
    Parameters
    Type Name Description
    PropertyInfo property
    Returns
    Type Description
    PropertyName
    | Edit this page View Source

    implicit operator PropertyName(string)

    Declaration
    public static implicit operator PropertyName(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    PropertyName
    | Edit this page View Source

    operator !=(PropertyName, PropertyName)

    Declaration
    public static bool operator !=(PropertyName left, PropertyName right)
    Parameters
    Type Name Description
    PropertyName left
    PropertyName right
    Returns
    Type Description
    bool

    Implements

    IEquatable<T>
    IUrlParameter

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • PropertyName(Expression)
      • PropertyName(PropertyInfo)
      • PropertyName(string)
    • Properties
      • CacheableExpression
      • Expression
      • Name
      • Property
    • Methods
      • Equals(PropertyName)
      • Equals(object)
      • EqualsMarker(PropertyName)
      • GetHashCode()
      • ToString()
    • Operators
      • operator ==(PropertyName, PropertyName)
      • implicit operator PropertyName(Expression)
      • implicit operator PropertyName(PropertyInfo)
      • implicit operator PropertyName(string)
      • operator !=(PropertyName, PropertyName)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX