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

Provides a data summary class for creating and saving user details.
파일 보기 프로젝트 열기: LocalGovDigital/pipeline

공개 메소드들

메소드 설명
OrgViewModel ( ) : System

Constructor used by none-controllers

OrgViewModel ( Organisation org ) : System

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

비공개 메소드들

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

메소드 상세

OrgViewModel() 공개 메소드

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

OrgViewModel() 공개 메소드

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