C# Class Castle.Applications.MindDump.Dao.PostDao

Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Create() public méthode

public Create ( Post post ) : Post
post Castle.Applications.MindDump.Model.Post
Résultat Castle.Applications.MindDump.Model.Post

DeleteAll() public méthode

Usually will be invoked only be the test cases
public DeleteAll ( ) : void
Résultat void

Find() public méthode

public Find ( ) : IList
Résultat IList

Find() public méthode

public Find ( Blog blog ) : IList
blog Castle.Applications.MindDump.Model.Blog
Résultat IList

Find() public méthode

public Find ( long id ) : Post
id long
Résultat Castle.Applications.MindDump.Model.Post

FindLatest() public méthode

public FindLatest ( int howMany ) : IList
howMany int
Résultat IList

PostDao() public méthode

public PostDao ( ISessionManager sessionManager ) : System.Collections
sessionManager ISessionManager
Résultat System.Collections

Update() public méthode

public Update ( Post post ) : void
post Castle.Applications.MindDump.Model.Post
Résultat void