C# 클래스 TeamMentor.FileStorage.TM_User_FileStorage

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

공개 메소드들

메소드 설명
saveTmUser ( this tmFileStorage, TMUser tmUser ) : bool
tmUser_Delete ( this tmFileStorage, TMUser tmUser ) : bool
user_XmlFile_Location ( this tmFileStorage, TMUser tmUser ) : string
user_XmlFile_Name ( this tmUser ) : string

비공개 메소드들

메소드 설명
hook_Events_TM_UserData ( this tmFileStorage ) : TM_FileStorage

메소드 상세

saveTmUser() 공개 정적인 메소드

public static saveTmUser ( this tmFileStorage, TMUser tmUser ) : bool
tmFileStorage this
tmUser TeamMentor.CoreLib.TMUser
리턴 bool

tmUser_Delete() 공개 정적인 메소드

public static tmUser_Delete ( this tmFileStorage, TMUser tmUser ) : bool
tmFileStorage this
tmUser TeamMentor.CoreLib.TMUser
리턴 bool

user_XmlFile_Location() 공개 정적인 메소드

public static user_XmlFile_Location ( this tmFileStorage, TMUser tmUser ) : string
tmFileStorage this
tmUser TeamMentor.CoreLib.TMUser
리턴 string

user_XmlFile_Name() 공개 정적인 메소드

public static user_XmlFile_Name ( this tmUser ) : string
tmUser this
리턴 string