C# 클래스 TeamMentor.UserData.Users_Creation

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

공개 메소드들

메소드 설명
create ( this newUser ) : int
createDefaultAdminUser ( this userData ) : int
createSigupResponse ( this newUser ) : Signup_Result
createTmUser ( this userData, NewUser newUser ) : int
createTmUserResponse ( this userData, NewUser newUser ) : Signup_Result
createTmUsers ( this userData, string batchUserData ) : List
createUser ( this userName ) : TMUser
newUser ( this userName ) : int
newUser ( this userData, string username ) : int
newUser ( this userData, string username, string password ) : int
newUser ( this userData, string username, string password, string email ) : int
newUser ( this userData, string username, string password, string email, int groupId ) : int
newUser ( this userData, string username, string password, string email, string firstname, string lastname, string note, string title, string company, string country, string state, List userTags, int groupId ) : int
valid_Email_Address ( this tmUser ) : bool
with_Random_Data ( this newUser ) : NewUser

비공개 메소드들

메소드 설명
GetErrorMessage ( string field, string message ) : Signup_Result
UserTags_Validation ( TMConfig config, UserTag tag ) : Signup_Result
ValidateUserName ( TMConfig config ) : Signup_Result
ValidationFailed ( TMConfig config, NewUser newUser ) : Signup_Result
createTmUsers ( this userData, List newUsers ) : List

메소드 상세

create() 공개 정적인 메소드

public static create ( this newUser ) : int
newUser this
리턴 int

createDefaultAdminUser() 공개 정적인 메소드

public static createDefaultAdminUser ( this userData ) : int
userData this
리턴 int

createSigupResponse() 공개 정적인 메소드

public static createSigupResponse ( this newUser ) : Signup_Result
newUser this
리턴 TeamMentor.CoreLib.Signup_Result

createTmUser() 공개 정적인 메소드

public static createTmUser ( this userData, NewUser newUser ) : int
userData this
newUser TeamMentor.CoreLib.NewUser
리턴 int

createTmUserResponse() 공개 정적인 메소드

public static createTmUserResponse ( this userData, NewUser newUser ) : Signup_Result
userData this
newUser TeamMentor.CoreLib.NewUser
리턴 TeamMentor.CoreLib.Signup_Result

createTmUsers() 공개 정적인 메소드

public static createTmUsers ( this userData, string batchUserData ) : List
userData this
batchUserData string
리턴 List

createUser() 공개 정적인 메소드

public static createUser ( this userName ) : TMUser
userName this
리턴 TeamMentor.CoreLib.TMUser

newUser() 공개 정적인 메소드

public static newUser ( this userName ) : int
userName this
리턴 int

newUser() 공개 정적인 메소드

public static newUser ( this userData, string username ) : int
userData this
username string
리턴 int

newUser() 공개 정적인 메소드

public static newUser ( this userData, string username, string password ) : int
userData this
username string
password string
리턴 int

newUser() 공개 정적인 메소드

public static newUser ( this userData, string username, string password, string email ) : int
userData this
username string
password string
email string
리턴 int

newUser() 공개 정적인 메소드

public static newUser ( this userData, string username, string password, string email, int groupId ) : int
userData this
username string
password string
email string
groupId int
리턴 int

newUser() 공개 정적인 메소드

public static newUser ( this userData, string username, string password, string email, string firstname, string lastname, string note, string title, string company, string country, string state, List userTags, int groupId ) : int
userData this
username string
password string
email string
firstname string
lastname string
note string
title string
company string
country string
state string
userTags List
groupId int
리턴 int

valid_Email_Address() 공개 정적인 메소드

public static valid_Email_Address ( this tmUser ) : bool
tmUser this
리턴 bool

with_Random_Data() 공개 정적인 메소드

public static with_Random_Data ( this newUser ) : NewUser
newUser this
리턴 TeamMentor.CoreLib.NewUser