C# Class Postworthy.Models.Web.ArticleIndex.Index

Mostra file Open project: postworthy/postworthy

Public Methods

Method Description
GetSlug ( int maxLength = 100 ) : string
ID ( ) : uint
Index ( ) : System
Index ( long published, string title, string key, IEnumerable tags ) : System

Method Details

GetSlug() public method

public GetSlug ( int maxLength = 100 ) : string
maxLength int
return string

ID() public method

public ID ( ) : uint
return uint

Index() public method

public Index ( ) : System
return System

Index() public method

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