Search Results for

    Show / Hide Table of Contents

    Class GremlinType

    Represents the GraphBinary type Class which can be used to serialize a class.

    Inheritance
    System.Object
    GremlinType
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Gremlin.Net.Structure.IO.GraphBinary.Types
    Assembly: cs.temp.dll.dll
    Syntax
    public class GremlinType

    Properties

    Fqcn

    Gets the fully qualified class name that identifies the class in Java.

    Declaration
    public string Fqcn { get; }
    Property Value
    Type Description
    System.String

    Methods

    FromFqcn(String)

    Creates a GremlinType for this fully qualified class name (fqcn).

    Declaration
    public static GremlinType FromFqcn(string fqcn)
    Parameters
    Type Name Description
    System.String fqcn
    Returns
    Type Description
    GremlinType
    In This Article
    Back to top Copyright © 2018 The Apache Software Foundation