C# Class AccountProfile.Models.ProfileRepository

Inheritance: IProfileRepository
Afficher le fichier Open project: jeffreypalermo/mvc2inaction Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Profile profile ) : void
Find ( ) : IQueryable
Find ( string username ) : Profile
GetAll ( ) : IEnumerable
GetAll ( ) : AccountProfile.Models.Profile[]

Private Methods

Méthode Description
ProfileRepository ( ) : System

Method Details

Add() public méthode

public Add ( Profile profile ) : void
profile Profile
Résultat void

Find() public méthode

public Find ( ) : IQueryable
Résultat IQueryable

Find() public méthode

public Find ( string username ) : Profile
username string
Résultat Profile

GetAll() public méthode

public GetAll ( ) : IEnumerable
Résultat IEnumerable

GetAll() public méthode

public GetAll ( ) : AccountProfile.Models.Profile[]
Résultat AccountProfile.Models.Profile[]