Metodo DedStateFlowTransactionsGetAllowedStates
|
Restiutuisce la lista di tutti gli stati possibili a partire da quello passato.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public DedStateList GetAllowedStates(
DedState stateFrom,
bool includeReserved = true
)
Public Function GetAllowedStates (
stateFrom As DedState,
Optional includeReserved As Boolean = true
) As DedStateList
public:
DedStateList^ GetAllowedStates(
DedState^ stateFrom,
bool includeReserved = true
)
member GetAllowedStates :
stateFrom : DedState *
?includeReserved : bool
(* Defaults:
let _includeReserved = defaultArg includeReserved true
*)
-> DedStateList
Parametri
- stateFrom
- Tipo: DedNet.CoreDedState
Stato di partenza. - includeReserved (Optional)
- Tipo: SystemBoolean
Valore di ritorno
Tipo:
DedStateListVedi anche