ClassFieldNodeWithArgumentBase
Class
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:
Implements:
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
Methods
GetCodeExpressionFragment()
Gets the code expression fragment associated with the field node.
Declaration
cs-api-definition
public abstract IEnumerable<Inline> GetCodeExpressionFragment()
Returns
A string representing the code expression fragment.
Implements
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
A string that represents the code expression for the field node.
Implements