Metodo DistHeaderUpdateAttrs
|
Aggiorna gli attributi dell'header scrivendoli nel db. Se viene passato il flag discardChanges a True,
le modifiche vengono scartate e i valori degli attributi vengono riletti da db.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 28.0.0
Sintassipublic void UpdateAttrs(
bool discardChanges = false,
bool unlock = true
)
Public Sub UpdateAttrs (
Optional discardChanges As Boolean = false,
Optional unlock As Boolean = true
)
public:
void UpdateAttrs(
bool discardChanges = false,
bool unlock = true
)
member UpdateAttrs :
?discardChanges : bool *
?unlock : bool
(* Defaults:
let _discardChanges = defaultArg discardChanges false
let _unlock = defaultArg unlock true
*)
-> unit
Parametri
- discardChanges Boolean (Optional)
- Indica se scartare le modifiche appese.
- unlock Boolean (Optional)
- Indica se chiamare un unlock della distinta a salvataggio completato.
Vedi anche