Metodo DedEcoManagerAddEcoHistory
|
Aggiunge un record in DED_ECO_HISTORY relativo all'operazione, all'utente che ha causato l'operazione e gli utenti notificati via mail.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public void AddEcoHistory(
DedEco eco,
string note,
List<DedUser> users
)
Public Sub AddEcoHistory (
eco As DedEco,
note As String,
users As List(Of DedUser)
)
public:
void AddEcoHistory(
DedEco^ eco,
String^ note,
List<DedUser^>^ users
)
member AddEcoHistory :
eco : DedEco *
note : string *
users : List<DedUser> -> unit
Parametri
- eco
- Tipo: DedNet.CoreDedEco
ECO soggetto all'operazione. - note
- Tipo: SystemString
Eventuali note da allegare. - users
- Tipo: System.Collections.GenericListDedUser
Utenti che sono stati notificati via mail.
Vedi anche