Class GraphvizRecord
Graphviz record.
Inheritance
System.Object
GraphvizRecord
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)
Namespace: QuikGraph.Graphviz.Dot
Assembly: QuikGraph.Graphviz.dll
Syntax
[Serializable]
public class GraphvizRecord
Properties
| Improve this Doc View SourceCells
Record cells.
Declaration
public GraphvizRecordCellCollection Cells { get; set; }
Property Value
| Type | Description |
|---|---|
| GraphvizRecordCellCollection |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | Set value is null. |
Methods
| Improve this Doc View SourceToDot()
Converts this record to DOT.
Declaration
public string ToDot()
Returns
| Type | Description |
|---|---|
| System.String | Record as DOT. |
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()