DedNetConnectorCommands.SaveBom Method

DedNetConnector

DedNetConnectorCommandsSaveBom Method

Salva la distinta relativa all'anagrafica specificata in ingresso.

Namespace:  DedNetConnector
Assembly:  DedNetConnector (in DedNetConnector.dll) Version: 23.0.0.0 (23.0.0.0)
Syntax
public bool SaveBom(
	DedDataLight data,
	DedCustomItemBom[] subItem,
	bool showException = false
)
Public Function SaveBom ( 
	data As DedDataLight,
	subItem As DedCustomItemBom(),
	Optional showException As Boolean = false
) As Boolean
public:
bool SaveBom(
	DedDataLight^ data, 
	array<DedCustomItemBom^>^ subItem, 
	bool showException = false
)
member SaveBom : 
        data : DedDataLight * 
        subItem : DedCustomItemBom[] * 
        ?showException : bool 
(* Defaults:
        let _showException = defaultArg showException false
*)
-> bool 

Parameters

data
Type: DedNetConnectorDedDataLight
Anagrafica di partenza da cui salvare la distinta.
subItem
Type: DedNetConnectorDedCustomItemBom
Sotto elementi da inserire nella distinta.
showException (Optional)
Type: SystemBoolean
Indica se visualizzare eventuali eccezioni all'interno di un apposito dialogo; Default: False.

Return Value

Type: Boolean
Tipo: 'System.Boolean'; Ritorna 'True' se l'operazione è andata a buon fine, 'False' altrimenti.
See Also