C# 클래스 TrakHound.API.Data.HourInfo

파일 보기 프로젝트 열기: TrakHound/TrakHound-Community 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CombineHours ( List hours ) : List
GetDateTime ( ) : System.DateTime
GetOeeInfo ( List hours ) : OeeInfo
GetTimersInfo ( List hours ) : TimersInfo

메소드 상세

CombineHours() 공개 정적인 메소드

public static CombineHours ( List hours ) : List
hours List
리턴 List

GetDateTime() 공개 메소드

public GetDateTime ( ) : System.DateTime
리턴 System.DateTime

GetOeeInfo() 공개 정적인 메소드

public static GetOeeInfo ( List hours ) : OeeInfo
hours List
리턴 OeeInfo

GetTimersInfo() 공개 정적인 메소드

public static GetTimersInfo ( List hours ) : TimersInfo
hours List
리턴 TimersInfo