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

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

Méthodes publiques

Méthode 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

Méthode Description
GetAppSettings ( ) : Roadkill.Core.Configuration.ApplicationSettings

Method Details

ActivityViewModel() public méthode

Constructor used by none-controllers
public ActivityViewModel ( ) : System
Résultat System

ActivityViewModel() public méthode

Constructor used by none-controllers
public ActivityViewModel ( Activity act ) : System
act Activity
Résultat System

OrganisationCount() public static méthode

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

PageCount() public static méthode

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

UsersCount() public static méthode

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

WhatsHotList() public static méthode

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