Class MethodsController
Inherited Members
Namespace: SuperOffice.DCF.Web.Controllers
Assembly: SuperOffice.DCFWeb.dll
Syntax
[EnableJsonTypeAnnotations]
[SoExceptionFilter]
public class MethodsController : MethodControllerBase
Constructors
MethodsController()
Declaration
public MethodsController()
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 |