C# 클래스 Postworthy.Models.Web.ArticleIndex.Index

파일 보기 프로젝트 열기: postworthy/postworthy

공개 메소드들

메소드 설명
GetSlug ( int maxLength = 100 ) : string
ID ( ) : uint
Index ( ) : System
Index ( long published, string title, string key, IEnumerable tags ) : System

메소드 상세

GetSlug() 공개 메소드

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

ID() 공개 메소드

public ID ( ) : uint
리턴 uint

Index() 공개 메소드

public Index ( ) : System
리턴 System

Index() 공개 메소드

public Index ( long published, string title, string key, IEnumerable tags ) : System
published long
title string
key string
tags IEnumerable
리턴 System