Metodo AssertAssertIsAllowedStateTransaction
|
Controlla se il passaggio di stato è ammesso per l'utente
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.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
- Tipo: DedNet.CoreDedState
Stato di partenza - stateto
- Tipo: DedNet.CoreDedState
Stato di arrivo - ignoreCheckReserved
- Tipo: SystemBoolean
Se vero indica di ignorare di controllare se la transazione è riservata
Vedi anche