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