Permalink
Fetching contributors…
Cannot retrieve contributors at this time
217 lines (217 sloc) 10.4 KB
<Type Name="BoundingBox" FullName="Microsoft.Azure.Documents.Spatial.BoundingBox">
<TypeSignature Language="C#" Value="public sealed class BoundingBox : IEquatable&lt;Microsoft.Azure.Documents.Spatial.BoundingBox&gt;" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit BoundingBox extends System.Object implements class System.IEquatable`1&lt;class Microsoft.Azure.Documents.Spatial.BoundingBox&gt;" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Documents.Spatial.BoundingBox" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>System.IEquatable&lt;Microsoft.Azure.Documents.Spatial.BoundingBox&gt;</InterfaceName>
</Interface>
</Interfaces>
<Attributes>
<Attribute>
<AttributeName>Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Documents.Spatial.Converters.BoundingBoxJsonConverter))</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>
Represents a coordinate range for geometries in the Azure DocumentDB database service.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public BoundingBox (Microsoft.Azure.Documents.Spatial.Position min, Microsoft.Azure.Documents.Spatial.Position max);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Microsoft.Azure.Documents.Spatial.Position min, class Microsoft.Azure.Documents.Spatial.Position max) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.Spatial.BoundingBox.#ctor(Microsoft.Azure.Documents.Spatial.Position,Microsoft.Azure.Documents.Spatial.Position)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="min" Type="Microsoft.Azure.Documents.Spatial.Position" />
<Parameter Name="max" Type="Microsoft.Azure.Documents.Spatial.Position" />
</Parameters>
<Docs>
<param name="min">
Lowest values for all axes of the bounding box.
</param>
<param name="max">
Highest values for all axes of the bounding box.
</param>
<summary>
Initializes a new instance of the <see cref="T:Microsoft.Azure.Documents.Spatial.BoundingBox" /> class in the Azure DocumentDB database service.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Equals">
<MemberSignature Language="C#" Value="public bool Equals (Microsoft.Azure.Documents.Spatial.BoundingBox other);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance bool Equals(class Microsoft.Azure.Documents.Spatial.BoundingBox other) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.Spatial.BoundingBox.Equals(Microsoft.Azure.Documents.Spatial.BoundingBox)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="other" Type="Microsoft.Azure.Documents.Spatial.BoundingBox" />
</Parameters>
<Docs>
<param name="other">
<see cref="T:Microsoft.Azure.Documents.Spatial.BoundingBox" /> to compare to this bounding box.</param>
<summary>
Determines if this <see cref="T:Microsoft.Azure.Documents.Spatial.BoundingBox" /> is equal to the <paramref name="other" /> in the Azure DocumentDB database service.
</summary>
<returns>
<c>true</c> if bounding boxes are equal. <c>false</c> otherwise.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Equals">
<MemberSignature Language="C#" Value="public override bool Equals (object obj);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance bool Equals(object obj) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.Spatial.BoundingBox.Equals(System.Object)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="obj" Type="System.Object" />
</Parameters>
<Docs>
<param name="obj">The object to compare with the current object. </param>
<summary>
Determines whether the specified <see cref="T:Microsoft.Azure.Documents.Spatial.BoundingBox" /> is equal to the current <see cref="T:Microsoft.Azure.Documents.Spatial.BoundingBox" /> in the Azure DocumentDB database service.
</summary>
<returns>
true if the specified object is equal to the current object; otherwise, false.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetHashCode">
<MemberSignature Language="C#" Value="public override int GetHashCode ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance int32 GetHashCode() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.Spatial.BoundingBox.GetHashCode" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
Serves as a hash function for <see cref="T:Microsoft.Azure.Documents.Spatial.BoundingBox" /> type in the Azure DocumentDB database service.
</summary>
<returns>
A hash code for the current <see cref="T:Microsoft.Azure.Documents.Spatial.BoundingBox" />.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Max">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Documents.Spatial.Position Max { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Documents.Spatial.Position Max" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Spatial.BoundingBox.Max" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Documents.Spatial.Position</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets highest values for all axes of the bounding box in the Azure DocumentDB database service.
</summary>
<value>
Highest values for all axes of the bounding box.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Min">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Documents.Spatial.Position Min { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Documents.Spatial.Position Min" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Spatial.BoundingBox.Min" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Documents.Spatial.Position</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets lowest values for all axes of the bounding box in the Azure DocumentDB database service.
</summary>
<value>
Lowest values for all axes of the bounding box.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>