Describes a function item in the expression editor.
Definition
Namespace:Telerik.Windows.Controls.Expressions
Assembly:Telerik.Windows.Controls.Expressions.dll
Syntax:
C#
public class FunctionEditorItemModel : EditorItemModel
Inheritance: objectEditorModelBaseEditorItemModelFunctionEditorItemModel
Inherited Members
Constructors
Initializes a new instance of the FunctionEditorItemModel class.
C#
public FunctionEditorItemModel(MethodInfo methodInfo, string category)
The method info of the function this item model represents.
categorystringThe category of this function item model.
Properties
Gets the method info represented by this function item mode.
C#
public MethodInfo MethodInfo { get; }
Methods
Returns the expression token value of this model.
C#
public override string ToString()
The expression token value of this model.
Overrides: