Metodo DedProgManagerGetByFamAndUser
|
Restituisce un oggetto rappresentante la situazione dei progressivi assegnati
ad un determinato utente su una specifica famiglia ( nella tabella DED_TIPI_PROG ).
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassipublic static DedTypeProgList GetByFamAndUser(
DedNetApplication app,
string dbpath,
string username
)
Public Shared Function GetByFamAndUser (
app As DedNetApplication,
dbpath As String,
username As String
) As DedTypeProgList
public:
static DedTypeProgList^ GetByFamAndUser(
DedNetApplication^ app,
String^ dbpath,
String^ username
)
static member GetByFamAndUser :
app : DedNetApplication *
dbpath : string *
username : string -> DedTypeProgList Parametri
- app DedNetApplication
- Applicazione di appartenenza.
- dbpath String
- Famiglia di interesse.
- username String
- Utente di interesse.
Valore di ritorno
DedTypeProgList
Vedi anche