Click or drag to resize

EmployeeDataController Class

Web API data controller about employee
Inheritance Hierarchy
SystemObject
  ApiController
    Velo.Web.ControllersEmployeeDataController

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

The EmployeeDataController type exposes the following members.

Constructors
  NameDescription
Public methodEmployeeDataController
Initializes a new instance of the EmployeeDataController class
Top
Methods
  NameDescription
Public methodGetEmployee
Get employee by ID
Public methodNewGUID
Get a GUID
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