C# 클래스 Recast.WebApp.Models.Posts

파일 보기 프로젝트 열기: giggio/Recast 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Delete() 공개 메소드

public Delete ( string userName, string feedName, string title ) : void
userName string
feedName string
title string
리턴 void

Get() 공개 메소드

public Get ( string userName, string feedName, string title ) : Post
userName string
feedName string
title string
리턴 Recast.WebApp.Models.Entities.Post

GetForFeed() 공개 메소드

public GetForFeed ( Feed feed ) : IEnumerable
feed Recast.WebApp.Models.Entities.Feed
리턴 IEnumerable

Insert() 공개 메소드

public Insert ( Post post ) : bool
post Recast.WebApp.Models.Entities.Post
리턴 bool

Posts() 공개 메소드

public Posts ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Update() 공개 메소드

public Update ( Post post ) : void
post Recast.WebApp.Models.Entities.Post
리턴 void