C# 클래스 PAZ.Model.Mappers.PairMapper

상속: PAZMySQL.Mapper
파일 보기 프로젝트 열기: PAZ-MI4Ie/PAZ 1 사용 예제들

공개 메소드들

메소드 설명
Delete ( Pair pair ) : bool
Delete ( int id ) : bool
Find ( int id ) : Pair
FindAll ( ) : List
FindAllUnplanned ( ) : List
FindAttachments ( int pairId ) : string>.Dictionary
FindByAttachment ( int attachmentId ) : List
PairMapper ( MysqlDb db ) : System
Save ( Pair pair ) : void

보호된 메소드들

메소드 설명
ProcessRow ( Pair pair, MySqlDataReader Reader ) : Pair

메소드 상세

Delete() 공개 메소드

public Delete ( Pair pair ) : bool
pair Pair
리턴 bool

Delete() 공개 메소드

public Delete ( int id ) : bool
id int
리턴 bool

Find() 공개 메소드

public Find ( int id ) : Pair
id int
리턴 Pair

FindAll() 공개 메소드

public FindAll ( ) : List
리턴 List

FindAllUnplanned() 공개 메소드

public FindAllUnplanned ( ) : List
리턴 List

FindAttachments() 공개 메소드

public FindAttachments ( int pairId ) : string>.Dictionary
pairId int
리턴 string>.Dictionary

FindByAttachment() 공개 메소드

public FindByAttachment ( int attachmentId ) : List
attachmentId int
리턴 List

PairMapper() 공개 메소드

public PairMapper ( MysqlDb db ) : System
db PAZMySQL.MysqlDb
리턴 System

ProcessRow() 보호된 메소드

protected ProcessRow ( Pair pair, MySqlDataReader Reader ) : Pair
pair Pair
Reader MySql.Data.MySqlClient.MySqlDataReader
리턴 Pair

Save() 공개 메소드

public Save ( Pair pair ) : void
pair Pair
리턴 void