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.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public 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 DedAttr
- Attributo in oggetto.
- value Object
- Valore da impostare nell'attributo
- msg String
- Messaggio di errore.
Valore di ritorno
BooleanVedi anche