C# 클래스 avt.DynamicFlashRotator.Net.Services.Authentication.AllowInvokeType

상속: IAdminAuthentication
파일 보기 프로젝트 열기: dnnsharp/DynamicRotator

공개 메소드들

메소드 설명
AllowInvokeType ( ) : System
AllowInvokeType ( string invokeType, string controlId ) : System
CreateInstance ( string strDataType ) : IAuthenticationProxy
HasAccess ( ) : bool
Init ( string authToken, string controlId ) : void

메소드 상세

AllowInvokeType() 공개 메소드

public AllowInvokeType ( ) : System
리턴 System

AllowInvokeType() 공개 메소드

public AllowInvokeType ( string invokeType, string controlId ) : System
invokeType string
controlId string
리턴 System

CreateInstance() 공개 메소드

public CreateInstance ( string strDataType ) : IAuthenticationProxy
strDataType string
리턴 IAuthenticationProxy

HasAccess() 공개 메소드

public HasAccess ( ) : bool
리턴 bool

Init() 공개 메소드

public Init ( string authToken, string controlId ) : void
authToken string
controlId string
리턴 void