Click or drag to resize

AddressController Class

Address web controller
Inheritance Hierarchy
SystemObject
  ControllerBase
    Controller
      Velo.Web.HelperControllerStandard
        Velo.Web.ControllersAddressController

Namespace:  Velo.Web.Controllers
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public class AddressController : ControllerStandard

The AddressController type exposes the following members.

Constructors
  NameDescription
Public methodAddressController
Initializes a new instance of the AddressController class. Constructor without parameter
Top
Methods
  NameDescription
Public methodCode example_BikeBikeHistoryEntry
Get HTML code for create a new bike and a new bike history entry from address
Public methodCode example_Display
Get HTML code for an address data by ID
Public methodCode example_Edit
Get HTML code for an address data by ID
Protected methodConvertViewToString
Convert MVC view to HTML code as string
(Inherited from ControllerStandard.)
Public methodCode exampleCreate
Create a new address
Public methodCode exampleCreate(FormCollection)
Creating the address from form data
Public methodCode exampleDelete(Int32)
Delete an address
Public methodCode exampleDelete(Int32, FormCollection)
Deleting an address from database and go to URL referrer
Public methodCode exampleDetails
Get an address details
Public methodCode exampleEdit(Int32)
Edit an address
Public methodEdit(Int32, FormCollection)
Save an address that has been edited and go to URL referrer.
Public methodCode exampleGetList
Get HTML code for an address list by search parameter
Protected methodCode exampleGoToURLReferrer
Gives redirection result from URL referrer
(Inherited from ControllerStandard.)
Public methodIndex
Get address list
Protected methodMessage
Go to message (Home/Message)
(Inherited from ControllerStandard.)
Protected methodMessageNoData
Standard message "Daten nicht vorhanden!" or "[data source] nicht vorhanden!"
(Inherited from ControllerStandard.)
Protected methodCode exampleSaveURLReferrer
Save URL referrer
(Inherited from ControllerStandard.)
Private methodSetData
Set data item Address with form data
Private methodSetViewBagList
Set object ViewBag
Top
Extension Methods
  NameDescription
Public Extension MethodCode exampleConvertDateFromSQL
Convert SQL date include value null
(Defined by Extension.)
Public Extension MethodConvertDateToSQL
Convert C# date type to SQL date type
(Defined by Extension.)
Top
See Also