ProcessOrderIterator..::..ByProcessOrder Method

Namespace:  JiwaFinancials.Jiwa.JiwaSales.BatchProcessing
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


public static IEnumerable<ProcessCandidate> ByProcessOrder(
	ProcessCandidateCollection MyProcessCandidateCollection
)
Public Shared Function ByProcessOrder ( _
	MyProcessCandidateCollection As ProcessCandidateCollection _
) As IEnumerable(Of ProcessCandidate)
public:
static IEnumerable<ProcessCandidate^>^ ByProcessOrder(
	ProcessCandidateCollection^ MyProcessCandidateCollection
)