C# Class Machete.Domain.WorkOrder

Inheritance: Record
Afficher le fichier Open project: SavageLearning/Machete Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public WorkOrder ( ) : System
Résultat System

getPseudoWOID() public méthode

returns paperOrderNum if it exists, else internal WOID
public getPseudoWOID ( ) : string
Résultat string

getTabLabel() public méthode

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

getTabRef() public méthode

Retrieve API string to edit specific WO
public getTabRef ( ) : string
Résultat string