C# Class Machete.Domain.WorkOrder

Inheritance: Record
Show file Open project: SavageLearning/Machete Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

WorkOrder() public method

public WorkOrder ( ) : System
return System

getPseudoWOID() public method

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

getTabLabel() public method

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

getTabRef() public method

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