Metodo UtilModelState2DedDataPart(ModelState, DedDoc, UtilDataAttrTypeEnum)
|
Dato un model state ricava il deddatapart. Se il modelstate coincide con quello attivo utilizzerà
il documento diversamente utilizzerà i dati presenti all'interno della tabella.
Namespace: DedNetInvAssembly: DedNetInv (in DedNetInv.dll) Versione: 27.1.0
Sintassi public static DedDataPart ModelState2DedDataPart(
ModelState ms,
DedDoc dbDoc,
UtilDataAttrTypeEnum attrsType
)
Public Shared Function ModelState2DedDataPart (
ms As ModelState,
dbDoc As DedDoc,
attrsType As UtilDataAttrTypeEnum
) As DedDataPart
public:
static DedDataPart^ ModelState2DedDataPart(
ModelState^ ms,
DedDoc^ dbDoc,
UtilDataAttrTypeEnum attrsType
)
static member ModelState2DedDataPart :
ms : ModelState *
dbDoc : DedDoc *
attrsType : UtilDataAttrTypeEnum -> DedDataPart
Parametri
- ms ModelState
- Model state di riferimento
- dbDoc DedDoc
-
- attrsType UtilDataAttrTypeEnum
- Tipo di lista attributi che si desidera leggere dal documento.
Valore di ritorno
DedDataPartVedi anche