Version

AxisMatcher Class Members

The following tables list the members exposed by AxisMatcher.

Public Constructors
 NameDescription
Public ConstructorAxisMatcher ConstructorInitializes a new AxisMatcher.  
Public Properties
 NameDescription
Public PropertyAxisTypeIf set, tries to match an Axis based on its type, to be used with the typed index, if desired.  
Public PropertyIndexIf set, tries to match a Axis based on index  
Public PropertyMemberPathIf set, tries to match a Axis based on a member path, combined with MemberPathType.  
Public PropertyMemberPathTypeCombined with MemberPath allows you to select a Axis by member path.  
Public PropertyNameIf set, tries to match a Axis based on its name.  
Public PropertyTitleIf set, tries to match a Axis based on its title.  
Public PropertyTypedIndexIf set, indicates that the nth axis of a type should be used.  
Public Methods
 NameDescription
Public MethodResetResets all the properties to their default values  
Public MethodResetAxisTypeResets the AxisType property to its default value.  
Public MethodResetIndexResets the Index property to its default value.  
Public MethodResetMemberPathResets the MemberPath property to its default value.  
Public MethodResetMemberPathTypeResets the MemberPathType property to its default value.  
Public MethodResetNameResets the Name property to its default value.  
Public MethodResetTitleResets the Title property to its default value.  
Public MethodResetTypedIndexResets the TypedIndex property to its default value.  
Protected Methods
 NameDescription
Protected MethodShouldSerializeAxisTypeIndicates if the AxisType property needs to be serialized.  
Protected MethodShouldSerializeIndexIndicates if the Index property needs to be serialized.  
Protected MethodShouldSerializeMemberPathIndicates if the MemberPath property needs to be serialized.  
Protected MethodShouldSerializeMemberPathTypeIndicates if the MemberPathType property needs to be serialized.  
Protected MethodShouldSerializeNameIndicates if the Name property needs to be serialized.  
Protected MethodShouldSerializeTitleIndicates if the Title property needs to be serialized.  
Protected MethodShouldSerializeTypedIndexIndicates if the TypedIndex property needs to be serialized.  
See Also