Metodo UtilityCheckValueIsConsistentForDB 
             | 
          
        
         
            Controlla se il valore dell'attributo è consistente con le sue proprietà.
            REstituisce il messaggio di errore nel parametro stringa passato di ritorno.
            
 
    Namespace: 
   DedNet.Core
    Assembly:
   DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassipublic static bool CheckValueIsConsistentForDB(
	DedAttr dedAttr,
	Object value,
	out string msg
)
Public Shared Function CheckValueIsConsistentForDB ( 
	dedAttr As DedAttr,
	value As Object,
	<OutAttribute> ByRef msg As String
) As Boolean
public:
static bool CheckValueIsConsistentForDB(
	DedAttr^ dedAttr, 
	Object^ value, 
	[OutAttribute] String^% msg
)
static member CheckValueIsConsistentForDB : 
        dedAttr : DedAttr * 
        value : Object * 
        msg : string byref -> bool 
Parametri
- dedAttr
 - Tipo: DedNet.CoreDedAttr
Attributo in oggetto. - value
 - Tipo: SystemObject
Valore da impostare nell'attributo - msg
 - Tipo: SystemString
Messaggio di errore. 
Valore di ritorno
Tipo: 
Boolean
Vedi anche