Proprietà GridInfoDataListAllSelectedDocs
|
Restituisce la lista dei documenti di partenza che risultano selezionati.
All'interno ci possono essere anche i DocStructInfo che il client mi ha passato di file non ancora registrati nel Database.
Restituisce sempre una lista inizializzata.
Namespace:
DedNet.Commands
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public DocStructInfoList AllSelectedDocs { get; }
Public ReadOnly Property AllSelectedDocs As DocStructInfoList
Get
public:
property DocStructInfoList^ AllSelectedDocs {
DocStructInfoList^ get ();
}
member AllSelectedDocs : DocStructInfoList with get
Valore della proprietà
Tipo:
DocStructInfoListVedi anche