Class GraphvizRecordCell
Graphviz record cell.
Inheritance
System.Object
GraphvizRecordCell
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 GraphvizRecordCell
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. |
HasPort
Indicates if record has port.
Declaration
public bool HasPort { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasText
Indicates if record has text.
Declaration
public bool HasText { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Port
Port.
Declaration
public string Port { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Text.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceToDot()
Converts this record cell to DOT.
Declaration
public string ToDot()
Returns
Type | Description |
---|---|
System.String | Record cell as DOT. |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()