[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.XPathTAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Root | 0 | XPathObjectNavigator..::..RootStep | |
| Property | 1 | XPathObjectNavigator..::..PropertyStep | |
| Enumerable | 2 | XPathObjectNavigator..::..EnumerableStep | |
| Special | 3 | XPathObjectNavigator..::..SpecialStep | |
| Self | 4 | XPathObjectNavigator..::..SelfStep | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |