Flexberry ORM ODataService 5.2.0-beta01
Класс NewPlatform.Flexberry.ORM.ODataService.Functions.Action

Class of user-defined OData action. Подробнее...

Граф наследования:NewPlatform.Flexberry.ORM.ODataService.Functions.Action:
NewPlatform.Flexberry.ORM.ODataService.Functions.Function

Открытые члены

 Action (string actionName, DelegateODataFunction handler, Type returnType, Dictionary< string, Type > parametersTypes=null)
 
 Action (string actionName, DelegateODataFunction handler, Dictionary< string, Type > parametersTypes=null)
 
- Открытые члены унаследованные от NewPlatform.Flexberry.ORM.ODataService.Functions.Function
 Function (string functionName, DelegateODataFunction handler, Type returnType, Dictionary< string, Type > parametersTypes=null)
 Initializes a new instance of the Function class. Подробнее...
 

Дополнительные унаследованные члены

- Свойства унаследованные от NewPlatform.Flexberry.ORM.ODataService.Functions.Function
string Name [get]
 The name of the function. Подробнее...
 
DelegateODataFunction Handler [get, set]
 The handler for the function. Подробнее...
 
Type ReturnType [get, set]
 The return type of the function. Подробнее...
 
Dictionary< string, Type > ParametersTypes [get, set]
 The arguments of the function. Подробнее...
 

Подробное описание

Class of user-defined OData action.