C# Класс JordanRift.Grassroots.Tests.Fakes.FakeUserProfileRepository

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

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

Свойство Тип Описание
profiles IList

Открытые методы

Метод Описание
Add ( UserProfile userProfile ) : void
Delete ( UserProfile userProfile ) : void
Dispose ( ) : void
Exists ( string email ) : bool
FindAllUserProfiles ( ) : IQueryable
FindUserProfileByEmail ( string email ) : IQueryable
GetUserProfileByActivationHash ( string hash ) : UserProfile
GetUserProfileByFacebookID ( string facebookID ) : UserProfile
GetUserProfileByID ( int id ) : UserProfile
Reset ( ) : void
Save ( ) : void

Приватные методы

Метод Описание
FakeUserProfileRepository ( ) : System.Collections.Generic
SetUp ( ) : void

Описание методов

Add() публичный Метод

public Add ( UserProfile userProfile ) : void
userProfile UserProfile
Результат void

Delete() публичный Метод

public Delete ( UserProfile userProfile ) : void
userProfile UserProfile
Результат void

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Exists() публичный Метод

public Exists ( string email ) : bool
email string
Результат bool

FindAllUserProfiles() публичный Метод

public FindAllUserProfiles ( ) : IQueryable
Результат IQueryable

FindUserProfileByEmail() публичный Метод

public FindUserProfileByEmail ( string email ) : IQueryable
email string
Результат IQueryable

GetUserProfileByActivationHash() публичный Метод

public GetUserProfileByActivationHash ( string hash ) : UserProfile
hash string
Результат UserProfile

GetUserProfileByFacebookID() публичный Метод

public GetUserProfileByFacebookID ( string facebookID ) : UserProfile
facebookID string
Результат UserProfile

GetUserProfileByID() публичный Метод

public GetUserProfileByID ( int id ) : UserProfile
id int
Результат UserProfile

Reset() публичный статический Метод

public static Reset ( ) : void
Результат void

Save() публичный Метод

public Save ( ) : void
Результат void

Описание свойств

profiles публичное статическое свойство

public static IList profiles
Результат IList