Metodo AttributesUtilityBindAttListToRepo
|
Collega la lista Att al relativo repository.
Namespace: DedNet.LibAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public void BindAttListToRepo(
bool creatingAnagr,
RowAttribute rowAttr,
CustomRowCellEditEventArgs e
)
Public Sub BindAttListToRepo (
creatingAnagr As Boolean,
rowAttr As RowAttribute,
e As CustomRowCellEditEventArgs
)
public:
void BindAttListToRepo(
bool creatingAnagr,
RowAttribute^ rowAttr,
CustomRowCellEditEventArgs^ e
)
member BindAttListToRepo :
creatingAnagr : bool *
rowAttr : RowAttribute *
e : CustomRowCellEditEventArgs -> unit
Parametri
- creatingAnagr Boolean
- Indica se sono in fase di creazione anagrafica.
- rowAttr RowAttribute
- Oggetto RowAttribute correntemente processato.
- e CustomRowCellEditEventArgs
- EventArgs correntemente processato.
Vedi anche