Metodo UtilityAskUserIfWantsToChangeDataState
|
Verifica se l'anagrafica passata in ingresso può essere impostata in uno stato di "Working" e, nel caso in cui sia possibile, chiede
all'utente se vuole procedere col farlo. Il metodo esegue internamente un RunSubCommand e nel caso in cui siano avvenute eccezzioni
queste vengono rilanciate al chiamante.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public static bool AskUserIfWantsToChangeDataState(
DedData data,
IWin32Window parentForm
)
Public Shared Function AskUserIfWantsToChangeDataState (
data As DedData,
parentForm As IWin32Window
) As Boolean
public:
static bool AskUserIfWantsToChangeDataState(
DedData^ data,
IWin32Window^ parentForm
)
static member AskUserIfWantsToChangeDataState :
data : DedData *
parentForm : IWin32Window -> bool
Parametri
- data
- Tipo: DedNet.CoreDedData
Anagrafica da esaminare. - parentForm
- Tipo: System.Windows.FormsIWin32Window
Dialogo padre da usare come riferimento per il metodo "VisMsg".
Valore di ritorno
Tipo:
BooleanRitorna False nel caso in cui l'utente abbia scelto di non cambiare lo stato, True in tutti gli altri casi.
Vedi anche