C# 클래스 Prizm.Main.Forms.Reports.Construction.ConstructionReportViewModel

상속: ViewModelBase, IDisposable
파일 보기 프로젝트 열기: AleksMorozova/prizm 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
canCreateReport bool
endPK int
localizedPartType List
previewSource object
selectedTypes BindingList
startPK int

공개 메소드들

메소드 설명
Dispose ( ) : void
LoadData ( ) : void

비공개 메소드들

메소드 설명
ConstructionReportViewModel ( IMillReportsRepository repo, IJointRepository repoJoint, IUserNotify notify ) : Prizm.Data.DAL

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

LoadData() 공개 메소드

public LoadData ( ) : void
리턴 void

프로퍼티 상세

canCreateReport 공개적으로 프로퍼티

public bool canCreateReport
리턴 bool

endPK 공개적으로 프로퍼티

public int endPK
리턴 int

localizedPartType 공개적으로 프로퍼티

public List localizedPartType
리턴 List

previewSource 공개적으로 프로퍼티

public object previewSource
리턴 object

selectedTypes 공개적으로 프로퍼티

public BindingList selectedTypes
리턴 BindingList

startPK 공개적으로 프로퍼티

public int startPK
리턴 int