Click or drag to resize

Metodo DedTypeBaseFindBusyProgrRecursive

Metodo per cercare i progressivi attualmente in uso

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

Parametri

tipo  DedTypeBase
 
checkChildren  Boolean
 
progrBusy  DictionaryString, String
 
username  String  (Optional)
 
dt  DataTable  (Optional)
 
Vedi anche