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

Inheritance: IAdminAuthentication
显示文件 Open project: dnnsharp/DynamicRotator

Public Methods

Method 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 method

public AllowInvokeType ( ) : System
return System

AllowInvokeType() public method

public AllowInvokeType ( string invokeType, string controlId ) : System
invokeType string
controlId string
return System

CreateInstance() public method

public CreateInstance ( string strDataType ) : IAuthenticationProxy
strDataType string
return IAuthenticationProxy

HasAccess() public method

public HasAccess ( ) : bool
return bool

Init() public method

public Init ( string authToken, string controlId ) : void
authToken string
controlId string
return void