Metodo AssertAssertIsAllowedStateTransaction
|
Controlla se il passaggio di stato è ammesso per l'utente
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public void AssertIsAllowedStateTransaction(
DedState statefrom,
DedState stateto,
bool ignoreCheckReserved
)
Public Sub AssertIsAllowedStateTransaction (
statefrom As DedState,
stateto As DedState,
ignoreCheckReserved As Boolean
)
public:
void AssertIsAllowedStateTransaction(
DedState^ statefrom,
DedState^ stateto,
bool ignoreCheckReserved
)
member AssertIsAllowedStateTransaction :
statefrom : DedState *
stateto : DedState *
ignoreCheckReserved : bool -> unit
Parametri
- statefrom DedState
- Stato di partenza
- stateto DedState
- Stato di arrivo
- ignoreCheckReserved Boolean
- Se vero indica di ignorare di controllare se la transazione è riservata
Vedi anche