Metodo DedNetApplicationGetAllComm
|
Restituisce la lista completa di tutte le commesse di primo livello.
Restituisce una lista sempre inizializzata.
Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public DedCommList GetAllComm(
DedDataList anagrList = null,
string freeTextSearch = null,
DedCommTypeList dedTypeList = null
)
Public Function GetAllComm (
Optional anagrList As DedDataList = Nothing,
Optional freeTextSearch As String = Nothing,
Optional dedTypeList As DedCommTypeList = Nothing
) As DedCommList
public:
DedCommList^ GetAllComm(
DedDataList^ anagrList = nullptr,
String^ freeTextSearch = nullptr,
DedCommTypeList^ dedTypeList = nullptr
)
member GetAllComm :
?anagrList : DedDataList *
?freeTextSearch : string *
?dedTypeList : DedCommTypeList
(* Defaults:
let _anagrList = defaultArg anagrList null
let _freeTextSearch = defaultArg freeTextSearch null
let _dedTypeList = defaultArg dedTypeList null
*)
-> DedCommList
Parametri
- anagrList DedDataList (Optional)
-
- freeTextSearch String (Optional)
-
- dedTypeList DedCommTypeList (Optional)
-
Valore di ritorno
DedCommListEccezioni Eccezione | Condizione |
---|
ArgumentNullException | Parametro mancante. |
QsException | Errore avvenuto durante l'istruzione di select. |
Vedi anche