ExpandedBlock Class

Contains the expansion results of block for a specific context.

Definition

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

Constructors

ExpandedBlock 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)
Source The segment that was expanded.
(Inherited from ExpandedPlaceholderTemplateNode)
Text The textual result of the expansion.
(Overrides ExpandedPlaceholderTemplateNodeText)

Methods

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

Fields

children The expanded child nodes.
(Inherited from ExpandedPlaceholderTemplateNode)

See Also