C# 클래스 Spontaneouse.DAL.Mongo10Gen.Utilities.UserUtilities

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

공개 메소드들

메소드 설명
GetAllProfiles ( ) : List
GetAllUsersData ( bool withMenu = true ) : List
GetProfileBase ( string userName ) : ProfileBase
GetUsersDataById ( System.Guid id ) : SpontaneousUserModel

메소드 상세

GetAllProfiles() 공개 메소드

public GetAllProfiles ( ) : List
리턴 List

GetAllUsersData() 공개 메소드

public GetAllUsersData ( bool withMenu = true ) : List
withMenu bool
리턴 List

GetProfileBase() 공개 메소드

public GetProfileBase ( string userName ) : ProfileBase
userName string
리턴 System.Web.Profile.ProfileBase

GetUsersDataById() 공개 메소드

public GetUsersDataById ( System.Guid id ) : SpontaneousUserModel
id System.Guid
리턴 Spontaneous.DataModel.SpontaneousUserModel