Class
FieldNodeWithArgumentBase

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:

cs-api-definition
public abstract class FieldNodeWithArgumentBase : IFieldCodeExpressionNode

Inheritance: objectFieldNodeWithArgumentBase

Derived Classes: FieldCodeExpressionFieldSwitchNode

Implements: IFieldCodeExpressionNode

Constructors

FieldNodeWithArgumentBase()

Declaration

cs-api-definition
protected FieldNodeWithArgumentBase()

Properties

FieldArgumentNode

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

Declaration

cs-api-definition
public IFieldArgumentNode FieldArgumentNode { get; set; }

Property Value

IFieldArgumentNode

Methods

GetCodeExpressionFragment()

Gets the code expression fragment associated with the field node.

Declaration

cs-api-definition
public abstract IEnumerable<Inline> GetCodeExpressionFragment()

Returns

IEnumerable<Inline>

A string representing the code expression fragment.

Implements IFieldCodeExpressionNode.GetCodeExpressionFragment()

GetCodeExpressionString()

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

Declaration

cs-api-definition
public abstract string GetCodeExpressionString()

Returns

string

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

Implements IFieldCodeExpressionNode.GetCodeExpressionString()