Property | Type | Description | |
---|---|---|---|
modelViewType |
Method | 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 |
Method | 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 | |
return | void |
public static CopyPropertyValues ( object source, object destination ) : void | ||
source | object | |
destination | object | |
return | void |
public Edit ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public PartialObject ( |
||
typeOfClass | ||
return | object |
public Save ( Employee e, string btnSave ) : System.Web.Mvc.ActionResult | ||
e | Employee | |
btnSave | string | |
return | System.Web.Mvc.ActionResult |
public View ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |