C# Class Prizm.Main.Forms.PipeMill.Heat.HeatViewModel

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

Public Methods

Method Description
Dispose ( ) : void
NewHeat ( string number ) : void

Private Methods

Method Description
GetHeatById ( System.Guid id ) : void
GetHeatByNumber ( string number ) : Heat
HeatViewModel ( IHeatRepositories heatRepository, string heatNumber, IUserNotify notify ) : Prizm.Data.DAL.Mill
HeatsList ( ) : void
SetHeat ( System.Guid guid ) : void
SetupHeats ( ) : void
SetupManufacturers ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

NewHeat() public method

public NewHeat ( string number ) : void
number string
return void