C# Class avt.DynamicFlashRotator.Net.Services.Authentication.AllowInvokeType

Inheritance: IAdminAuthentication
Afficher le fichier Open project: dnnsharp/DynamicRotator

Méthodes publiques

Méthode Description
AllowInvokeType ( ) : System
AllowInvokeType ( string invokeType, string controlId ) : System
CreateInstance ( string strDataType ) : IAuthenticationProxy
HasAccess ( ) : bool
Init ( string authToken, string controlId ) : void

Method Details

AllowInvokeType() public méthode

public AllowInvokeType ( ) : System
Résultat System

AllowInvokeType() public méthode

public AllowInvokeType ( string invokeType, string controlId ) : System
invokeType string
controlId string
Résultat System

CreateInstance() public méthode

public CreateInstance ( string strDataType ) : IAuthenticationProxy
strDataType string
Résultat IAuthenticationProxy

HasAccess() public méthode

public HasAccess ( ) : bool
Résultat bool

Init() public méthode

public Init ( string authToken, string controlId ) : void
authToken string
controlId string
Résultat void