Metodo UsrUserCanOnAttr(DedStandardPerm, String, DedTypeBase)
             | 
          
        
        
            Verifica se l'utente ha il permesso specifico richiesto.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic 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