C# Class Recast.WebApp.Models.Posts

Afficher le fichier Open project: giggio/Recast Class Usage Examples

Méthodes publiques

Méthode Description
Delete ( string userName, string feedName, string title ) : void
Get ( string userName, string feedName, string title ) : Post
GetForFeed ( Feed feed ) : IEnumerable
Insert ( Post post ) : bool
Posts ( ) : System.Collections.Generic
Update ( Post post ) : void

Method Details

Delete() public méthode

public Delete ( string userName, string feedName, string title ) : void
userName string
feedName string
title string
Résultat void

Get() public méthode

public Get ( string userName, string feedName, string title ) : Post
userName string
feedName string
title string
Résultat Recast.WebApp.Models.Entities.Post

GetForFeed() public méthode

public GetForFeed ( Feed feed ) : IEnumerable
feed Recast.WebApp.Models.Entities.Feed
Résultat IEnumerable

Insert() public méthode

public Insert ( Post post ) : bool
post Recast.WebApp.Models.Entities.Post
Résultat bool

Posts() public méthode

public Posts ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Update() public méthode

public Update ( Post post ) : void
post Recast.WebApp.Models.Entities.Post
Résultat void