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

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

공개 메소드들

메소드 설명
ArticleStubPage ( ) : System
ArticleStubPage ( int pageNumber, IEnumerable articleStubs = null ) : System
IsEqual ( RepositoryEntity other ) : bool

메소드 상세

ArticleStubPage() 공개 메소드

public ArticleStubPage ( ) : System
리턴 System

ArticleStubPage() 공개 메소드

public ArticleStubPage ( int pageNumber, IEnumerable articleStubs = null ) : System
pageNumber int
articleStubs IEnumerable
리턴 System

IsEqual() 공개 메소드

public IsEqual ( RepositoryEntity other ) : bool
other RepositoryEntity
리턴 bool