C# Class Nettiers.AdventureWorks.Web.Data.ManyToManyListRelationship

Provides management of a many-to-many relationship between a primary table and a foreign key table via the use of a join table. This control is specifically designed to be used with ListControl sub-classes.
Inheritance: EntityRelationship
Datei anzeigen Open project: netTiers/netTiers

Public Methods

Method Description
ManyToManyListRelationship ( ) : System

Initializes a new instance of the ManyToManyListRelationship class.

Protected Methods

Method Description
UpdateControl ( Object entity ) : void

Initializes and updates the control with the relationships held within the specified business object.

UpdateRelationships ( Object entity ) : void

Updates the specified business object with values bound to the control which represent the current relationships.

Method Details

ManyToManyListRelationship() public method

Initializes a new instance of the ManyToManyListRelationship class.
public ManyToManyListRelationship ( ) : System
return System

UpdateControl() protected method

Initializes and updates the control with the relationships held within the specified business object.
protected UpdateControl ( Object entity ) : void
entity Object
return void

UpdateRelationships() protected method

Updates the specified business object with values bound to the control which represent the current relationships.
protected UpdateRelationships ( Object entity ) : void
entity Object
return void