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

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

공개 메소드들

메소드 설명
Create ( Post post ) : Post
DeleteAll ( ) : void

Usually will be invoked only be the test cases

Find ( ) : IList
Find ( Blog blog ) : IList
Find ( long id ) : Post
FindLatest ( int howMany ) : IList
PostDao ( ISessionManager sessionManager ) : System.Collections
Update ( Post post ) : void

메소드 상세

Create() 공개 메소드

public Create ( Post post ) : Post
post Castle.Applications.MindDump.Model.Post
리턴 Castle.Applications.MindDump.Model.Post

DeleteAll() 공개 메소드

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

Find() 공개 메소드

public Find ( ) : IList
리턴 IList

Find() 공개 메소드

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

Find() 공개 메소드

public Find ( long id ) : Post
id long
리턴 Castle.Applications.MindDump.Model.Post

FindLatest() 공개 메소드

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

PostDao() 공개 메소드

public PostDao ( ISessionManager sessionManager ) : System.Collections
sessionManager ISessionManager
리턴 System.Collections

Update() 공개 메소드

public Update ( Post post ) : void
post Castle.Applications.MindDump.Model.Post
리턴 void