Version

ReferenceNodeType Enumeration

Enumeration used to indicate the type of object that is represented by the CalculationReferenceNode
Syntax
'Declaration
 
Public Enum ReferenceNodeType 
   Inherits System.Enum
public enum ReferenceNodeType : System.Enum 
Members
MemberDescription
CalculatorThe root reference for an ItemCalculator or ListCalculator
CalculatorCalculationThe reference for an ItemCalculation or ListCalculation inside an ItemCalculator or ListCalculator
CalculatorItemPropertyThe reference for the property of an item inside an ItemCalculator or ListCalculator
ControlA control or sub-object of a control Node
ControlsGroupThe ControlsGroup Node
ListCalculationsGroupThe ListCalculations Node Group
NamedReferenceA NamedReference Node
NamedReferencesAllGroupThe NamedReferences "All" Group Node
NamedReferencesGroupThe NamedReferencesGroup Node
NamedReferencesOtherGroupA NamedReferences "Other" Group Node
NamedReferencesUnassignedGroupThe NamedReferences "Unassigned" Group Node
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also