Metodo AttributesUtilityValidateAttr
             | 
          
        
        
            Valida le modifiche e segnala eventuali errori.
            
        
        Namespace: DedNet.LibAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic void ValidateAttr(
	DedAttr attr,
	IDedEditable dedData,
	bool validateAttr,
	bool creatingAnagr,
	bool revisionAnagr,
	BaseContainerValidateEditorEventArgs e,
	ref bool isValid
)
Public Sub ValidateAttr ( 
	attr As DedAttr,
	dedData As IDedEditable,
	validateAttr As Boolean,
	creatingAnagr As Boolean,
	revisionAnagr As Boolean,
	e As BaseContainerValidateEditorEventArgs,
	ByRef isValid As Boolean
)
public:
void ValidateAttr(
	DedAttr^ attr, 
	IDedEditable^ dedData, 
	bool validateAttr, 
	bool creatingAnagr, 
	bool revisionAnagr, 
	BaseContainerValidateEditorEventArgs^ e, 
	bool% isValid
)
member ValidateAttr : 
        attr : DedAttr * 
        dedData : IDedEditable * 
        validateAttr : bool * 
        creatingAnagr : bool * 
        revisionAnagr : bool * 
        e : BaseContainerValidateEditorEventArgs * 
        isValid : bool byref -> unit Parametri
- attr  DedAttr
 -  
 - dedData  IDedEditable
 -  
 - validateAttr  Boolean
 -  
 - creatingAnagr  Boolean
 -  
 - revisionAnagr  Boolean
 -  
 - e  BaseContainerValidateEditorEventArgs
 -  
 - isValid  Boolean
 -  
 
Vedi anche