Class
FieldTypeNode

Represents a node in a field type expression within Telerik's document model.

Definition

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

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class FieldTypeNode : IFieldCodeExpressionNode

Inheritance: objectFieldTypeNode

Implements: IFieldCodeExpressionNode

Constructors

FieldTypeNode(string)

Declaration

cs-api-definition
public FieldTypeNode(string fieldType)

Parameters

fieldType

string

Properties

Text

Represents the text content of a FieldTypeNode in a CodeExpression.

Declaration

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

Property Value

string

Methods

GetCodeExpressionFragment()

Retrieves the code expression fragment associated with the field type 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 type node.

Declaration

cs-api-definition
public string GetCodeExpressionString()

Returns

string

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

Implements IFieldCodeExpressionNode.GetCodeExpressionString()