Property | Type | Description | |
---|---|---|---|
profiles | IList |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
FakeUserProfileRepository ( ) : System.Collections.Generic | ||
SetUp ( ) : void |
public Add ( UserProfile userProfile ) : void | ||
userProfile | UserProfile | |
return | void |
public Delete ( UserProfile userProfile ) : void | ||
userProfile | UserProfile | |
return | void |
public FindUserProfileByEmail ( string email ) : IQueryable |
||
string | ||
return | IQueryable |
public GetUserProfileByActivationHash ( string hash ) : UserProfile | ||
hash | string | |
return | UserProfile |
public GetUserProfileByFacebookID ( string facebookID ) : UserProfile | ||
facebookID | string | |
return | UserProfile |
public GetUserProfileByID ( int id ) : UserProfile | ||
id | int | |
return | UserProfile |