ClassFunctionEditorItemModel
Class
Describes a function item in the expression editor.
Definition
Namespace:Telerik.Windows.Controls.Expressions
Assembly:Telerik.Windows.Controls.Expressions.dll
Syntax:
cs-api-definition
public class FunctionEditorItemModel : EditorItemModel
Inheritance: objectEditorModelBaseEditorItemModelFunctionEditorItemModel
Inherited Members
Constructors
FunctionEditorItemModel(MethodInfo, string)
Initializes a new instance of the FunctionEditorItemModel class.
Declaration
cs-api-definition
public FunctionEditorItemModel(MethodInfo methodInfo, string category)
Parameters
methodInfo
The method info of the function this item model represents.
category
The category of this function item model.
Properties
Category
Gets the category if this item model.
MethodInfo
Gets the method info represented by this function item mode.
Methods
ToString()
Returns the expression token value of this model.
Declaration
cs-api-definition
public override string ToString()
Returns
The expression token value of this model.
Overrides