New to Telerik UI for WPFStart a free 30-day trial

Represents a base class for field nodes with arguments in the Telerik document model.

Definition

Namespace:Telerik.Windows.Documents.Model.Fields.CodeExpressions

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public abstract class FieldNodeWithArgumentBase : IFieldCodeExpressionNode

Inheritance: objectFieldNodeWithArgumentBase

Derived Classes: FieldCodeExpressionFieldSwitchNode

Implements: IFieldCodeExpressionNode

Constructors

C#
protected FieldNodeWithArgumentBase()

Properties

Represents an argument node for a field within the document model.

C#
public IFieldArgumentNode FieldArgumentNode { get; set; }

Methods

Gets the code expression fragment associated with the field node.

C#
public abstract IEnumerable<Inline> GetCodeExpressionFragment()
Returns:

IEnumerable<Inline>

A string representing the code expression fragment.

Implements: IFieldCodeExpressionNode.GetCodeExpressionFragment()

Retrieves the code expression as a string representation for the current field node with argument.

C#
public abstract string GetCodeExpressionString()
Returns:

string

A string that represents the code expression for the field node.

Implements: IFieldCodeExpressionNode.GetCodeExpressionString()