[This is preliminary documentation and is subject to change.]

Helper enumeration that allows quicker identification of steps. Contains one value of each class inherited from XPathObjectNavigator..::..Step

Namespace: Tools.XmlT.XPathT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public enum StepClasses
Visual Basic
Public Enumeration StepClasses
Visual C++
public enum class StepClasses
F#
type StepClasses
JScript
public enum StepClasses

Members

Member nameValueDescription
Root0XPathObjectNavigator..::..RootStep
Property1XPathObjectNavigator..::..PropertyStep
Enumerable2XPathObjectNavigator..::..EnumerableStep
Special3XPathObjectNavigator..::..SpecialStep
Self4XPathObjectNavigator..::..SelfStep
IsFlagsGets value indicating if given value is of enum type which has FlagsAttribute applied
GetNameGets name of given enumeration value
GetConstantGets constant field that represents given enum value
GetValueGets value of enum in its unedlying type
IsDefinedGets value idicating if given value is defined as constant in enumeration

See Also