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: 26.4.0.0 (26.4.0.0)
Sintassi public static DedTypeProgList GetByFamAndUser(
DedNetApplication app,
DedTypeBase type,
string username
)
Public Shared Function GetByFamAndUser (
app As DedNetApplication,
type As DedTypeBase,
username As String
) As DedTypeProgList
public:
static DedTypeProgList^ GetByFamAndUser(
DedNetApplication^ app,
DedTypeBase^ type,
String^ username
)
static member GetByFamAndUser :
app : DedNetApplication *
type : DedTypeBase *
username : string -> DedTypeProgList
Parametri
- app DedNetApplication
- Applicazione di appartenenza.
- type DedTypeBase
-
- username String
- Utente di interesse.
Valore di ritorno
DedTypeProgListVedi anche