C# 클래스 Machete.Domain.WorkOrder

상속: Record
파일 보기 프로젝트 열기: SavageLearning/Machete 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
WorkOrder ( ) : System
getPseudoWOID ( ) : string

returns paperOrderNum if it exists, else internal WOID

getTabLabel ( ) : string

Retrieve WO tab label (WO ID# + work site address)

getTabRef ( ) : string

Retrieve API string to edit specific WO

메소드 상세

WorkOrder() 공개 메소드

public WorkOrder ( ) : System
리턴 System

getPseudoWOID() 공개 메소드

returns paperOrderNum if it exists, else internal WOID
public getPseudoWOID ( ) : string
리턴 string

getTabLabel() 공개 메소드

Retrieve WO tab label (WO ID# + work site address)
public getTabLabel ( ) : string
리턴 string

getTabRef() 공개 메소드

Retrieve API string to edit specific WO
public getTabRef ( ) : string
리턴 string