Click or drag to resize

Metodo AttributesUtilityAttrIsValid

Ritorna True se l'attributo è compilato correttamene e non contiene errori, False altrimenti.

Namespace: DedNet.Lib
Assembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi
public bool AttrIsValid(
	DedAttr attr,
	IDedEditable dedData,
	bool validateAttr,
	bool creatingAnagr,
	bool revisionAnagr,
	bool checkRowHandle,
	RowCellCustomDrawEventArgs e
)

Parametri

attr  DedAttr
 
dedData  IDedEditable
 
validateAttr  Boolean
 
creatingAnagr  Boolean
 
revisionAnagr  Boolean
 
checkRowHandle  Boolean
 
e  RowCellCustomDrawEventArgs
 

Valore di ritorno

Boolean
Vedi anche