C# Class Prizm.Main.Forms.Reports.Construction.ConstructionReportViewModel

Inheritance: ViewModelBase, IDisposable
Mostra file Open project: AleksMorozova/prizm Class Usage Examples

Public Properties

Property Type Description
canCreateReport bool
endPK int
localizedPartType List
previewSource object
selectedTypes BindingList
startPK int

Public Methods

Method Description
Dispose ( ) : void
LoadData ( ) : void

Private Methods

Method Description
ConstructionReportViewModel ( IMillReportsRepository repo, IJointRepository repoJoint, IUserNotify notify ) : Prizm.Data.DAL

Method Details

Dispose() public method

public Dispose ( ) : void
return void

LoadData() public method

public LoadData ( ) : void
return void

Property Details

canCreateReport public_oe property

public bool canCreateReport
return bool

endPK public_oe property

public int endPK
return int

localizedPartType public_oe property

public List localizedPartType
return List

previewSource public_oe property

public object previewSource
return object

selectedTypes public_oe property

public BindingList selectedTypes
return BindingList

startPK public_oe property

public int startPK
return int