C# 클래스 Prizm.Main.Forms.PipeMill.Heat.HeatViewModel

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

공개 메소드들

메소드 설명
Dispose ( ) : void
NewHeat ( string number ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

NewHeat() 공개 메소드

public NewHeat ( string number ) : void
number string
리턴 void