Metodo AssertAssertUserCanDeAttachAnagrComm (Boolean)
|
Controlla che l'utente abbia il permesso di scollegare anagrafiche alle commesse.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi public void AssertUserCanDeAttachAnagrComm(
bool checkOnlyGeneralPerm = false
)
Public Sub AssertUserCanDeAttachAnagrComm (
Optional checkOnlyGeneralPerm As Boolean = false
)
public:
void AssertUserCanDeAttachAnagrComm(
bool checkOnlyGeneralPerm = false
)
member AssertUserCanDeAttachAnagrComm :
?checkOnlyGeneralPerm : bool
(* Defaults:
let _checkOnlyGeneralPerm = defaultArg checkOnlyGeneralPerm false
*)
-> unit
Parametri
- checkOnlyGeneralPerm (Optional)
- Tipo: SystemBoolean
Vedi anche