C# 클래스 WorldSurveyKit.App_Start.Auth.FB

상속: System.Web.Http.AuthorizeAttribute
파일 보기 프로젝트 열기: ntheile/World-Survey-Kit

공개 메소드들

메소드 설명
FB ( ) : System
GetFBToken ( ) : string
GetFbId ( ) : string
GetUserId ( ) : int
HasFileAccess ( int fileId ) : bool
HasFileInstanceAccess ( NewFileInstance newfileinstance ) : bool
HasFileInstanceAccess ( int fileInstId ) : bool
HasQuestionAccess ( int questionId ) : bool
HasResponseAccess ( int responseId ) : bool
IsOrgAdmin ( ) : bool
IsOrgAdmin ( int org ) : bool
IsOrgAdmin ( string org ) : bool
IsOrgUser ( int org ) : bool
IsSystemAdmin ( ) : bool
OnAuthorization ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void

메소드 상세

FB() 공개 메소드

public FB ( ) : System
리턴 System

GetFBToken() 공개 정적인 메소드

public static GetFBToken ( ) : string
리턴 string

GetFbId() 공개 정적인 메소드

public static GetFbId ( ) : string
리턴 string

GetUserId() 공개 정적인 메소드

public static GetUserId ( ) : int
리턴 int

HasFileAccess() 공개 정적인 메소드

public static HasFileAccess ( int fileId ) : bool
fileId int
리턴 bool

HasFileInstanceAccess() 공개 정적인 메소드

public static HasFileInstanceAccess ( NewFileInstance newfileinstance ) : bool
newfileinstance WorldSurveyKit.Models.NewFileInstance
리턴 bool

HasFileInstanceAccess() 공개 정적인 메소드

public static HasFileInstanceAccess ( int fileInstId ) : bool
fileInstId int
리턴 bool

HasQuestionAccess() 공개 정적인 메소드

public static HasQuestionAccess ( int questionId ) : bool
questionId int
리턴 bool

HasResponseAccess() 공개 정적인 메소드

public static HasResponseAccess ( int responseId ) : bool
responseId int
리턴 bool

IsOrgAdmin() 공개 정적인 메소드

public static IsOrgAdmin ( ) : bool
리턴 bool

IsOrgAdmin() 공개 정적인 메소드

public static IsOrgAdmin ( int org ) : bool
org int
리턴 bool

IsOrgAdmin() 공개 정적인 메소드

public static IsOrgAdmin ( string org ) : bool
org string
리턴 bool

IsOrgUser() 공개 정적인 메소드

public static IsOrgUser ( int org ) : bool
org int
리턴 bool

IsSystemAdmin() 공개 정적인 메소드

public static IsSystemAdmin ( ) : bool
리턴 bool

OnAuthorization() 공개 메소드

public OnAuthorization ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void
actionContext System.Web.Http.Controllers.HttpActionContext
리턴 void