Show / Hide Table of Contents

    Class GexfExporter

    Represents the gexf exporter.

    Inheritance
    Object
    GexfExporter
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Platform.Data.Triplets
    Assembly: Platform.Data.Triplets.dll
    Syntax
    public static class GexfExporter

    Methods

    | Improve this Doc View Source

    ToFile(String)

    Returns the file using the specified path.

    Declaration
    public static void ToFile(string path)
    Parameters
    Type Name Description
    String path

    The path.

    | Improve this Doc View Source

    ToFile(String, Func<Link, Boolean>)

    Returns the file using the specified path.

    Declaration
    public static void ToFile(string path, Func<Link, bool> filter)
    Parameters
    Type Name Description
    String path

    The path.

    Func<Link, Boolean> filter

    The filter.

    | Improve this Doc View Source

    ToXml()

    Returns the xml.

    Declaration
    public static string ToXml()
    Returns
    Type Description
    String

    The string

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX