Show / Hide Table of Contents

Class GraphvizRecordCellCollection

Graphviz record cell collection.

Inheritance
System.Object
System.Collections.ObjectModel.Collection<GraphvizRecordCell>
GraphvizRecordCellCollection
Implements
System.Collections.Generic.IList<GraphvizRecordCell>
System.Collections.Generic.ICollection<GraphvizRecordCell>
System.Collections.Generic.IReadOnlyList<GraphvizRecordCell>
System.Collections.Generic.IReadOnlyCollection<GraphvizRecordCell>
System.Collections.Generic.IEnumerable<GraphvizRecordCell>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.Add(QuikGraph.Graphviz.Dot.GraphvizRecordCell)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.Clear()
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.ClearItems()
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.Contains(QuikGraph.Graphviz.Dot.GraphvizRecordCell)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.CopyTo(QuikGraph.Graphviz.Dot.GraphvizRecordCell[], System.Int32)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.GetEnumerator()
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.IndexOf(QuikGraph.Graphviz.Dot.GraphvizRecordCell)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.Insert(System.Int32, QuikGraph.Graphviz.Dot.GraphvizRecordCell)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.InsertItem(System.Int32, QuikGraph.Graphviz.Dot.GraphvizRecordCell)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.Remove(QuikGraph.Graphviz.Dot.GraphvizRecordCell)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.SetItem(System.Int32, QuikGraph.Graphviz.Dot.GraphvizRecordCell)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.Count
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.Item[System.Int32]
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.Items
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.Generic.ICollection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.IsReadOnly
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.IList.IsFixedSize
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.IList.Item[System.Int32]
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.Graphviz.Dot
Assembly: QuikGraph.Graphviz.dll
Syntax
[Serializable]
public sealed class GraphvizRecordCellCollection : Collection<GraphvizRecordCell>, IList<GraphvizRecordCell>, ICollection<GraphvizRecordCell>, IReadOnlyList<GraphvizRecordCell>, IReadOnlyCollection<GraphvizRecordCell>, IEnumerable<GraphvizRecordCell>, IList, ICollection, IEnumerable

Constructors

| Improve this Doc View Source

GraphvizRecordCellCollection()

Initializes a new instance of the GraphvizRecordCellCollection class.

Declaration
public GraphvizRecordCellCollection()
| Improve this Doc View Source

GraphvizRecordCellCollection(GraphvizRecordCellCollection)

Initializes a new instance of the GraphvizRecordCellCollection class.

Declaration
public GraphvizRecordCellCollection(GraphvizRecordCellCollection collection)
Parameters
Type Name Description
GraphvizRecordCellCollection collection

The collection that is wrapped by the new collection.

| Improve this Doc View Source

GraphvizRecordCellCollection(IList<GraphvizRecordCell>)

Initializes a new instance of the GraphvizRecordCellCollection class.

Declaration
public GraphvizRecordCellCollection(IList<GraphvizRecordCell> collection)
Parameters
Type Name Description
System.Collections.Generic.IList<GraphvizRecordCell> collection

The collection that is wrapped by the new collection.

Implements

System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable

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>)
EdgeExtensions.IsPath<TVertex, TEdge>(IEnumerable<TEdge>)
EdgeExtensions.HasCycles<TVertex, TEdge>(IEnumerable<TEdge>)
EdgeExtensions.IsPathWithoutCycles<TVertex, TEdge>(IEnumerable<TEdge>)
GraphExtensions.ToDelegateVertexAndEdgeListGraph<TVertex, TEdge>(IEnumerable<TVertex>, TryFunc<TVertex, IEnumerable<TEdge>>)
GraphExtensions.ToDelegateVertexAndEdgeListGraph<TVertex, TEdge>(IEnumerable<TVertex>, Func<TVertex, IEnumerable<TEdge>>)
GraphExtensions.ToDelegateUndirectedGraph<TVertex, TEdge>(IEnumerable<TVertex>, TryFunc<TVertex, IEnumerable<TEdge>>)
GraphExtensions.ToDelegateUndirectedGraph<TVertex, TEdge>(IEnumerable<TVertex>, Func<TVertex, IEnumerable<TEdge>>)
GraphExtensions.ToAdjacencyGraph<TVertex, TEdge>(IEnumerable<TEdge>, Boolean)
GraphExtensions.ToAdjacencyGraph<TVertex, TEdge>(IEnumerable<TVertex>, Func<TVertex, IEnumerable<TEdge>>, Boolean)
GraphExtensions.ToBidirectionalGraph<TVertex, TEdge>(IEnumerable<TEdge>, Boolean)
GraphExtensions.ToBidirectionalGraph<TVertex, TEdge>(IEnumerable<TVertex>, Func<TVertex, IEnumerable<TEdge>>, Boolean)
GraphExtensions.ToUndirectedGraph<TVertex, TEdge>(IEnumerable<TEdge>, Boolean)
AlgorithmExtensions.IsDirectedAcyclicGraph<TVertex, TEdge>(IEnumerable<TEdge>)
AlgorithmExtensions.IsUndirectedAcyclicGraph<TVertex, TEdge>(IEnumerable<TEdge>)
  • Improve this Doc
  • View Source
In This Article
Back to top QuikGraph