Method | Description | |
---|---|---|
OneToManyGridRelationship ( ) : System |
Initializes a new instance of the OneToManyGridRelationship class.
|
Method | Description | |
---|---|---|
UpdateControl ( Object entity ) : void |
Initializes and updates the control with the relationships held within the specified business object.
|
|
UpdateLink ( Object link ) : 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.
|
public OneToManyGridRelationship ( ) : System | ||
return | System |
protected UpdateControl ( Object entity ) : void | ||
entity | Object | |
return | void |
protected UpdateLink ( Object link ) : void | ||
link | Object | The business object that contains /// the current relationships with which to update the control. |
return | void |
protected UpdateRelationships ( Object entity ) : void | ||
entity | Object | |
return | void |