Metodo AttributesUtilityValidateAttr
|
Valida le modifiche e segnala eventuali errori.
Namespace:
DedNet.Lib
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public 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
- Tipo: DedNet.CoreDedAttr
- dedData
- Tipo: DedNet.CoreIDedEditable
- validateAttr
- Tipo: SystemBoolean
- creatingAnagr
- Tipo: SystemBoolean
- revisionAnagr
- Tipo: SystemBoolean
- e
- Tipo: BaseContainerValidateEditorEventArgs
- isValid
- Tipo: SystemBoolean
Vedi anche