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

Provides management of a one-to-many relationship between a primary table and a child table. This control is specifically designed to be used with controls that display one record of data at a time.
Inheritance: EntityRelationship
显示文件 Open project: netTiers/netTiers

Public Methods

Method Description
ManyToManyViewRelationship ( ) : System

Initializes a new instance fo the ManyToManyViewRelationship 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

ManyToManyViewRelationship() public method

Initializes a new instance fo the ManyToManyViewRelationship class.
public ManyToManyViewRelationship ( ) : 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