Metodo AttributesUtilityAttrIsValid
             | 
          
        
        
            Ritorna True se l'attributo è compilato correttamene e non contiene errori, False altrimenti.
            
        
        Namespace: DedNet.LibAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic bool AttrIsValid(
	DedAttr attr,
	IDedEditable dedData,
	bool validateAttr,
	bool creatingAnagr,
	bool revisionAnagr,
	bool checkRowHandle,
	RowCellCustomDrawEventArgs e
)
Public Function AttrIsValid ( 
	attr As DedAttr,
	dedData As IDedEditable,
	validateAttr As Boolean,
	creatingAnagr As Boolean,
	revisionAnagr As Boolean,
	checkRowHandle As Boolean,
	e As RowCellCustomDrawEventArgs
) As Boolean
public:
bool AttrIsValid(
	DedAttr^ attr, 
	IDedEditable^ dedData, 
	bool validateAttr, 
	bool creatingAnagr, 
	bool revisionAnagr, 
	bool checkRowHandle, 
	RowCellCustomDrawEventArgs^ e
)
member AttrIsValid : 
        attr : DedAttr * 
        dedData : IDedEditable * 
        validateAttr : bool * 
        creatingAnagr : bool * 
        revisionAnagr : bool * 
        checkRowHandle : bool * 
        e : RowCellCustomDrawEventArgs -> bool Parametri
- attr  DedAttr
 -  
 - dedData  IDedEditable
 -  
 - validateAttr  Boolean
 -  
 - creatingAnagr  Boolean
 -  
 - revisionAnagr  Boolean
 -  
 - checkRowHandle  Boolean
 -  
 - e  RowCellCustomDrawEventArgs
 -  
 
Valore di ritorno
Boolean
Vedi anche