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

Type of especially supported properties

Namespace: Tools.XmlT.XPathT
Assembly: 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 nameValueDescription
TypeName0Short name of type of context object ()
FullName1Full name of type of context object (FullName)
Name2Name of property, current stape will be obtained throught. Supported also for root but returns String
Enumerable3Contains true for enumerable objects, otherwise is not present
CircleLevel4Contains number of steps upward (in parent axis) needed to reach same context object as is actual ContextObject. Present only if non-zero.
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