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

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

Méthodes publiques

Méthode Description
OrgViewModel ( ) : System

Constructor used by none-controllers

OrgViewModel ( Organisation org ) : System

Takes all properties on Org and fills them on in the OrgViewModel

Private Methods

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

Method Details

OrgViewModel() public méthode

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

OrgViewModel() public méthode

Takes all properties on Org and fills them on in the OrgViewModel
public OrgViewModel ( Organisation org ) : System
org Roadkill.Core.Database.Organisation
Résultat System