C# 클래스 SecurityInnovation.TeamMentor.WebClient.WebServices.TMUser_ExtensionMethods

파일 보기 프로젝트 열기: TeamMentor-OWASP/Master

공개 메소드들

메소드 설명
delete ( this tmUsers, int id ) : bool
updateUser ( this tmUsers, int userId, string userName, string firstname, string lastname, string title, string company, string email, int groupId ) : bool
user ( this tmUsers, int id ) : TMUser
user ( this tmUsers, string name ) : TMUser

메소드 상세

delete() 공개 정적인 메소드

public static delete ( this tmUsers, int id ) : bool
tmUsers this
id int
리턴 bool

updateUser() 공개 정적인 메소드

public static updateUser ( this tmUsers, int userId, string userName, string firstname, string lastname, string title, string company, string email, int groupId ) : bool
tmUsers this
userId int
userName string
firstname string
lastname string
title string
company string
email string
groupId int
리턴 bool

user() 공개 정적인 메소드

public static user ( this tmUsers, int id ) : TMUser
tmUsers this
id int
리턴 TMUser

user() 공개 정적인 메소드

public static user ( this tmUsers, string name ) : TMUser
tmUsers this
name string
리턴 TMUser