C# 클래스 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.
상속: EntityRelationship
파일 보기 프로젝트 열기: netTiers/netTiers

공개 메소드들

메소드 설명
ManyToManyViewRelationship ( ) : System

Initializes a new instance fo the ManyToManyViewRelationship class.

보호된 메소드들

메소드 설명
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.

메소드 상세

ManyToManyViewRelationship() 공개 메소드

Initializes a new instance fo the ManyToManyViewRelationship class.
public ManyToManyViewRelationship ( ) : System
리턴 System

UpdateControl() 보호된 메소드

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

UpdateRelationships() 보호된 메소드

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