C# 클래스 Nop.Admin.Controllers.LanguageController

상속: BaseNopController
파일 보기 프로젝트 열기: jimmy00784/nopCommerce-Linux-Mysql

공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
ExportXml ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
LanguageController ( ILanguageService languageService, ILocalizationService localizationService, IPermissionService permissionService, Nop.Core.Domain.Common.AdminAreaSettings adminAreaSettings ) : System
List ( ) : System.Web.Mvc.ActionResult
Resources ( int languageId ) : ActionResult

비공개 메소드들

메소드 설명
Create ( Nop.Admin.Models.Localization.LanguageModel model, bool continueEditing ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Edit ( Nop.Admin.Models.Localization.LanguageModel model, bool continueEditing ) : System.Web.Mvc.ActionResult
ImportXml ( int id, System.Web.Mvc.FormCollection form ) : System.Web.Mvc.ActionResult
List ( Telerik.Web.Mvc.GridCommand command ) : System.Web.Mvc.ActionResult
ResourceAdd ( int id, Nop.Admin.Models.Localization.LanguageResourceModel model, Telerik.Web.Mvc.GridCommand command ) : System.Web.Mvc.ActionResult
ResourceDelete ( int id, int languageId, GridCommand command ) : ActionResult
ResourceUpdate ( LanguageResourceModel model, GridCommand command ) : ActionResult
Resources ( int languageId, GridCommand command ) : ActionResult

메소드 상세

Create() 공개 메소드

public Create ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Edit() 공개 메소드

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

ExportXml() 공개 메소드

public ExportXml ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

LanguageController() 공개 메소드

public LanguageController ( ILanguageService languageService, ILocalizationService localizationService, IPermissionService permissionService, Nop.Core.Domain.Common.AdminAreaSettings adminAreaSettings ) : System
languageService ILanguageService
localizationService ILocalizationService
permissionService IPermissionService
adminAreaSettings Nop.Core.Domain.Common.AdminAreaSettings
리턴 System

List() 공개 메소드

public List ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Resources() 공개 메소드

public Resources ( int languageId ) : ActionResult
languageId int
리턴 ActionResult