Class DataMethodsController
Namespace: SuperOffice.DCF.Web.Controllers
Assembly: SuperOffice.DCFWeb.dll
Syntax
[EnableJsonTypeAnnotations]
public class DataMethodsController : ApiController
Constructors
DataMethodsController()
Declaration
public DataMethodsController()
Methods
GetMethods()
Declaration
public IEnumerable<object> GetMethods()
Returns
| Type | Description |
|---|---|
| IEnumerable<Object> |
method(Object)
Declaration
public object method(object data)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | data |
Returns
| Type | Description |
|---|---|
| Object |