CostEntry..::..ValidateJobCode Method

Namespace:  JiwaFinancials.Jiwa.JiwaJobCosting.CostEntry
Assembly:  JiwaJobCosting (in JiwaJobCosting.dll)

Syntax


public void ValidateJobCode(
	string JobCode,
	ref string JobDesc,
	ref string CostDesc,
	ref string StageDesc,
	ref string JobID,
	ref string CostID,
	ref string StageID,
	ref string ClassificationID,
	ref string JobNo,
	ref string CostCentreNo,
	ref string StageNo
)
Public Sub ValidateJobCode ( _
	JobCode As String, _
	ByRef JobDesc As String, _
	ByRef CostDesc As String, _
	ByRef StageDesc As String, _
	ByRef JobID As String, _
	ByRef CostID As String, _
	ByRef StageID As String, _
	ByRef ClassificationID As String, _
	ByRef JobNo As String, _
	ByRef CostCentreNo As String, _
	ByRef StageNo As String _
)
public:
void ValidateJobCode(
	String^ JobCode, 
	String^% JobDesc, 
	String^% CostDesc, 
	String^% StageDesc, 
	String^% JobID, 
	String^% CostID, 
	String^% StageID, 
	String^% ClassificationID, 
	String^% JobNo, 
	String^% CostCentreNo, 
	String^% StageNo
)

Parameters

JobCode
Type: String
JobDesc
Type: String%
CostDesc
Type: String%
StageDesc
Type: String%
JobID
Type: String%
CostID
Type: String%
StageID
Type: String%
ClassificationID
Type: String%
JobNo
Type: String%
CostCentreNo
Type: String%
StageNo
Type: String%