C# Class OpenSlx.RelationCheck.Model.Relationship

Wrapper for a relationship item.
Inheritance: INotifyPropertyChanged
Mostra file Open project: nicocrm/OpenSlx

Public Methods

Method 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 method

Update the database
public FixData ( DbHelper db ) : void
db DbHelper
return void

OnPropertyChanged() public method

public OnPropertyChanged ( String propName ) : void
propName String
return void

Relationship() public method

public Relationship ( OrmRelationship sageRel ) : System
sageRel OrmRelationship
return System

UpdateCount() public method

Recalculate the # of invalid FKs
public UpdateCount ( DbHelper db ) : void
db DbHelper
return void