C# Class Mojito.Domain.FeedRepository

Inheritance: RepositoryBase, IFeedRepository
Show file Open project: lozanotek/mojito Class Usage Examples

Public Methods

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

Method Details

All() public method

public All ( ) : IList
return IList

Create() public method

public Create ( Feed newFeed ) : void
newFeed Feed
return void

Delete() public method

public Delete ( string feedName ) : void
feedName string
return void

Fetch() public method

public Fetch ( string feedName ) : Feed
feedName string
return Feed

Update() public method

public Update ( Feed updatedFeed ) : void
updatedFeed Feed
return void