Flexberry ORM ODataService 5.2.0-beta01
|
Class of user-defined OData function. Подробнее...
Открытые члены | |
Function (string functionName, DelegateODataFunction handler, Type returnType, Dictionary< string, Type > parametersTypes=null) | |
Initializes a new instance of the Function class. Подробнее... | |
Свойства | |
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 function.
|
inline |
Initializes a new instance of the Function class.
functionName | The name of the function. |
handler | The handler for the function. |
returnType | The return type of the function. |
parametersTypes | The arguments of the function. |
|
getset |
The handler for the function.
|
get |
The name of the function.
|
getset |
The arguments of the function.
|
getset |
The return type of the function.