SlidesController Methods
The
SlidesController
type exposes the following members.
Methods
Name
Description
AddAnswer
Adds the answer.
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(SlideViewModel)
Creates the specified slide view model.
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(SlideViewModel)
Edits the specified model.
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
Returns the index view.
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
.)
RenderImage
Renders the image.
Reorder(Nullable
<
(Of
<
<'
(
Int32
>
)
>
>
)
)
Reorders the specified category identifier.
Reorder(IList
<
(Of
<
<'
(
Slide
>
)
>
>
)
)
Reorders the specified slides.
SelectCategoryToReorder
Selects the category to reorder.
ToString
Returns a string that represents the current object.
(Inherited from
Object
.)
View
Views the slide.
See Also
SlidesController Class
MichaelBrandonMorris.KingsportMillSafetyTraining.Controllers Namespace