Libreria DedNetAcad
Delegate MultipleStateOperationOperationDelagateHandler |
Namespace: DedNetAcad.Forms
Assembly: DedNetAcad (in DedNetAcad.dll) Versione: 21.3.0.0 (21.3.0.0)

public delegate DedCmdResult OperationDelagateHandler( DedState targetState, string changeNote, MultipleStateOperationPartInfoDoc docInfo, bool multiplo, out string message, out List<Exception> pubExtList )
Public Delegate Function OperationDelagateHandler ( targetState As DedState, changeNote As String, docInfo As MultipleStateOperationPartInfoDoc, 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, MultipleStateOperationPartInfoDoc^ docInfo, bool multiplo, [OutAttribute] String^% message, [OutAttribute] List<Exception^>^% pubExtList )
type OperationDelagateHandler = delegate of targetState : DedState * changeNote : string * docInfo : MultipleStateOperationPartInfoDoc * multiplo : bool * message : string byref * pubExtList : List<Exception> byref -> DedCmdResult
Parametri
- targetState
- Tipo: DedNet.CoreDedState
- changeNote
- Tipo: SystemString
- docInfo
- Tipo: DedNetAcad.FormsMultipleStateOperationPartInfoDoc
- multiplo
- Tipo: SystemBoolean
- message
- Tipo: SystemString
- pubExtList
- Tipo: System.Collections.GenericListException
Valore di ritorno
Tipo: DedCmdResult