Class
NestedFieldArgumentNode

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

Definition

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

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

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

Inheritance: objectNestedFieldArgumentNode

Implements: IFieldArgumentNodeIFieldCodeExpressionNode

Constructors

NestedFieldArgumentNode(Field)

Declaration

cs-api-definition
public NestedFieldArgumentNode(Field field)

Parameters

field

Field

Properties

Field

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

Declaration

cs-api-definition
public Field Field { get; }

Property Value

Field

Text

Gets the text of the nested field argument node.

Declaration

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

Property Value

string

Implements IFieldArgumentNode.Text

Methods

GetCodeExpressionFragment()

Gets the code expression fragment associated with the nested 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()

Gets the code expression string for the nested field argument node.

Declaration

cs-api-definition
public string GetCodeExpressionString()

Returns

string

A string representing the code expression of the nested field argument node.

Implements IFieldCodeExpressionNode.GetCodeExpressionString()