Version

SeriesMatcher Class Members

The following tables list the members exposed by SeriesMatcher.

Public Constructors
 NameDescription
Public ConstructorSeriesMatcher ConstructorInitializes a new SeriesMatcher.  
Public Properties
 NameDescription
Public PropertyIndexIf set, tries to match a series based on index  
Public PropertyMemberPathIf set, tries to match a series based on a member path, combined with MemberPathType.  
Public PropertyMemberPathTypeCombined with MemberPath allows you to select a series by member path.  
Public PropertyNameIf set, tries to match a series based on its name.  
Public PropertyTitleIf set, tries to match a series based on its title.  
Public Methods
 NameDescription
Public MethodResetResets all the properties to their default values  
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.  
Protected Methods
 NameDescription
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.  
See Also