Delegate MultipleStateOperationOperationDelagateHandler
|
Namespace: DedNetInv.FormsAssembly: DedNetInv (in DedNetInv.dll) Versione: 27.1.0
Sintassi public delegate DedCmdResult OperationDelagateHandler(
DedState targetState,
string changeNote,
InvDocStructInfo mltMainInvDsInfo,
InvDocStructInfo invDsInfo,
bool isChildOperation,
bool multiplo,
out string message,
out List<Exception> pubExtList
)
Public Delegate Function OperationDelagateHandler (
targetState As DedState,
changeNote As String,
mltMainInvDsInfo As InvDocStructInfo,
invDsInfo As InvDocStructInfo,
isChildOperation As Boolean,
multiplo As Boolean,
<OutAttribute> ByRef message As String,
<OutAttribute> ByRef pubExtList As List(Of Exception)
) As DedCmdResult
public delegate DedCmdResult OperationDelagateHandler(
DedState^ targetState,
String^ changeNote,
InvDocStructInfo^ mltMainInvDsInfo,
InvDocStructInfo^ invDsInfo,
bool isChildOperation,
bool multiplo,
[OutAttribute] String^% message,
[OutAttribute] List<Exception^>^% pubExtList
)
type OperationDelagateHandler =
delegate of
targetState : DedState *
changeNote : string *
mltMainInvDsInfo : InvDocStructInfo *
invDsInfo : InvDocStructInfo *
isChildOperation : bool *
multiplo : bool *
message : string byref *
pubExtList : List<Exception> byref -> DedCmdResult
Parametri
- targetState DedState
-
- changeNote String
-
- mltMainInvDsInfo InvDocStructInfo
-
- invDsInfo InvDocStructInfo
-
- isChildOperation Boolean
-
- multiplo Boolean
-
- message String
-
- pubExtList ListException
-
Valore di ritorno
DedCmdResultVedi anche