Metodo UtilityAttributesDataCanBeEdited
|
Genera una eccezione se gli attributi di anagrafica non possono essere editati a causa dei documenti in CheckIn.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi public static void AttributesDataCanBeEdited(
DedData data,
List<Exception> exList
)
Public Shared Sub AttributesDataCanBeEdited (
data As DedData,
exList As List(Of Exception)
)
public:
static void AttributesDataCanBeEdited(
DedData^ data,
List<Exception^>^ exList
)
static member AttributesDataCanBeEdited :
data : DedData *
exList : List<Exception> -> unit
Parametri
- data
- Tipo: DedNet.CoreDedData
Anagrafica da controllare. - exList
- Tipo: System.Collections.GenericListException
Lista delle eccezioni a cui aggiungere il messaggio da visualizzare a schermo.
Vedi anche