Click or drag to resize

Metodo DedCommTypeFindBusyProgrRecursive

Scorre ricorsivamente tutte le commesse per conoscere tutti i progressivi utilizzati.

Namespace: DedNet.Core
Assembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi
public override void FindBusyProgrRecursive(
	DedTypeBase tipo,
	Dictionary<string, string> progrBusy,
	string username = "",
	DataTable dt = null
)

Parametri

tipo  DedTypeBase
Commessa da valutare.
progrBusy  DictionaryString, String
Lista che viene riempita con i progressivi attualmente usati.
username  String  (Optional)
 
dt  DataTable  (Optional)
 
Vedi anche