C# 클래스 AccountProfile.Models.ProfileRepository

상속: IProfileRepository
파일 보기 프로젝트 열기: jeffreypalermo/mvc2inaction 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Profile profile ) : void
Find ( ) : IQueryable
Find ( string username ) : Profile
GetAll ( ) : IEnumerable
GetAll ( ) : AccountProfile.Models.Profile[]

비공개 메소드들

메소드 설명
ProfileRepository ( ) : System

메소드 상세

Add() 공개 메소드

public Add ( Profile profile ) : void
profile Profile
리턴 void

Find() 공개 메소드

public Find ( ) : IQueryable
리턴 IQueryable

Find() 공개 메소드

public Find ( string username ) : Profile
username string
리턴 Profile

GetAll() 공개 메소드

public GetAll ( ) : IEnumerable
리턴 IEnumerable

GetAll() 공개 메소드

public GetAll ( ) : AccountProfile.Models.Profile[]
리턴 AccountProfile.Models.Profile[]