RecordNode Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Record expression parse node.
{X1: E1, X2: E2, ...}
public sealed class RecordNode : Microsoft.PowerFx.Syntax.VariadicBase
type RecordNode = class
inherit VariadicBase
Public NotInheritable Class RecordNode
Inherits VariadicBase
- Inheritance
Properties
| ChildNodes |
The list of child nodes. (Inherited from VariadicBase) |
| Count | (Inherited from VariadicBase) |
| Ids |
The record identifier names (i.e., field names). |
| Kind |
Kind of the parse node. |
| Parent |
Parent TexlNode in the AST structure (if any). (Inherited from TexlNode) |
Methods
| Accept(TexlVisitor) |
Accept a visitor TexlVisitor. |
| Accept<TResult,TContext>(TexlFunctionalVisitor<TResult,TContext>, TContext) |
Accept a functional visitor TexlFunctionalVisitor<TResult,TContext>. |
| AcceptChildren(TexlVisitor) | (Inherited from VariadicBase) |
| GetCompleteSpan() | System.Object.GetCompleteSpan |
| GetSourceBasedSpan() | (Inherited from TexlNode) |
| GetTextSpan() | System.Object.GetTextSpan |
| ToString() | (Inherited from TexlNode) |