FunctionCallCriteria class
namespace: Serenity.Data assembly: Serenity.Net.Services
Criteria object that identifies a function call
public abstract class FunctionCallCriteria : BaseCriteria
| parameter | description |
|---|---|
| arguments | The arguments. |
Public Members
| name | description |
|---|---|
| Arguments { get; } | Gets the arguments. |
| abstract GetFunctionName(…) | Gets the function name |
| override ToString(…) |
Protected Members
| name | description |
|---|---|
| FunctionCallCriteria(…) | Criteria object that identifies a function call |
| virtual AppendArguments(…) | Appends the arguments |
| virtual AppendCloseParenthesis(…) | Appends the closing parenthesis |
| virtual AppendFunctionName(…) | Appends the function name |
| virtual AppendOpenParenthesis(…) | Appends the opening parenthesis |
See Also
- class BaseCriteria
- Source: FunctionCallCriteria.cs