C# 클래스 Roadkill.Core.Mvc.ViewModels.ActivityViewModel

Provides a data summary class for creating and saving relationship details.
파일 보기 프로젝트 열기: LocalGovDigital/pipeline 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetAppSettings ( ) : Roadkill.Core.Configuration.ApplicationSettings

메소드 상세

ActivityViewModel() 공개 메소드

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

ActivityViewModel() 공개 메소드

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

OrganisationCount() 공개 정적인 메소드

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

PageCount() 공개 정적인 메소드

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

UsersCount() 공개 정적인 메소드

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

WhatsHotList() 공개 정적인 메소드

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