C# Class VirtoCommerce.Web.Controllers.StoreControllerBase

Inheritance: Controller
Exibir arquivo Open project: VirtoCommerce/vc-internal

Protected Methods

Method Description
GetDynamicPropertiesAsync ( ) : Task>
GetForm ( string formId ) : VirtoCommerce.Web.Models.SubmitForm
GetFormErrors ( ModelStateDictionary modelState ) : SubmitFormErrors
PartialView ( string viewName, object model ) : System.Web.Mvc.PartialViewResult
PopulateDynamicPropertiesAsync ( string>.IDictionary formProperties ) : Task>
SetPageMeta ( VirtoCommerce.Web.Models.SeoKeyword keyword ) : void
ValidateDynamicProperties ( ICollection dynamicProperties ) : void
View ( string viewName, string masterName, object model ) : System.Web.Mvc.ViewResult

Method Details

GetDynamicPropertiesAsync() protected method

protected GetDynamicPropertiesAsync ( ) : Task>
return Task>

GetForm() protected method

protected GetForm ( string formId ) : VirtoCommerce.Web.Models.SubmitForm
formId string
return VirtoCommerce.Web.Models.SubmitForm

GetFormErrors() protected method

protected GetFormErrors ( ModelStateDictionary modelState ) : SubmitFormErrors
modelState ModelStateDictionary
return SubmitFormErrors

PartialView() protected method

protected PartialView ( string viewName, object model ) : System.Web.Mvc.PartialViewResult
viewName string
model object
return System.Web.Mvc.PartialViewResult

PopulateDynamicPropertiesAsync() protected method

protected PopulateDynamicPropertiesAsync ( string>.IDictionary formProperties ) : Task>
formProperties string>.IDictionary
return Task>

SetPageMeta() protected method

protected SetPageMeta ( VirtoCommerce.Web.Models.SeoKeyword keyword ) : void
keyword VirtoCommerce.Web.Models.SeoKeyword
return void

ValidateDynamicProperties() protected method

protected ValidateDynamicProperties ( ICollection dynamicProperties ) : void
dynamicProperties ICollection
return void

View() protected method

protected View ( string viewName, string masterName, object model ) : System.Web.Mvc.ViewResult
viewName string
masterName string
model object
return System.Web.Mvc.ViewResult