Metodo UtilityAttributesDataCanBeEdited
|
Genera una eccezione se gli attributi di anagrafica non possono essere editati a causa dei documenti in CheckIn.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.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 DedData
- Anagrafica da controllare.
- exList ListException
- Lista delle eccezioni a cui aggiungere il messaggio da visualizzare a schermo.
Vedi anche