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