C# 클래스 BoxInformation.Presenter.RecordPresenter

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

공개 메소드들

메소드 설명
AddRecord ( ) : void
DeleteAgreement ( ) : void
DeleteManifest ( ) : void
DeleteRecord ( ) : void
GetRecordById ( string RecordID ) : void
RecordPresenter ( IBoxEntry box ) : System
RecordPresenter ( IRecordView view ) : System
UpdateRecord ( ) : void

메소드 상세

AddRecord() 공개 메소드

public AddRecord ( ) : void
리턴 void

DeleteAgreement() 공개 메소드

public DeleteAgreement ( ) : void
리턴 void

DeleteManifest() 공개 메소드

public DeleteManifest ( ) : void
리턴 void

DeleteRecord() 공개 메소드

public DeleteRecord ( ) : void
리턴 void

GetRecordById() 공개 메소드

public GetRecordById ( string RecordID ) : void
RecordID string
리턴 void

RecordPresenter() 공개 메소드

public RecordPresenter ( IBoxEntry box ) : System
box IBoxEntry
리턴 System

RecordPresenter() 공개 메소드

public RecordPresenter ( IRecordView view ) : System
view IRecordView
리턴 System

UpdateRecord() 공개 메소드

public UpdateRecord ( ) : void
리턴 void