C# Класс RavenGallery.Core.Services.UserService

Наследование: IUserService
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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