C# Class OpenSlx.RelationCheck.Model.Relationship

Wrapper for a relationship item.
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: nicocrm/OpenSlx

Méthodes publiques

Méthode Description
FixData ( DbHelper db ) : void

Update the database

OnPropertyChanged ( String propName ) : void
Relationship ( OrmRelationship sageRel ) : System
UpdateCount ( DbHelper db ) : void

Recalculate the # of invalid FKs

Method Details

FixData() public méthode

Update the database
public FixData ( DbHelper db ) : void
db DbHelper
Résultat void

OnPropertyChanged() public méthode

public OnPropertyChanged ( String propName ) : void
propName String
Résultat void

Relationship() public méthode

public Relationship ( OrmRelationship sageRel ) : System
sageRel OrmRelationship
Résultat System

UpdateCount() public méthode

Recalculate the # of invalid FKs
public UpdateCount ( DbHelper db ) : void
db DbHelper
Résultat void