C# 클래스 TrakHound_Dashboard.Pages.Dashboard.OeeHourTimeline.HourData

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: TrakHound/TrakHound-Community

공개 메소드들

메소드 설명
HourData ( int startHour, int endHour ) : System.ComponentModel
Reset ( ) : void

비공개 메소드들

메소드 설명
GetHourString ( int hour ) : string
NotifyChanged ( string propertyName ) : void

메소드 상세

HourData() 공개 메소드

public HourData ( int startHour, int endHour ) : System.ComponentModel
startHour int
endHour int
리턴 System.ComponentModel

Reset() 공개 메소드

public Reset ( ) : void
리턴 void