Metodo AttributesUtilityBindAttListToRepo
|
Collega la lista Att al relativo repository.
Namespace:
DedNet.Lib
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi public void BindAttListToRepo(
bool creatingAnagr,
int charNumbers,
RowAttribute rowAttr,
CustomRowCellEditEventArgs e
)
Public Sub BindAttListToRepo (
creatingAnagr As Boolean,
charNumbers As Integer,
rowAttr As RowAttribute,
e As CustomRowCellEditEventArgs
)
public:
void BindAttListToRepo(
bool creatingAnagr,
int charNumbers,
RowAttribute^ rowAttr,
CustomRowCellEditEventArgs^ e
)
member BindAttListToRepo :
creatingAnagr : bool *
charNumbers : int *
rowAttr : RowAttribute *
e : CustomRowCellEditEventArgs -> unit
Parametri
- creatingAnagr
- Tipo: SystemBoolean
Indica se sono in fase di creazione anagrafica. - charNumbers
- Tipo: SystemInt32
Numero di caratteri massimo oltre il quale utilizzare un editor multilinea. - rowAttr
- Tipo: DedNet.LibRowAttribute
Oggetto RowAttribute correntemente processato. - e
- Tipo: CustomRowCellEditEventArgs
EventArgs correntemente processato.
Vedi anche