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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Article ( ) : System
GetSlug ( int maxLength = 100 ) : string
ID ( ) : uint
IsEqual ( RepositoryEntity other ) : bool
TaglessSubTitle ( ) : string
TaglessTitle ( ) : string

메소드 상세

Article() 공개 메소드

public Article ( ) : System
리턴 System

GetSlug() 공개 메소드

public GetSlug ( int maxLength = 100 ) : string
maxLength int
리턴 string

ID() 공개 메소드

public ID ( ) : uint
리턴 uint

IsEqual() 공개 메소드

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

TaglessSubTitle() 공개 메소드

public TaglessSubTitle ( ) : string
리턴 string

TaglessTitle() 공개 메소드

public TaglessTitle ( ) : string
리턴 string