Search Results for

    Show / Hide Table of Contents

    Class HardBounds<T>

    Inheritance
    object
    HardBounds<T>
    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 HardBounds<T>
    Type Parameters
    Name Description
    T

    Properties

    | Edit this page View Source

    Maximum

    Declaration
    [DataMember(Name = "max")]
    public T Maximum { get; set; }
    Property Value
    Type Description
    T
    | Edit this page View Source

    Minimum

    Declaration
    [DataMember(Name = "min")]
    public T Minimum { get; set; }
    Property Value
    Type Description
    T

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Maximum
      • Minimum
    • Extension Methods
    Back to top Generated by DocFX