ASP.NET Pack Programmer's Guide
Relationship Members
Constructors Fields
 


The members of this enumeration specify how table rows should be related. These constants can be used as parameters of the TableNode.addRelation method of the TableNode class.

The following tables list the members exposed by the Relationship type.

 Public Constructors

  Name Description

Relationship

 

 Public Fields

  Name Description

ManyToOne

The specified row is at the "many" end of a one-to-many relation.

OneToMany

The specified row is at the "one" end of a one-to-many relation.

 See Also

Relationship Class
com.mindfusion.diagramming Namespace