Class FieldNodeWithArgumentBase
Inheritance
System.Object
FieldNodeWithArgumentBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Model.Fields.CodeExpressions
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public abstract class FieldNodeWithArgumentBase : 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
|