Metodo UtilityAddDocAnagrComm
             | 
          
        
        
            Aggiunge le anagrafiche collegate alla commessa. Se deve aggiunge in modo ricorsivo le anagrafiche collegate alle commesse figlie.
            Per le anagrafiche delle commesse figlie controllo se devono essere aggiunte anche le commesse figlie
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic static DedCommandDocAnagrInfoList AddDocAnagrComm(
	DedComm comm,
	DedFormChoseFile frm,
	ref Dictionary<DedData, bool> dizCacheDedData
)
Public Shared Function AddDocAnagrComm ( 
	comm As DedComm,
	frm As DedFormChoseFile,
	ByRef dizCacheDedData As Dictionary(Of DedData, Boolean)
) As DedCommandDocAnagrInfoList
public:
static DedCommandDocAnagrInfoList^ AddDocAnagrComm(
	DedComm^ comm, 
	DedFormChoseFile^ frm, 
	Dictionary<DedData^, bool>^% dizCacheDedData
)
static member AddDocAnagrComm : 
        comm : DedComm * 
        frm : DedFormChoseFile * 
        dizCacheDedData : Dictionary<DedData, bool> byref -> DedCommandDocAnagrInfoList Parametri
- comm  DedComm
 - Commessa
 - frm  DedFormChoseFile
 - Form contenente tutte le informazioni per cosa importare delle anagrafiche
 - dizCacheDedData  DictionaryDedData, Boolean
 - Usato per evitare di inserire due volte la stessa anagrafica
 
Valore di ritorno
DedCommandDocAnagrInfoListRitorna un oggetto DedCommandDocAnagrInfoList
Vedi anche