Search
TableNode.Row Members
Constructors Properties Methods
 


Represents a row in TableNode node.

The following tables list the members exposed by the TableNode.Row type.

 Public Constructors

  Name Description

TableNode.Row

Initializes a new instance of the TableNode.Row class.

 Public Properties

  Name Description

AnchorPattern

Gets or sets a set of anchor points to which links can dock when connected to this row.

Expanded

Gets or sets a value indicating whether the table section starting from this Header row is collapsed or expanded.

Header

Gets or sets a value indicating whether this row is a section header.

Height

Gets or sets the height of the table row.

IncomingLinks

Gets a collection of all links that point to this table row.

OutgoingLinks

Gets a collection of all links that go out of this table row.

RelatedManyToOne

Gets a collection of all tables that are in many-to-one relation with this table row.

RelatedOneToMany

Gets a collection of all tables that are in one-to-many relation with this table row.

Table

Gets the TableNode that contains this row.

 Public Methods

  Name Description

Clone

Creates a copy of this row.

 Protected Methods

  Name Description

LoadFromJson

Loads the row from a JSON object.

LoadFromXml

Loads the row properties from an XML element.

SaveToJson

Saves the row as a JSON object.

SaveToXml

Saves the row properties into an XML element.

 See Also