Template Documentation
Template MVC
Table of contents
-
Welcome to the Template Project Documentation
-
Version History
-
Version 1.0.0.0
-
Template.Core.Interface
-
IGenericRepository(TEntity) Interface
-
IGenericRepository(TEntity) Methods
-
Add Method
-
AddIEnumerable Method
-
Delete Method
-
DeleteBy Method
-
Edit Method
-
FindBy Method
-
Get Method
-
GetAll Method
-
Save Method
-
SelectWhere(TResult) Method
-
Template.Repository.Class
-
MoviesCategoryRepository Class
-
MoviesCategoryRepository Constructor
-
MoviesCategoryRepository Properties
-
_entities Property
-
MoviesCategoryRepository Methods
-
GetAll Method
-
MoviesCategoryRepository Fields
-
MoviesRepository Class
-
MoviesRepository Constructor
-
MoviesRepository Properties
-
_entities Property
-
MoviesRepository Methods
-
MoviesRepository Fields
-
Template.Repository.Context
-
ExampleMoviesEntities Class
-
ExampleMoviesEntities Constructor
-
ExampleMoviesEntities Properties
-
MOVIE_CATEGORY Property
-
MOVIES Property
-
ExampleMoviesEntities Methods
-
OnModelCreating Method
-
MOVIE_CATEGORY Class
-
MOVIE_CATEGORY Constructor
-
MOVIE_CATEGORY Properties
-
DESCRIPTION Property
-
ID Property
-
MOVIES Property
-
MOVIES Class
-
MOVIES Constructor
-
MOVIES Properties
-
DESCRIPTION Property
-
ID Property
-
ID_CATEGORY Property
-
IS_RENTED Property
-
MOVIE_CATEGORY Property
-
NAME Property
-
PRICE Property
-
Template.Repository.Core
-
GenericRepository(TEntity) Class
-
GenericRepository(TEntity) Constructor
-
GenericRepository(TEntity) Methods
-
Add Method
-
AddIEnumerable Method
-
Delete Method
-
DeleteBy Method
-
Edit Method
-
FindBy Method
-
Get Method
-
GetAll Method
-
Save Method
-
SelectWhere(TResult) Method
-
GenericRepository(TEntity) Fields
-
_DBEntities Field
-
_Entity Field
-
UnitOfWork Class
-
UnitOfWork Constructor
-
UnitOfWork Properties
-
Movies Property
-
MoviesCategory Property
-
UnitOfWork Methods
-
Commit Method
-
Dispose Method
-
UnitOfWork Fields
-
_entities Field
-
_Movies Field
-
_MoviesCateogory Field
-
Template.Repository.Core.Interface
-
IUnitOfWork Interface
-
IUnitOfWork Properties
-
Movies Property
-
MoviesCategory Property
-
IUnitOfWork Methods
-
Commit Method
-
Template.Repository.Interface
-
IMoviesCategoryRepository Interface
-
IMoviesCategoryRepository Methods
-
IMoviesRepository Interface
-
IMoviesRepository Methods
-
Template.Service.Class
-
MoviesCategoryService Class
-
MoviesCategoryService Constructor
-
MoviesCategoryService Methods
-
MoviesCategoryService Fields
-
_Uof Field
-
MoviesService Class
-
MoviesService Constructor
-
MoviesService Methods
-
MoviesService Fields
-
_Uof Field
-
Template.Service.Core
-
GenericService(TModel, TEntity) Class
-
GenericService(TModel, TEntity) Constructor
-
GenericService(TModel, TEntity) Methods
-
Add Method
-
AddIEnumetable Method
-
Delete Method
-
DeleteBy Method
-
Edit Method
-
FindBy Method
-
Get Method
-
GetAll Method
-
SelectWhere(TResult) Method
-
ToEntity Method
-
ToEntityEnumerable Method
-
ToEntityExpression Method
-
ToEntityFunction(TResult) Method
-
ToModel Method
-
ToModelEnumerable Method
-
GenericService(TModel, TEntity) Fields
-
_mapper Field
-
_repository Field
-
Template.Service.Core.Interface
-
IAutoMapper(TModel, TEntity) Interface
-
IAutoMapper(TModel, TEntity) Methods
-
ToEntity Method
-
ToEntityEnumerable Method
-
ToEntityExpression Method
-
ToEntityFunction(TResult) Method
-
ToModel Method
-
ToModelEnumerable Method
-
IService(TModel) Interface
-
IService(TModel) Methods
-
Add Method
-
AddIEnumetable Method
-
Delete Method
-
DeleteBy Method
-
Edit Method
-
FindBy Method
-
Get Method
-
GetAll Method
-
SelectWhere(TResult) Method
-
Template.Service.Interface
-
IMoviesCategoryService Interface
-
IMoviesCategoryService Methods
-
IMoviesService Interface
-
IMoviesService Methods
-
Template.Web
-
FilterConfig Class
-
FilterConfig Constructor
-
FilterConfig Methods
-
RegisterGlobalFilters Method
-
MvcApplication Class
-
MvcApplication Constructor
-
MvcApplication Methods
-
Application_Error Method
-
Application_Start Method
-
RouteConfig Class
-
RouteConfig Constructor
-
RouteConfig Methods
-
RegisterRoutes Method
-
Template.Web.App_Start
-
BundleConfig Class
-
BundleConfig Constructor
-
BundleConfig Methods
-
RegisterBundles Method
-
Template.Web.Commons.Security
-
MembershipConfig Class
-
MembershipConfig Constructor
-
MembershipConfig Methods
-
Initialize Method
-
URLModifyPrevent Class
-
URLModifyPrevent Constructor
-
URLModifyPrevent Methods
-
OnActionExecuting Method
-
Template.Web.Commons.Utils
-
DropDownHelper Class
-
DropDownHelper Methods
-
GetDropdown Method
-
GetDropdown Method (IEnumerable(String), Int32)
-
GetDropdown(T) Method (IEnumerable(T), Func(T, String), Func(T, String), Int32)
-
GetDropdown(T) Method (IEnumerable(T), Func(T, String), Func(T, String), Func(T, String), Char, Int32)
-
JsonHelper Class
-
JsonHelper Methods
-
Fail Method
-
Fail Method
-
Fail Method (String)
-
Fail Method (String, Object)
-
Success Method
-
Success Method
-
Success Method (String)
-
Success Method (String, Object)
-
SessionManager Class
-
SessionManager Constructor
-
SessionManager Methods
-
ClearSession Method
-
GetListSession(T) Method
-
RemoveSession Method
-
ViewExtensions Class
-
ViewExtensions Methods
-
RenderToString Method
-
Template.Web.CompositionRoot
-
CompositionRootConfig Class
-
CompositionRootConfig Constructor
-
CompositionRootConfig Methods
-
Init Method
-
UnityConfig Class
-
UnityConfig Methods
-
Init Method
-
RegisterTypes Method
-
Template.Web.Controllers
-
HomeController Class
-
HomeController Constructor
-
HomeController Methods
-
Create Method
-
Create Method
-
Create Method (MoviesModel)
-
Delete Method
-
Details Method
-
Edit Method
-
Edit Method (Int32)
-
Edit Method (MoviesModel)
-
Index Method
-
HomeController Fields
-
_moviesCategoryService Field
-
_moviesService Field