ExpandedPlaceholderTemplateNode Class

Base implementation of an expanded node in a placeholder template.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public abstract class ExpandedPlaceholderTemplateNode
Inheritance
Object    ExpandedPlaceholderTemplateNode
Derived

Constructors

Properties

Children The expanded child nodes.
Context The context of the expansion.
Issues Issues encountered during expansion of this node and it's children.
Source The segment that was expanded.
Text The textual result of the expansion.

Methods

GetExpandedValuesT Finds all expanded values of the specified type (the context can be cast it).

Fields

children The expanded child nodes.

See Also