C# Class Mojito.Domain.FeedRepository

Inheritance: RepositoryBase, IFeedRepository
Afficher le fichier Open project: lozanotek/mojito Class Usage Examples

Méthodes publiques

Méthode Description
All ( ) : IList
Create ( Feed newFeed ) : void
Delete ( string feedName ) : void
Fetch ( string feedName ) : Feed
Update ( Feed updatedFeed ) : void

Method Details

All() public méthode

public All ( ) : IList
Résultat IList

Create() public méthode

public Create ( Feed newFeed ) : void
newFeed Feed
Résultat void

Delete() public méthode

public Delete ( string feedName ) : void
feedName string
Résultat void

Fetch() public méthode

public Fetch ( string feedName ) : Feed
feedName string
Résultat Feed

Update() public méthode

public Update ( Feed updatedFeed ) : void
updatedFeed Feed
Résultat void