Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class GeoBoundingBoxQuery.ReadOnly

Inheritance
object
GeoBoundingBoxQuery.ReadOnly
Implements
IEquatable<GeoBoundingBoxQuery.ReadOnly>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object, object)
object.ReferenceEquals(object, object)
Namespace: Couchbase.Search.Queries.Geo
Assembly: Couchbase.NetClient.dll
Syntax
public record GeoBoundingBoxQuery.ReadOnly : IEquatable<GeoBoundingBoxQuery.ReadOnly>

Constructors

View Source

ReadOnly(ReadOnly)

Declaration
protected ReadOnly(GeoBoundingBoxQuery.ReadOnly original)
Parameters
Type Name Description
GeoBoundingBoxQuery.ReadOnly original
View Source

ReadOnly(double?, double?, double?, double?, string)

Declaration
public ReadOnly(double? TopLeftLongitude, double? TopLeftLatitude, double? BottomRightLongitude, double? BottomRightLatitude, string Field)
Parameters
Type Name Description
double? TopLeftLongitude
double? TopLeftLatitude
double? BottomRightLongitude
double? BottomRightLatitude
string Field

Properties

View Source

BottomRightLatitude

Declaration
public double? BottomRightLatitude { get; init; }
Property Value
Type Description
double?
View Source

BottomRightLongitude

Declaration
public double? BottomRightLongitude { get; init; }
Property Value
Type Description
double?
View Source

EqualityContract

Declaration
protected virtual Type EqualityContract { get; }
Property Value
Type Description
Type
View Source

Field

Declaration
public string Field { get; init; }
Property Value
Type Description
string
View Source

TopLeftLatitude

Declaration
public double? TopLeftLatitude { get; init; }
Property Value
Type Description
double?
View Source

TopLeftLongitude

Declaration
public double? TopLeftLongitude { get; init; }
Property Value
Type Description
double?

Methods

View Source

Deconstruct(out double?, out double?, out double?, out double?, out string)

Declaration
public void Deconstruct(out double? TopLeftLongitude, out double? TopLeftLatitude, out double? BottomRightLongitude, out double? BottomRightLatitude, out string Field)
Parameters
Type Name Description
double? TopLeftLongitude
double? TopLeftLatitude
double? BottomRightLongitude
double? BottomRightLatitude
string Field
View Source

Equals(ReadOnly?)

Declaration
public virtual bool Equals(GeoBoundingBoxQuery.ReadOnly? other)
Parameters
Type Name Description
GeoBoundingBoxQuery.ReadOnly other
Returns
Type Description
bool
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)
View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()
View Source

PrintMembers(StringBuilder)

Declaration
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
Type Name Description
StringBuilder builder
Returns
Type Description
bool
View Source

ToString()

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

Operators

View Source

operator ==(ReadOnly?, ReadOnly?)

Declaration
public static bool operator ==(GeoBoundingBoxQuery.ReadOnly? left, GeoBoundingBoxQuery.ReadOnly? right)
Parameters
Type Name Description
GeoBoundingBoxQuery.ReadOnly left
GeoBoundingBoxQuery.ReadOnly right
Returns
Type Description
bool
View Source

operator !=(ReadOnly?, ReadOnly?)

Declaration
public static bool operator !=(GeoBoundingBoxQuery.ReadOnly? left, GeoBoundingBoxQuery.ReadOnly? right)
Parameters
Type Name Description
GeoBoundingBoxQuery.ReadOnly left
GeoBoundingBoxQuery.ReadOnly right
Returns
Type Description
bool

Implements

IEquatable<T>
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.