Metodo AssertAssertIsAllowedStateTransaction
             | 
          
        
        
            Controlla se il passaggio di stato è ammesso per l'utente
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic 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