The following tables list the members exposed by AxisMatcher.
| Name | Description | |
|---|---|---|
![]() | AxisMatcher Constructor | Initializes a new AxisMatcher. |
| Name | Description | |
|---|---|---|
![]() | AxisType | If set, tries to match an Axis based on its type, to be used with the typed index, if desired. |
![]() | Index | If set, tries to match a Axis based on index |
![]() | MemberPath | If set, tries to match a Axis based on a member path, combined with MemberPathType. |
![]() | MemberPathType | Combined with MemberPath allows you to select a Axis by member path. |
![]() | Name | If set, tries to match a Axis based on its name. |
![]() | Title | If set, tries to match a Axis based on its title. |
![]() | TypedIndex | If set, indicates that the nth axis of a type should be used. |
| Name | Description | |
|---|---|---|
![]() | Reset | Resets all the properties to their default values |
![]() | ResetAxisType | Resets the AxisType property to its default value. |
![]() | ResetIndex | Resets the Index property to its default value. |
![]() | ResetMemberPath | Resets the MemberPath property to its default value. |
![]() | ResetMemberPathType | Resets the MemberPathType property to its default value. |
![]() | ResetName | Resets the Name property to its default value. |
![]() | ResetTitle | Resets the Title property to its default value. |
![]() | ResetTypedIndex | Resets the TypedIndex property to its default value. |
| Name | Description | |
|---|---|---|
![]() | ShouldSerializeAxisType | Indicates if the AxisType property needs to be serialized. |
![]() | ShouldSerializeIndex | Indicates if the Index property needs to be serialized. |
![]() | ShouldSerializeMemberPath | Indicates if the MemberPath property needs to be serialized. |
![]() | ShouldSerializeMemberPathType | Indicates if the MemberPathType property needs to be serialized. |
![]() | ShouldSerializeName | Indicates if the Name property needs to be serialized. |
![]() | ShouldSerializeTitle | Indicates if the Title property needs to be serialized. |
![]() | ShouldSerializeTypedIndex | Indicates if the TypedIndex property needs to be serialized. |