[This is preliminary documentation and is subject to change.]
Type of especially supported properties
Namespace: Tools.XmlT.XPathTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public enum StepType |
| Visual Basic |
|---|
Public Enumeration StepType |
| Visual C++ |
|---|
public enum class StepType |
| F# |
|---|
type StepType |
| JScript |
|---|
public enum StepType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| TypeName | 0 | Short name of type of context object () | |
| FullName | 1 | Full name of type of context object (FullName) | |
| Name | 2 | Name of property, current stape will be obtained throught. Supported also for root but returns String | |
| Enumerable | 3 | Contains true for enumerable objects, otherwise is not present | |
| CircleLevel | 4 | Contains number of steps upward (in parent axis) needed to reach same context object as is actual ContextObject. Present only if non-zero. | |
| 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 |