Show / Hide Table of Contents

Class DirectedGraphProperty

Inheritance
System.Object
DirectedGraphProperty
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.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: QuikGraph.Serialization.DirectedGraphML
Assembly: QuikGraph.Serialization.dll
Syntax
[CLSCompliant(false)]
[Serializable]
public class DirectedGraphProperty

Properties

| Improve this Doc View Source

DataType

Declaration
public string DataType { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Group

Declaration
public string Group { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Id

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IsReference

Declaration
public ClrBoolean IsReference { get; set; }
Property Value
Type Description
ClrBoolean
| Improve this Doc View Source

IsReferenceSpecified

Declaration
public bool IsReferenceSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Label

Declaration
public string Label { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ReferenceTemplate

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

Extension Methods

GraphMLExtensions.SerializeToGraphML<TVertex, TEdge, TGraph>(TGraph, String)
GraphMLExtensions.SerializeToGraphML<TVertex, TEdge, TGraph>(TGraph, String, VertexIdentity<TVertex>, EdgeIdentity<TVertex, TEdge>)
GraphMLExtensions.SerializeToGraphML<TVertex, TEdge, TGraph>(TGraph, XmlWriter)
GraphMLExtensions.SerializeToGraphML<TVertex, TEdge, TGraph>(TGraph, XmlWriter, VertexIdentity<TVertex>, EdgeIdentity<TVertex, TEdge>)
GraphMLExtensions.DeserializeFromGraphML<TVertex, TEdge, TGraph>(TGraph, XmlReader, IdentifiableVertexFactory<TVertex>, IdentifiableEdgeFactory<TVertex, TEdge>)
GraphMLExtensions.DeserializeFromGraphML<TVertex, TEdge, TGraph>(TGraph, TextReader, IdentifiableVertexFactory<TVertex>, IdentifiableEdgeFactory<TVertex, TEdge>)
GraphMLExtensions.DeserializeFromGraphML<TVertex, TEdge, TGraph>(TGraph, String, IdentifiableVertexFactory<TVertex>, IdentifiableEdgeFactory<TVertex, TEdge>)
GraphMLExtensions.DeserializeAndValidateFromGraphML<TVertex, TEdge, TGraph>(TGraph, TextReader, IdentifiableVertexFactory<TVertex>, IdentifiableEdgeFactory<TVertex, TEdge>)
SerializationExtensions.SerializeToXml<TVertex, TEdge, TGraph>(TGraph, XmlWriter, VertexIdentity<TVertex>, EdgeIdentity<TVertex, TEdge>, String, String, String, String)
SerializationExtensions.SerializeToXml<TVertex, TEdge, TGraph>(TGraph, XmlWriter, VertexIdentity<TVertex>, EdgeIdentity<TVertex, TEdge>, String, String, String, String, Action<XmlWriter, TGraph>, Action<XmlWriter, TVertex>, Action<XmlWriter, TEdge>)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • DataType
    • Description
    • Group
    • Id
    • IsReference
    • IsReferenceSpecified
    • Label
    • ReferenceTemplate
  • Extension Methods
Back to top QuikGraph