Added: tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphBinary.DataType.html URL: http://svn.apache.org/viewvc/tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphBinary.DataType.html?rev=1889266&view=auto ============================================================================== --- tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphBinary.DataType.html (added) +++ tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphBinary.DataType.html Wed Apr 28 15:28:18 2021 @@ -0,0 +1,1420 @@ +<!DOCTYPE html> +<!--[if IE]><![endif]--> +<html> + + <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <title>Class DataType + | Apache TinkerPop - Gremlin.NET API Docs </title> + <meta name="viewport" content="width=device-width"> + <meta name="title" content="Class DataType + | Apache TinkerPop - Gremlin.NET API Docs "> + <meta name="generator" content="docfx 2.40.2.0"> + + <link rel="shortcut icon" href="../images/favicon.ico"> + <link rel="stylesheet" href="../styles/docfx.vendor.css"> + <link rel="stylesheet" href="../styles/docfx.css"> + <link rel="stylesheet" href="../styles/main.css"> + <meta property="docfx:navrel" content="../toc.html"> + <meta property="docfx:tocrel" content="toc.html"> + + <meta property="docfx:rel" content="../"> + + </head> + <body data-spy="scroll" data-target="#affix" data-offset="120"> + <div id="wrapper"> + <header> + + <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> + <div class="container"> + <div class="navbar-header"> + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> + <span class="sr-only">Toggle navigation</span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + + <a class="navbar-brand" href="../index.html"> + <img id="logo" class="svg" src="../images/tinkerpop-character.png" alt=""> + </a> + </div> + <div class="collapse navbar-collapse" id="navbar"> + <form class="navbar-form navbar-right" role="search" id="search"> + <div class="form-group"> + <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> + </div> + </form> + </div> + </div> + </nav> + + <div class="subnav navbar navbar-default"> + <div class="container hide-when-search" id="breadcrumb"> + <ul class="breadcrumb"> + <li></li> + </ul> + </div> + </div> + </header> + <div class="container body-content"> + + <div id="search-results"> + <div class="search-list"></div> + <div class="sr-items"> + <p><i class="glyphicon glyphicon-refresh index-loading"></i></p> + </div> + <ul id="pagination"></ul> + </div> + </div> + <div role="main" class="container body-content hide-when-search"> + + <div class="sidenav hide-when-search"> + <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> + <div class="sidetoggle collapse" id="sidetoggle"> + <div id="sidetoc"></div> + </div> + </div> + <div class="article row grid-right"> + <div class="col-md-10"> + <article class="content wrap" id="_content" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType"> + + + <h1 id="Gremlin_Net_Structure_IO_GraphBinary_DataType" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType" class="text-break">Class DataType + </h1> + <div class="markdown level0 summary"><p>Represents a GraphBinary data type.</p> +</div> + <div class="markdown level0 conceptual"></div> + <div class="inheritance"> + <h5>Inheritance</h5> + <div class="level0"><span class="xref">System.Object</span></div> + <div class="level1"><span class="xref">DataType</span></div> + </div> + <div classs="implements"> + <h5>Implements</h5> + <div><span class="xref">System.IEquatable</span><<a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a>></div> + </div> + <div class="inheritedMembers"> + <h5>Inherited Members</h5> + <div> + <span class="xref">System.Object.Equals(System.Object, System.Object)</span> + </div> + <div> + <span class="xref">System.Object.GetType()</span> + </div> + <div> + <span class="xref">System.Object.MemberwiseClone()</span> + </div> + <div> + <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span> + </div> + </div> + <h6><strong>Namespace</strong>: <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.html">Gremlin.Net.Structure.IO.GraphBinary</a></h6> + <h6><strong>Assembly</strong>: cs.temp.dll.dll</h6> + <h5 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_syntax">Syntax</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public class DataType : IEquatable<DataType></code></pre> + </div> + <h3 id="fields">Fields + </h3> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Barrier" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Barrier">Barrier</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Barrier</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_BigDecimal" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.BigDecimal">BigDecimal</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType BigDecimal</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_BigInteger" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.BigInteger">BigInteger</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType BigInteger</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Binding" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Binding">Binding</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Binding</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Boolean" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Boolean">Boolean</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Boolean</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_BulkSet" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.BulkSet">BulkSet</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType BulkSet</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Byte" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Byte">Byte</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Byte</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_ByteBuffer" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.ByteBuffer">ByteBuffer</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType ByteBuffer</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Bytecode" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Bytecode">Bytecode</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Bytecode</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Cardinality" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Cardinality">Cardinality</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Cardinality</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Char" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Char">Char</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Char</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Class" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Class">Class</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Class</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Column" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Column">Column</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Column</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Date" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Date">Date</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Date</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Direction" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Direction">Direction</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Direction</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Double" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Double">Double</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Double</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Duration" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Duration">Duration</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Duration</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Edge" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Edge">Edge</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Edge</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Float" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Float">Float</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Float</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Int" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Int">Int</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Int</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Lambda" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Lambda">Lambda</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Lambda</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_List" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.List">List</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType List</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Long" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Long">Long</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Long</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Map" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Map">Map</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Map</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Operator" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Operator">Operator</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Operator</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Order" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Order">Order</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Order</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_P" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.P">P</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType P</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Path" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Path">Path</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Path</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Pick" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Pick">Pick</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Pick</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Pop" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Pop">Pop</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Pop</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Property" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Property">Property</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Property</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Scope" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Scope">Scope</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Scope</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Set" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Set">Set</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Set</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Short" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Short">Short</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Short</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_String" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.String">String</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType String</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_T" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.T">T</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType T</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_TextP" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.TextP">TextP</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType TextP</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Timestamp" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Timestamp">Timestamp</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Timestamp</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_TraversalStrategy" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.TraversalStrategy">TraversalStrategy</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType TraversalStrategy</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Traverser" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Traverser">Traverser</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Traverser</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_UnspecifiedNull" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.UnspecifiedNull">UnspecifiedNull</h4> + <div class="markdown level1 summary"><p>A null value for an unspecified Object value.</p> +</div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType UnspecifiedNull</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Uuid" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Uuid">Uuid</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Uuid</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Vertex" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Vertex">Vertex</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType Vertex</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_VertexProperty" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.VertexProperty">VertexProperty</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static readonly DataType VertexProperty</code></pre> + </div> + <h5 class="fieldValue">Field Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <h3 id="properties">Properties + </h3> + <a id="Gremlin_Net_Structure_IO_GraphBinary_DataType_TypeCode_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.TypeCode*"></a> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_TypeCode" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.TypeCode">TypeCode</h4> + <div class="markdown level1 summary"><p>Gets the type code of this data type.</p> +</div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public byte TypeCode { get; }</code></pre> + </div> + <h5 class="propertyValue">Property Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.Byte</span></td> + <td></td> + </tr> + </tbody> + </table> + <h3 id="methods">Methods + </h3> + <a id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Equals_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Equals*"></a> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Equals_Gremlin_Net_Structure_IO_GraphBinary_DataType_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Equals(Gremlin.Net.Structure.IO.GraphBinary.DataType)">Equals(DataType)</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public bool Equals(DataType other)</code></pre> + </div> + <h5 class="parameters">Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td><span class="parametername">other</span></td> + <td></td> + </tr> + </tbody> + </table> + <h5 class="returns">Returns</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.Boolean</span></td> + <td></td> + </tr> + </tbody> + </table> + <a id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Equals_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Equals*"></a> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_Equals_System_Object_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.Equals(System.Object)">Equals(Object)</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public override bool Equals(object obj)</code></pre> + </div> + <h5 class="parameters">Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.Object</span></td> + <td><span class="parametername">obj</span></td> + <td></td> + </tr> + </tbody> + </table> + <h5 class="returns">Returns</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.Boolean</span></td> + <td></td> + </tr> + </tbody> + </table> + <h5 class="overrides">Overrides</h5> + <div><span class="xref">System.Object.Equals(System.Object)</span></div> + <a id="Gremlin_Net_Structure_IO_GraphBinary_DataType_FromTypeCode_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.FromTypeCode*"></a> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_FromTypeCode_System_Int32_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.FromTypeCode(System.Int32)">FromTypeCode(Int32)</h4> + <div class="markdown level1 summary"><p>Creates a new <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a> instance for the given type code.</p> +</div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static DataType FromTypeCode(int code)</code></pre> + </div> + <h5 class="parameters">Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.Int32</span></td> + <td><span class="parametername">code</span></td> + <td></td> + </tr> + </tbody> + </table> + <h5 class="returns">Returns</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td></td> + </tr> + </tbody> + </table> + <a id="Gremlin_Net_Structure_IO_GraphBinary_DataType_GetHashCode_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.GetHashCode*"></a> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_GetHashCode" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.GetHashCode">GetHashCode()</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public override int GetHashCode()</code></pre> + </div> + <h5 class="returns">Returns</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.Int32</span></td> + <td></td> + </tr> + </tbody> + </table> + <h5 class="overrides">Overrides</h5> + <div><span class="xref">System.Object.GetHashCode()</span></div> + <a id="Gremlin_Net_Structure_IO_GraphBinary_DataType_ToString_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.ToString*"></a> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_ToString" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.ToString">ToString()</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public override string ToString()</code></pre> + </div> + <h5 class="returns">Returns</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.String</span></td> + <td></td> + </tr> + </tbody> + </table> + <h5 class="overrides">Overrides</h5> + <div><span class="xref">System.Object.ToString()</span></div> + <h3 id="operators">Operators + </h3> + <a id="Gremlin_Net_Structure_IO_GraphBinary_DataType_op_Equality_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.op_Equality*"></a> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_op_Equality_Gremlin_Net_Structure_IO_GraphBinary_DataType_Gremlin_Net_Structure_IO_GraphBinary_DataType_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.op_Equality(Gremlin.Net.Structure.IO.GraphBinary.DataType,Gremlin.Net.Structure.IO.GraphBinary.DataType)">Equality(DataType, DataType)</h4> + <div class="markdown level1 summary"><p>Determines whether two specified <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a> have the same values.</p> +</div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static bool operator ==(DataType first, DataType second)</code></pre> + </div> + <h5 class="parameters">Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td><span class="parametername">first</span></td> + <td></td> + </tr> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td><span class="parametername">second</span></td> + <td></td> + </tr> + </tbody> + </table> + <h5 class="returns">Returns</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.Boolean</span></td> + <td></td> + </tr> + </tbody> + </table> + <a id="Gremlin_Net_Structure_IO_GraphBinary_DataType_op_Inequality_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.op_Inequality*"></a> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_DataType_op_Inequality_Gremlin_Net_Structure_IO_GraphBinary_DataType_Gremlin_Net_Structure_IO_GraphBinary_DataType_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.DataType.op_Inequality(Gremlin.Net.Structure.IO.GraphBinary.DataType,Gremlin.Net.Structure.IO.GraphBinary.DataType)">Inequality(DataType, DataType)</h4> + <div class="markdown level1 summary"><p>Determines whether two specified <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a> have different values.</p> +</div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static bool operator !=(DataType first, DataType second)</code></pre> + </div> + <h5 class="parameters">Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td><span class="parametername">first</span></td> + <td></td> + </tr> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></td> + <td><span class="parametername">second</span></td> + <td></td> + </tr> + </tbody> + </table> + <h5 class="returns">Returns</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.Boolean</span></td> + <td></td> + </tr> + </tbody> + </table> + <h3 id="implements">Implements</h3> + <div> + <span class="xref">System.IEquatable<T></span> + </div> +</article> + </div> + + <div class="hidden-sm col-md-2" role="complementary"> + <div class="sideaffix"> + <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> + <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> --> + </nav> + </div> + </div> + </div> + </div> + + <footer> + <div class="grad-bottom"></div> + <div class="footer"> + <div class="container"> + <span class="pull-right"> + <a href="#top">Back to top</a> + </span> + Copyright © 2018 The Apache Software Foundation + + </div> + </div> + </footer> + </div> + + <script type="text/javascript" src="../styles/docfx.vendor.js"></script> + <script type="text/javascript" src="../styles/docfx.js"></script> + <script type="text/javascript" src="../styles/main.js"></script> + </body> +</html>
Added: tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryMessageSerializer.html URL: http://svn.apache.org/viewvc/tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryMessageSerializer.html?rev=1889266&view=auto ============================================================================== --- tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryMessageSerializer.html (added) +++ tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryMessageSerializer.html Wed Apr 28 15:28:18 2021 @@ -0,0 +1,248 @@ +<!DOCTYPE html> +<!--[if IE]><![endif]--> +<html> + + <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <title>Class GraphBinaryMessageSerializer + | Apache TinkerPop - Gremlin.NET API Docs </title> + <meta name="viewport" content="width=device-width"> + <meta name="title" content="Class GraphBinaryMessageSerializer + | Apache TinkerPop - Gremlin.NET API Docs "> + <meta name="generator" content="docfx 2.40.2.0"> + + <link rel="shortcut icon" href="../images/favicon.ico"> + <link rel="stylesheet" href="../styles/docfx.vendor.css"> + <link rel="stylesheet" href="../styles/docfx.css"> + <link rel="stylesheet" href="../styles/main.css"> + <meta property="docfx:navrel" content="../toc.html"> + <meta property="docfx:tocrel" content="toc.html"> + + <meta property="docfx:rel" content="../"> + + </head> + <body data-spy="scroll" data-target="#affix" data-offset="120"> + <div id="wrapper"> + <header> + + <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> + <div class="container"> + <div class="navbar-header"> + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> + <span class="sr-only">Toggle navigation</span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + + <a class="navbar-brand" href="../index.html"> + <img id="logo" class="svg" src="../images/tinkerpop-character.png" alt=""> + </a> + </div> + <div class="collapse navbar-collapse" id="navbar"> + <form class="navbar-form navbar-right" role="search" id="search"> + <div class="form-group"> + <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> + </div> + </form> + </div> + </div> + </nav> + + <div class="subnav navbar navbar-default"> + <div class="container hide-when-search" id="breadcrumb"> + <ul class="breadcrumb"> + <li></li> + </ul> + </div> + </div> + </header> + <div class="container body-content"> + + <div id="search-results"> + <div class="search-list"></div> + <div class="sr-items"> + <p><i class="glyphicon glyphicon-refresh index-loading"></i></p> + </div> + <ul id="pagination"></ul> + </div> + </div> + <div role="main" class="container body-content hide-when-search"> + + <div class="sidenav hide-when-search"> + <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> + <div class="sidetoggle collapse" id="sidetoggle"> + <div id="sidetoc"></div> + </div> + </div> + <div class="article row grid-right"> + <div class="col-md-10"> + <article class="content wrap" id="_content" data-uid="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryMessageSerializer"> + + + <h1 id="Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryMessageSerializer" data-uid="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryMessageSerializer" class="text-break">Class GraphBinaryMessageSerializer + </h1> + <div class="markdown level0 summary"><p>Serializes data to and from Gremlin Server in GraphBinary format.</p> +</div> + <div class="markdown level0 conceptual"></div> + <div class="inheritance"> + <h5>Inheritance</h5> + <div class="level0"><span class="xref">System.Object</span></div> + <div class="level1"><span class="xref">GraphBinaryMessageSerializer</span></div> + </div> + <h6><strong>Namespace</strong>: <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.html">Gremlin.Net.Structure.IO.GraphBinary</a></h6> + <h6><strong>Assembly</strong>: cs.temp.dll.dll</h6> + <h5 id="Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryMessageSerializer_syntax">Syntax</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public class GraphBinaryMessageSerializer : IMessageSerializer</code></pre> + </div> + <h3 id="constructors">Constructors + </h3> + <a id="Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryMessageSerializer__ctor_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryMessageSerializer.#ctor*"></a> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryMessageSerializer__ctor_Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryReader_Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryWriter_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryMessageSerializer.#ctor(Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader,Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter)">GraphBinaryMessageSerializer(GraphBinaryReader, GraphBinaryWriter)</h4> + <div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryMessageSerializer.html">GraphBinaryMessageSerializer</a> class.</p> +</div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public GraphBinaryMessageSerializer(GraphBinaryReader reader = null, GraphBinaryWriter writer = null)</code></pre> + </div> + <h5 class="parameters">Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader.html">GraphBinaryReader</a></td> + <td><span class="parametername">reader</span></td> + <td><p>The <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader.html">GraphBinaryReader</a> used to deserialize from GraphBinary.</p> +</td> + </tr> + <tr> + <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter.html">GraphBinaryWriter</a></td> + <td><span class="parametername">writer</span></td> + <td><p>The <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter.html">GraphBinaryWriter</a> used to serialize to GraphBinary.</p> +</td> + </tr> + </tbody> + </table> + <h3 id="methods">Methods + </h3> + <a id="Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryMessageSerializer_DeserializeMessageAsync_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryMessageSerializer.DeserializeMessageAsync*"></a> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryMessageSerializer_DeserializeMessageAsync_System_Byte___" data-uid="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryMessageSerializer.DeserializeMessageAsync(System.Byte[])">DeserializeMessageAsync(Byte[])</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public Task<ResponseMessage<List<object>>> DeserializeMessageAsync(byte[] message)</code></pre> + </div> + <h5 class="parameters">Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.Byte</span>[]</td> + <td><span class="parametername">message</span></td> + <td></td> + </tr> + </tbody> + </table> + <h5 class="returns">Returns</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.Threading.Tasks.Task</span><<span class="xref">ResponseMessage</span><<span class="xref">List</span><<span class="xref">System.Object</span>>>></td> + <td></td> + </tr> + </tbody> + </table> + <a id="Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryMessageSerializer_SerializeMessageAsync_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryMessageSerializer.SerializeMessageAsync*"></a> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryMessageSerializer_SerializeMessageAsync_RequestMessage_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryMessageSerializer.SerializeMessageAsync(RequestMessage)">SerializeMessageAsync(RequestMessage)</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public Task<byte[]> SerializeMessageAsync(RequestMessage requestMessage)</code></pre> + </div> + <h5 class="parameters">Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">RequestMessage</span></td> + <td><span class="parametername">requestMessage</span></td> + <td></td> + </tr> + </tbody> + </table> + <h5 class="returns">Returns</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.Threading.Tasks.Task</span><<span class="xref">System.Byte</span>[]></td> + <td></td> + </tr> + </tbody> + </table> +</article> + </div> + + <div class="hidden-sm col-md-2" role="complementary"> + <div class="sideaffix"> + <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> + <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> --> + </nav> + </div> + </div> + </div> + </div> + + <footer> + <div class="grad-bottom"></div> + <div class="footer"> + <div class="container"> + <span class="pull-right"> + <a href="#top">Back to top</a> + </span> + Copyright © 2018 The Apache Software Foundation + + </div> + </div> + </footer> + </div> + + <script type="text/javascript" src="../styles/docfx.vendor.js"></script> + <script type="text/javascript" src="../styles/docfx.js"></script> + <script type="text/javascript" src="../styles/main.js"></script> + </body> +</html> Added: tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader.html URL: http://svn.apache.org/viewvc/tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader.html?rev=1889266&view=auto ============================================================================== --- tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader.html (added) +++ tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader.html Wed Apr 28 15:28:18 2021 @@ -0,0 +1,265 @@ +<!DOCTYPE html> +<!--[if IE]><![endif]--> +<html> + + <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <title>Class GraphBinaryReader + | Apache TinkerPop - Gremlin.NET API Docs </title> + <meta name="viewport" content="width=device-width"> + <meta name="title" content="Class GraphBinaryReader + | Apache TinkerPop - Gremlin.NET API Docs "> + <meta name="generator" content="docfx 2.40.2.0"> + + <link rel="shortcut icon" href="../images/favicon.ico"> + <link rel="stylesheet" href="../styles/docfx.vendor.css"> + <link rel="stylesheet" href="../styles/docfx.css"> + <link rel="stylesheet" href="../styles/main.css"> + <meta property="docfx:navrel" content="../toc.html"> + <meta property="docfx:tocrel" content="toc.html"> + + <meta property="docfx:rel" content="../"> + + </head> + <body data-spy="scroll" data-target="#affix" data-offset="120"> + <div id="wrapper"> + <header> + + <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> + <div class="container"> + <div class="navbar-header"> + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> + <span class="sr-only">Toggle navigation</span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + + <a class="navbar-brand" href="../index.html"> + <img id="logo" class="svg" src="../images/tinkerpop-character.png" alt=""> + </a> + </div> + <div class="collapse navbar-collapse" id="navbar"> + <form class="navbar-form navbar-right" role="search" id="search"> + <div class="form-group"> + <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> + </div> + </form> + </div> + </div> + </nav> + + <div class="subnav navbar navbar-default"> + <div class="container hide-when-search" id="breadcrumb"> + <ul class="breadcrumb"> + <li></li> + </ul> + </div> + </div> + </header> + <div class="container body-content"> + + <div id="search-results"> + <div class="search-list"></div> + <div class="sr-items"> + <p><i class="glyphicon glyphicon-refresh index-loading"></i></p> + </div> + <ul id="pagination"></ul> + </div> + </div> + <div role="main" class="container body-content hide-when-search"> + + <div class="sidenav hide-when-search"> + <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> + <div class="sidetoggle collapse" id="sidetoggle"> + <div id="sidetoc"></div> + </div> + </div> + <div class="article row grid-right"> + <div class="col-md-10"> + <article class="content wrap" id="_content" data-uid="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader"> + + + <h1 id="Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryReader" data-uid="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader" class="text-break">Class GraphBinaryReader + </h1> + <div class="markdown level0 summary"><p>Allows to deserialize objects from GraphBinary.</p> +</div> + <div class="markdown level0 conceptual"></div> + <div class="inheritance"> + <h5>Inheritance</h5> + <div class="level0"><span class="xref">System.Object</span></div> + <div class="level1"><span class="xref">GraphBinaryReader</span></div> + </div> + <div class="inheritedMembers"> + <h5>Inherited Members</h5> + <div> + <span class="xref">System.Object.Equals(System.Object)</span> + </div> + <div> + <span class="xref">System.Object.Equals(System.Object, System.Object)</span> + </div> + <div> + <span class="xref">System.Object.GetHashCode()</span> + </div> + <div> + <span class="xref">System.Object.GetType()</span> + </div> + <div> + <span class="xref">System.Object.MemberwiseClone()</span> + </div> + <div> + <span class="xref">System.Object.ToString()</span> + </div> + <div> + <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span> + </div> + </div> + <h6><strong>Namespace</strong>: <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.html">Gremlin.Net.Structure.IO.GraphBinary</a></h6> + <h6><strong>Assembly</strong>: cs.temp.dll.dll</h6> + <h5 id="Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryReader_syntax">Syntax</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public class GraphBinaryReader</code></pre> + </div> + <h3 id="methods">Methods + </h3> + <a id="Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryReader_ReadAsync_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader.ReadAsync*"></a> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryReader_ReadAsync_Stream_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader.ReadAsync(Stream)">ReadAsync(Stream)</h4> + <div class="markdown level1 summary"><p>Reads the type code, information and value with fully-qualified format.</p> +</div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public Task<object> ReadAsync(Stream stream)</code></pre> + </div> + <h5 class="parameters">Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">Stream</span></td> + <td><span class="parametername">stream</span></td> + <td><p>The GraphBinary data to parse.</p> +</td> + </tr> + </tbody> + </table> + <h5 class="returns">Returns</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.Threading.Tasks.Task</span><<span class="xref">System.Object</span>></td> + <td><p>The read value.</p> +</td> + </tr> + </tbody> + </table> + <a id="Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryReader_ReadValueAsync_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader.ReadValueAsync*"></a> + <h4 id="Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryReader_ReadValueAsync__1_Stream_System_Boolean_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader.ReadValueAsync``1(Stream,System.Boolean)">ReadValueAsync<T>(Stream, Boolean)</h4> + <div class="markdown level1 summary"><p>Reads only the value for a specific type <code data-dev-comment-type="typeparamref" class="typeparamref">T</code>.</p> +</div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public Task<object> ReadValueAsync<T>(Stream stream, bool nullable)</code></pre> + </div> + <h5 class="parameters">Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">Stream</span></td> + <td><span class="parametername">stream</span></td> + <td><p>The GraphBinary data to parse.</p> +</td> + </tr> + <tr> + <td><span class="xref">System.Boolean</span></td> + <td><span class="parametername">nullable</span></td> + <td><p>Whether or not the value can be null.</p> +</td> + </tr> + </tbody> + </table> + <h5 class="returns">Returns</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.Threading.Tasks.Task</span><<span class="xref">System.Object</span>></td> + <td><p>The read value.</p> +</td> + </tr> + </tbody> + </table> + <h5 class="typeParameters">Type Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="parametername">T</span></td> + <td><p>The type of the object to read.</p> +</td> + </tr> + </tbody> + </table> +</article> + </div> + + <div class="hidden-sm col-md-2" role="complementary"> + <div class="sideaffix"> + <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> + <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> --> + </nav> + </div> + </div> + </div> + </div> + + <footer> + <div class="grad-bottom"></div> + <div class="footer"> + <div class="container"> + <span class="pull-right"> + <a href="#top">Back to top</a> + </span> + Copyright © 2018 The Apache Software Foundation + + </div> + </div> + </footer> + </div> + + <script type="text/javascript" src="../styles/docfx.vendor.js"></script> + <script type="text/javascript" src="../styles/docfx.js"></script> + <script type="text/javascript" src="../styles/main.js"></script> + </body> +</html>
