Delegate MultipleStateOperationOperationDelagateHandler
|
Namespace:
DedNetInv.Forms
Assembly:
DedNetInv (in DedNetInv.dll) Versione: 24.6.0.0 (24.6.0.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
- Tipo: DedState
- changeNote
- Tipo: SystemString
- mltMainInvDsInfo
- Tipo: DedNetInvInvDocStructInfo
- invDsInfo
- Tipo: DedNetInvInvDocStructInfo
- isChildOperation
- Tipo: SystemBoolean
- multiplo
- Tipo: SystemBoolean
- message
- Tipo: SystemString
- pubExtList
- Tipo: System.Collections.GenericListException
Valore di ritorno
Tipo:
DedCmdResultVedi anche