Metodo UsrUserCanOnAttr(DedStandardPerm, String, DedTypeBase)
|
Verifica se l'utente ha il permesso specifico richiesto.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public bool CanOnAttr(
DedStandardPerm perm,
string attrName,
DedTypeBase tp
)
Public Function CanOnAttr (
perm As DedStandardPerm,
attrName As String,
tp As DedTypeBase
) As Boolean
public:
bool CanOnAttr(
DedStandardPerm perm,
String^ attrName,
DedTypeBase^ tp
)
member CanOnAttr :
perm : DedStandardPerm *
attrName : string *
tp : DedTypeBase -> bool
Parametri
- perm DedStandardPerm
- Permesso da verificare.
- attrName String
- Guid della commessa da verificare.
- tp DedTypeBase
-
Valore di ritorno
BooleanRestituisce true se l'utente ha il permesso specifico richiesto altrimenti false.
Vedi anche