C# Class FolketsTing.Controllers.Extensions

Exibir arquivo Open project: friism/folketsting

Public Methods

Method Description
Breadcrumb ( this l ) : Breadcrumb
CommentCount ( this thec ) : int
CountLink ( this l, Controller c ) : string
DetailsLink ( this l, Controller c ) : string
LinkTo ( this s, Controller c ) : string
Views ( this l ) : int

Private Methods

Method Description
GetStageString ( int number ) : string

Method Details

Breadcrumb() public static method

public static Breadcrumb ( this l ) : Breadcrumb
l this
return Breadcrumb

CommentCount() public static method

public static CommentCount ( this thec ) : int
thec this
return int

CountLink() public static method

public static CountLink ( this l, Controller c ) : string
l this
c Controller
return string

DetailsLink() public static method

public static DetailsLink ( this l, Controller c ) : string
l this
c Controller
return string

LinkTo() public static method

public static LinkTo ( this s, Controller c ) : string
s this
c Controller
return string

Views() public static method

public static Views ( this l ) : int
l this
return int