C# 클래스 CatbertManager, PTF

파일 보기 프로젝트 열기: ucdavis/PTF 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HASH string
catops CatOps.CatbertWebService

공개 메소드들

메소드 설명
AddUserToRole ( CatOps user, CatOps role ) : bool
AddUserToRole ( string login, int roleID ) : bool
AddUserToUnit ( string login, int UnitID ) : bool
CatbertManager ( ) : System
GetRolesByUser ( string login ) : CatOps.Roles[]
InsertNewUser ( CatOps user ) : int
InsertNewUser ( string login ) : int
RemoveUserFromRole ( int roleID, string login ) : bool
RemoveUserFromUnit ( string login, int UnitID ) : bool
SearchCampusUser ( string loginID ) : CatOps.Users[]
SetSecurityContext ( ) : void
VerifyUser ( string login ) : bool

비공개 메소드들

메소드 설명
GetRoles ( ) : CatOps.Roles[]
GetUnits ( ) : CatOps.Units[]
GetUsersInApplication ( ) : CatOps.CatbertUsers[]
GetUsersInApplication ( string sortExp ) : CatOps.CatbertUsers[]
SearchNewUsersByLogin ( string login ) : CatOps.Users[]
SearchNewUsersByLogin ( string EmployeeID, string FirstName, string LastName, string LoginID ) : CatOps.Users[]

메소드 상세

AddUserToRole() 공개 정적인 메소드

public static AddUserToRole ( CatOps user, CatOps role ) : bool
user CatOps
role CatOps
리턴 bool

AddUserToRole() 공개 정적인 메소드

public static AddUserToRole ( string login, int roleID ) : bool
login string
roleID int
리턴 bool

AddUserToUnit() 공개 정적인 메소드

public static AddUserToUnit ( string login, int UnitID ) : bool
login string
UnitID int
리턴 bool

CatbertManager() 공개 메소드

public CatbertManager ( ) : System
리턴 System

GetRolesByUser() 공개 정적인 메소드

public static GetRolesByUser ( string login ) : CatOps.Roles[]
login string
리턴 CatOps.Roles[]

InsertNewUser() 공개 정적인 메소드

public static InsertNewUser ( CatOps user ) : int
user CatOps
리턴 int

InsertNewUser() 공개 정적인 메소드

public static InsertNewUser ( string login ) : int
login string
리턴 int

RemoveUserFromRole() 공개 정적인 메소드

public static RemoveUserFromRole ( int roleID, string login ) : bool
roleID int
login string
리턴 bool

RemoveUserFromUnit() 공개 정적인 메소드

public static RemoveUserFromUnit ( string login, int UnitID ) : bool
login string
UnitID int
리턴 bool

SearchCampusUser() 공개 정적인 메소드

public static SearchCampusUser ( string loginID ) : CatOps.Users[]
loginID string
리턴 CatOps.Users[]

SetSecurityContext() 공개 정적인 메소드

public static SetSecurityContext ( ) : void
리턴 void

VerifyUser() 공개 정적인 메소드

public static VerifyUser ( string login ) : bool
login string
리턴 bool

프로퍼티 상세

HASH 공개적으로 정적으로 프로퍼티

public static string HASH
리턴 string

catops 공개적으로 정적으로 프로퍼티

public static CatOps.CatbertWebService catops
리턴 CatOps.CatbertWebService