C# Class SecurityInnovation.TeamMentor.WebClient.WebServices.TMUser_ExtensionMethods

Show file Open project: TeamMentor-OWASP/Master

Public Methods

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

Method Details

delete() public static method

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

updateUser() public static method

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
return bool

user() public static method

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

user() public static method

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