C# 클래스 Postworthy.Web.Models.PostworthyArticleModel

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

공개 메소드들

메소드 설명
ArticleStubPages ( bool>.Func where = null ) : IEnumerable
Articles ( bool>.Func where = null ) : IEnumerable
DeleteArticle ( uint id ) : void
EditArticle ( Article article ) : void
ExcludeArticleStub ( System.DateTime date, string slug ) : void
GetArticle ( uint id ) : Article
GetArticleIndex ( ) : ArticleIndex
GetArticleStubIndex ( ) : ArticleStubIndex
GetArticleStubPage ( System.DateTime date ) : ArticleStubPage
HasArticles ( ) : bool
PagedArticles ( int skip, int take, string filter, int &pageCount ) : List
PostworthyArticleModel ( PostworthyUser primaryUser ) : System
SaveArticle ( Article article ) : void

메소드 상세

ArticleStubPages() 공개 메소드

public ArticleStubPages ( bool>.Func where = null ) : IEnumerable
where bool>.Func
리턴 IEnumerable

Articles() 공개 메소드

public Articles ( bool>.Func where = null ) : IEnumerable
where bool>.Func
리턴 IEnumerable

DeleteArticle() 공개 메소드

public DeleteArticle ( uint id ) : void
id uint
리턴 void

EditArticle() 공개 메소드

public EditArticle ( Article article ) : void
article Postworthy.Models.Web.Article
리턴 void

ExcludeArticleStub() 공개 메소드

public ExcludeArticleStub ( System.DateTime date, string slug ) : void
date System.DateTime
slug string
리턴 void

GetArticle() 공개 메소드

public GetArticle ( uint id ) : Article
id uint
리턴 Postworthy.Models.Web.Article

GetArticleIndex() 공개 메소드

public GetArticleIndex ( ) : ArticleIndex
리턴 Postworthy.Models.Web.ArticleIndex

GetArticleStubIndex() 공개 메소드

public GetArticleStubIndex ( ) : ArticleStubIndex
리턴 Postworthy.Models.Web.ArticleStubIndex

GetArticleStubPage() 공개 메소드

public GetArticleStubPage ( System.DateTime date ) : ArticleStubPage
date System.DateTime
리턴 Postworthy.Models.Web.ArticleStubPage

HasArticles() 공개 메소드

public HasArticles ( ) : bool
리턴 bool

PagedArticles() 공개 메소드

public PagedArticles ( int skip, int take, string filter, int &pageCount ) : List
skip int
take int
filter string
pageCount int
리턴 List

PostworthyArticleModel() 공개 메소드

public PostworthyArticleModel ( PostworthyUser primaryUser ) : System
primaryUser Postworthy.Models.Account.PostworthyUser
리턴 System

SaveArticle() 공개 메소드

public SaveArticle ( Article article ) : void
article Postworthy.Models.Web.Article
리턴 void