Costruttore DedNetInvAppImportPackAndGoPresetCodingOperationEventArgs
|
Costruttore
Namespace:
DedNetInv
Assembly:
DedNetInv (in DedNetInv.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public ImportPackAndGoPresetCodingOperationEventArgs(
string fullfilename,
Dictionary<string, Object> dizAttr
)
Public Sub New (
fullfilename As String,
dizAttr As Dictionary(Of String, Object)
)
public:
ImportPackAndGoPresetCodingOperationEventArgs(
String^ fullfilename,
Dictionary<String^, Object^>^ dizAttr
)
new :
fullfilename : string *
dizAttr : Dictionary<string, Object> -> ImportPackAndGoPresetCodingOperationEventArgs
Parametri
- fullfilename
- Tipo: SystemString
Filename del documento in importazione. - dizAttr
- Tipo: System.Collections.GenericDictionaryString, Object
Dizionario contenete attributi documento.
Vedi anche