Click or drag to resize

SalesController Class

Sales web controller
Inheritance Hierarchy
SystemObject
  ControllerBase
    Controller
      Velo.Web.HelperControllerStandard
        Velo.Web.ControllersSalesController

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

The SalesController type exposes the following members.

Constructors
  NameDescription
Public methodSalesController
Initializes a new instance of the SalesController class. Constructor without parameter
Top
Methods
  NameDescription
Public methodCode example_Edit
Get HTML code for a sale data by ID
Protected methodConvertViewToString
Convert MVC view to HTML code as string
(Inherited from ControllerStandard.)
Public methodCode exampleCreate
Create a new sale
Public methodCode exampleCreate(FormCollection)
Creating the sale from form data
Public methodCode exampleDelete(Int32)
Delete a sale data item
Public methodCode exampleDelete(Int32, FormCollection)
Deleting a sale from database and go to URL referrer
Public methodCode exampleDetails
Get a sale details
Public methodCode exampleEdit(Int32)
Edit a sale
Public methodEdit(Int32, FormCollection)
Save a sale that has been edited and go to view details.
Private methodGetArchive
Convert web value of archive to enumeration Archives
Public methodCode exampleGetList
Get HTML code for a sales list by search parameter
Public methodCode exampleGetListByAddress
Get HTML code for sales list by address
Public methodCode exampleGetListByAddressHeader
Get HTML code for sales list header by address
Protected methodCode exampleGoToURLReferrer
Gives redirection result from URL referrer
(Inherited from ControllerStandard.)
Public methodIndex
Get sales list by archive bit
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 Sales 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