Class
FieldArgumentNode

Represents a field argument node within a code expression in the Telerik document model.

Definition

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

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class FieldArgumentNode : IFieldArgumentNode, IFieldCodeExpressionNode

Inheritance: objectFieldArgumentNode

Implements: IFieldArgumentNodeIFieldCodeExpressionNode

Constructors

FieldArgumentNode(string)

Declaration

cs-api-definition
public FieldArgumentNode(string argument)

Parameters

argument

string

Properties

Text

Represents the text of the field argument node in the document model.

Declaration

cs-api-definition
public string Text { get; }

Property Value

string

Implements IFieldArgumentNode.Text

Methods

GetCodeExpressionFragment()

Retrieves the code expression fragment associated with the field argument node.

Declaration

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

Returns

IEnumerable<Inline>

A string representing the code expression fragment.

Implements IFieldCodeExpressionNode.GetCodeExpressionFragment()

GetCodeExpressionString()

Retrieves the string representation of the code expression for the field argument node.

Declaration

cs-api-definition
public string GetCodeExpressionString()

Returns

string

A string that represents the code expression associated with the field argument node.

Implements IFieldCodeExpressionNode.GetCodeExpressionString()