Metodo UtilGetDedIdDedRevFromModelState
|
Legge ID e REV dallo stato modello passato
Namespace: DedNetInvAssembly: DedNetInv (in DedNetInv.dll) Versione: 28.0.0
Sintassipublic static void GetDedIdDedRevFromModelState(
ModelState ms,
out string dedid,
out string dedrev
)
Public Shared Sub GetDedIdDedRevFromModelState (
ms As ModelState,
<OutAttribute> ByRef dedid As String,
<OutAttribute> ByRef dedrev As String
)
public:
static void GetDedIdDedRevFromModelState(
ModelState^ ms,
[OutAttribute] String^% dedid,
[OutAttribute] String^% dedrev
)
static member GetDedIdDedRevFromModelState :
ms : ModelState *
dedid : string byref *
dedrev : string byref -> unit
Parametri
- ms ModelState
- Satto modello
- dedid String
- valore id di ritorno
- dedrev String
- valore rev di ritorno
Vedi anche