Method | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Details ( ) : System.Web.Mvc.ActionResult | ||
Edit ( int id ) : ActionResult | ||
EditTranslation ( int id ) : ActionResult | ||
Index ( ) : ActionResult | ||
Localization_Read ( [ request ) : ActionResult | ||
TranslationController ( ILocalizedTextService localizedTextService ) : System.Linq | ||
Translation_Read ( [ request ) : ActionResult |
Method | Description | |
---|---|---|
Create ( |
||
Edit ( LocalizedText localizedText ) : ActionResult | ||
EditTranslation ( LocalizedText localizedText ) : ActionResult | ||
Translation_Update ( [ request, TranslationViewModel translation ) : ActionResult |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Details ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public EditTranslation ( int id ) : ActionResult | ||
id | int | |
return | ActionResult |
public Localization_Read ( [ request ) : ActionResult | ||
request | [ | |
return | ActionResult |
public TranslationController ( ILocalizedTextService localizedTextService ) : System.Linq | ||
localizedTextService | ILocalizedTextService | |
return | System.Linq |
public Translation_Read ( [ request ) : ActionResult | ||
request | [ | |
return | ActionResult |