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

Provides management of a one-to-one relationship between two business objects.
Inheritance: EntityRelationship
Afficher le fichier Open project: netTiers/netTiers

Méthodes publiques

Méthode Description
OneToOneViewRelationship ( ) : System

Initializes a new instance of the OneToOneViewRelationship class.

Méthodes protégées

Méthode 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

OneToOneViewRelationship() public méthode

Initializes a new instance of the OneToOneViewRelationship class.
public OneToOneViewRelationship ( ) : System
Résultat System

UpdateControl() protected méthode

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

UpdateRelationships() protected méthode

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