ExpandedLevel Class

Contains the expansion results of a single level within a placeholder for a specific context.

Definition

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

Constructors

ExpandedLevel Constructor.

Properties

Children The expanded child nodes.
(Inherited from ExpandedPlaceholderTemplateNode)
Context The context of the expansion.
(Inherited from ExpandedPlaceholderTemplateNode)
Issues Issues encountered during expansion of this node and it's children.
(Inherited from ExpandedPlaceholderTemplateNode)
Level Source cast as level.
Results The resulting context after expansion.
Settings  
Source The segment that was expanded.
(Inherited from ExpandedPlaceholderTemplateNode)
Text The textual representation of the results.
(Overrides ExpandedPlaceholderTemplateNodeText)

Methods

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

Fields

children The expanded child nodes.
(Inherited from ExpandedPlaceholderTemplateNode)

See Also