Class NestedFieldArgumentNode
Inheritance
System.Object
NestedFieldArgumentNode
Namespace: Telerik.Windows.Documents.Model.Fields.CodeExpressions
Assembly: Telerik.Windows.Documents.dll
Syntax
public class NestedFieldArgumentNode : Object, IFieldArgumentNode, IFieldCodeExpressionNode
Constructors
NestedFieldArgumentNode(Field)
Properties
Field
Text
Declaration
public string Text { get; }
Property Value
System.String
|
Implements
Methods
GetCodeExpressionFragment()
Declaration
public IEnumerable<Inline> GetCodeExpressionFragment()
Returns
System.Collections.Generic.IEnumerable<Inline>
|
Implements
GetCodeExpressionString()
Declaration
public string GetCodeExpressionString()
Returns
System.String
|