C# 클래스 Castle.Applications.MindDump.Dao.BlogDao

파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
BlogDao ( ISessionManager sessionManager ) : System
Create ( Blog blog ) : Blog
DeleteAll ( ) : void

Usually will be invoked only by the test cases

Find ( String blogName ) : Blog
Find ( ) : IList
FindLatest ( int howMany ) : IList
Update ( Blog blog ) : void

메소드 상세

BlogDao() 공개 메소드

public BlogDao ( ISessionManager sessionManager ) : System
sessionManager ISessionManager
리턴 System

Create() 공개 메소드

public Create ( Blog blog ) : Blog
blog Castle.Applications.MindDump.Model.Blog
리턴 Castle.Applications.MindDump.Model.Blog

DeleteAll() 공개 메소드

Usually will be invoked only by the test cases
public DeleteAll ( ) : void
리턴 void

Find() 공개 메소드

public Find ( String blogName ) : Blog
blogName String
리턴 Castle.Applications.MindDump.Model.Blog

Find() 공개 메소드

public Find ( ) : IList
리턴 IList

FindLatest() 공개 메소드

public FindLatest ( int howMany ) : IList
howMany int
리턴 IList

Update() 공개 메소드

public Update ( Blog blog ) : void
blog Castle.Applications.MindDump.Model.Blog
리턴 void