Metodo AttributesUtilityAttrIsValid
|
Ritorna True se l'attributo è compilato correttamene e non contiene errori, False altrimenti.
Namespace:
DedNet.Lib
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi public 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
- Tipo: DedNet.CoreDedAttr
- dedData
- Tipo: DedNet.CoreIDedEditable
- validateAttr
- Tipo: SystemBoolean
- creatingAnagr
- Tipo: SystemBoolean
- revisionAnagr
- Tipo: SystemBoolean
- checkRowHandle
- Tipo: SystemBoolean
- e
- Tipo: RowCellCustomDrawEventArgs
Valore di ritorno
Tipo:
BooleanVedi anche