C# Class Roadkill.Core.Mvc.ViewModels.ActivityViewModel

Provides a data summary class for creating and saving relationship details.
Mostrar archivo Open project: LocalGovDigital/pipeline Class Usage Examples

Public Methods

Method Description
ActivityViewModel ( ) : System

Constructor used by none-controllers

ActivityViewModel ( Activity act ) : System

Constructor used by none-controllers

OrganisationCount ( ) : int

Gets the number of organisations signed up to Pipeline

PageCount ( ) : int

Gets the number of organisations signed up to Pipeline

UsersCount ( ) : int

Gets the number of organisations signed up to Pipeline

WhatsHotList ( ) : IEnumerable

Gets the number of organisations signed up to Pipeline

Private Methods

Method Description
GetAppSettings ( ) : Roadkill.Core.Configuration.ApplicationSettings

Method Details

ActivityViewModel() public method

Constructor used by none-controllers
public ActivityViewModel ( ) : System
return System

ActivityViewModel() public method

Constructor used by none-controllers
public ActivityViewModel ( Activity act ) : System
act Activity
return System

OrganisationCount() public static method

Gets the number of organisations signed up to Pipeline
public static OrganisationCount ( ) : int
return int

PageCount() public static method

Gets the number of organisations signed up to Pipeline
public static PageCount ( ) : int
return int

UsersCount() public static method

Gets the number of organisations signed up to Pipeline
public static UsersCount ( ) : int
return int

WhatsHotList() public static method

Gets the number of organisations signed up to Pipeline
public static WhatsHotList ( ) : IEnumerable
return IEnumerable