CategoriesController Methods
The
CategoriesController
type exposes the following members.
Methods
Name
Description
AssignGroups(Nullable
<
(Of
<
<'
(
Int32
>
)
>
>
)
)
Assigns the roles.
AssignGroups(IList
<
(Of
<
<'
(
Int32
>
)
>
>
)
)
Assigns the roles.
BeginExecute(System.Web.Routing.RequestContext,System.AsyncCallback,System.Object)
(Inherited from
Controller
.)
BeginExecuteCore(System.AsyncCallback,System.Object)
(Inherited from
Controller
.)
Create
()
()
()
()
Creates this instance.
Create(CategoryViewModel)
Creates the specified category.
CreateActionInvoker
(Inherited from
Controller
.)
CreateTempDataProvider
(Inherited from
Controller
.)
Delete
Deletes the specified identifier.
DeleteConfirmed
Deletes the confirmed.
Details
Detailses the specified identifier.
Dispose(Boolean)
Releases unmanaged resources and optionally releases managed resources.
Dispose
(Inherited from
Controller
.)
Edit(Nullable
<
(Of
<
<'
(
Int32
>
)
>
>
)
)
Edits the specified identifier.
Edit(CategoryViewModel)
Edits the specified category.
EndExecute(System.IAsyncResult)
(Inherited from
Controller
.)
EndExecuteCore(System.IAsyncResult)
(Inherited from
Controller
.)
Equals(System.Object)
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
Execute(System.Web.Routing.RequestContext)
(Inherited from
ControllerBase
.)
ExecuteCore
(Inherited from
Controller
.)
Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
GetHashCode
Serves as the default hash function.
(Inherited from
Object
.)
GetType
Gets the
Type
of the current instance.
(Inherited from
Object
.)
HandleUnknownAction(System.String)
(Inherited from
Controller
.)
Index
Indexes this instance.
Initialize(System.Web.Routing.RequestContext)
(Inherited from
Controller
.)
MemberwiseClone
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
OnActionExecuted(System.Web.Mvc.ActionExecutedContext)
(Inherited from
Controller
.)
OnActionExecuting(System.Web.Mvc.ActionExecutingContext)
(Inherited from
Controller
.)
OnAuthentication(System.Web.Mvc.Filters.AuthenticationContext)
(Inherited from
Controller
.)
OnAuthenticationChallenge(System.Web.Mvc.Filters.AuthenticationChallengeContext)
(Inherited from
Controller
.)
OnAuthorization(System.Web.Mvc.AuthorizationContext)
(Inherited from
Controller
.)
OnException(System.Web.Mvc.ExceptionContext)
(Inherited from
Controller
.)
OnResultExecuted(System.Web.Mvc.ResultExecutedContext)
(Inherited from
Controller
.)
OnResultExecuting(System.Web.Mvc.ResultExecutingContext)
(Inherited from
Controller
.)
Reorder
()
()
()
()
Reorders this instance.
Reorder(IList
<
(Of
<
<'
(
Category
>
)
>
>
)
)
Reorders the specified categories.
ToString
Returns a string that represents the current object.
(Inherited from
Object
.)
See Also
CategoriesController Class
MichaelBrandonMorris.KingsportMillSafetyTraining.Controllers Namespace