C# 클래스 BoxInformation.Model.BoxEntry

파일 보기 프로젝트 열기: NathanGloyn/Is-your-code-SOLID 1 사용 예제들

공개 메소드들

메소드 설명
Add ( ) : void
BoxEntry ( IDataAccess dataAccess ) : System
BoxEntry ( IView view ) : System
Delete ( ) : void
DeleteAgreement ( ) : void
DeleteManifest ( ) : void
Get ( string boxId ) : void
PopulateView ( DataRow entry ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
ConvertKVPToString ( int>.List keyValueList ) : string
ConvertStringToKVP ( string strEntryString ) : int>>.List
CreateParameters ( bool forUpdate ) : IDbDataParameter[]

메소드 상세

Add() 공개 메소드

public Add ( ) : void
리턴 void

BoxEntry() 공개 메소드

public BoxEntry ( IDataAccess dataAccess ) : System
dataAccess IDataAccess
리턴 System

BoxEntry() 공개 메소드

public BoxEntry ( IView view ) : System
view IView
리턴 System

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

DeleteAgreement() 공개 메소드

public DeleteAgreement ( ) : void
리턴 void

DeleteManifest() 공개 메소드

public DeleteManifest ( ) : void
리턴 void

Get() 공개 메소드

public Get ( string boxId ) : void
boxId string
리턴 void

PopulateView() 공개 메소드

public PopulateView ( DataRow entry ) : void
entry System.Data.DataRow
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void