C# 클래스 OpenSlx.RelationCheck.Model.Relationship

Wrapper for a relationship item.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: nicocrm/OpenSlx

공개 메소드들

메소드 설명
FixData ( DbHelper db ) : void

Update the database

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

Recalculate the # of invalid FKs

메소드 상세

FixData() 공개 메소드

Update the database
public FixData ( DbHelper db ) : void
db DbHelper
리턴 void

OnPropertyChanged() 공개 메소드

public OnPropertyChanged ( String propName ) : void
propName String
리턴 void

Relationship() 공개 메소드

public Relationship ( OrmRelationship sageRel ) : System
sageRel OrmRelationship
리턴 System

UpdateCount() 공개 메소드

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