Свойство | Type | Description | |
---|---|---|---|
modelViewType |
Méthode | Description | |
---|---|---|
CopyFieldValues ( object source, object destination ) : void | ||
CopyPropertyValues ( object source, object destination ) : void | ||
Edit ( ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
PartialObject ( |
||
Save ( Employee e, string btnSave ) : System.Web.Mvc.ActionResult | ||
View ( ) : System.Web.Mvc.ActionResult |
Méthode | Description | |
---|---|---|
Edit ( Employee e, string btnSave ) : System.Web.Mvc.ActionResult | ||
Edit ( EmployeeEditViewModel e, string btnSave ) : System.Web.Mvc.ActionResult |
public static CopyFieldValues ( object source, object destination ) : void | ||
source | object | |
destination | object | |
Résultat | void |
public static CopyPropertyValues ( object source, object destination ) : void | ||
source | object | |
destination | object | |
Résultat | void |
public Edit ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public PartialObject ( |
||
typeOfClass | ||
Résultat | object |
public Save ( Employee e, string btnSave ) : System.Web.Mvc.ActionResult | ||
e | Employee | |
btnSave | string | |
Résultat | System.Web.Mvc.ActionResult |
public View ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |