Metodo FileZipStructCreateDedDataList
             | 
          
        
        
            Restituisce la lista delle anagrafiche presenti nella distinta. Esegue un controllo ricorsivo sui BomItemCollection
            
        
        Namespace: DedNet.CommandsAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassipublic List<DedData> CreateDedDataList(
	DistManager dm,
	BomItemCollection bic,
	DateTime? date
)
Public Function CreateDedDataList ( 
	dm As DistManager,
	bic As BomItemCollection,
	date As DateTime?
) As List(Of DedData)
public:
List<DedData^>^ CreateDedDataList(
	DistManager^ dm, 
	BomItemCollection^ bic, 
	Nullable<DateTime> date
)
member CreateDedDataList : 
        dm : DistManager * 
        bic : BomItemCollection * 
        date : Nullable<DateTime> -> List<DedData> Parametri
- dm  DistManager
 - DistManager
 - bic  BomItemCollection
 - BomItemCollection dove vengono prese le anagrafiche
 - date  NullableDateTime
 - DataTime del padre
 
Valore di ritorno
ListDedData
Vedi anche