C# 클래스 RavenGallery.Core.Services.UserService

상속: IUserService
파일 보기 프로젝트 열기: robashton/RavenGallery 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
documentSession IDocumentSession

공개 메소드들

메소드 설명
DoesUserExistWithUsername ( string username ) : bool
DoesUserExistWithUsernameAndPassword ( string username, string password ) : bool
UserService ( IDocumentSession documentSession ) : System

메소드 상세

DoesUserExistWithUsername() 공개 메소드

public DoesUserExistWithUsername ( string username ) : bool
username string
리턴 bool

DoesUserExistWithUsernameAndPassword() 공개 메소드

public DoesUserExistWithUsernameAndPassword ( string username, string password ) : bool
username string
password string
리턴 bool

UserService() 공개 메소드

public UserService ( IDocumentSession documentSession ) : System
documentSession IDocumentSession
리턴 System

프로퍼티 상세

documentSession 공개적으로 프로퍼티

public IDocumentSession documentSession
리턴 IDocumentSession