C# Class SIL.FieldWorks.Filters.BadSpellingMatcher

A BadSpellingMatcher
Inheritance: SIL.FieldWorks.Filters.BaseMatcher
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
BadSpellingMatcher ( ) : System

Required constructor for persistence.

BadSpellingMatcher ( int ws ) : System
InitXml ( XmlNode node ) : void

Inits the XML.

PersistAsXml ( XmlNode node ) : void

Persists as XML.

SameMatcher ( IMatcher other ) : bool

Same if it checks for the same writing system.

Private Methods

Méthode Description
Matches ( SIL arg ) : bool

Method Details

BadSpellingMatcher() public méthode

Required constructor for persistence.
public BadSpellingMatcher ( ) : System
Résultat System

BadSpellingMatcher() public méthode

public BadSpellingMatcher ( int ws ) : System
ws int
Résultat System

InitXml() public méthode

Inits the XML.
public InitXml ( XmlNode node ) : void
node System.Xml.XmlNode The node.
Résultat void

PersistAsXml() public méthode

Persists as XML.
public PersistAsXml ( XmlNode node ) : void
node System.Xml.XmlNode The node.
Résultat void

SameMatcher() public méthode

Same if it checks for the same writing system.
public SameMatcher ( IMatcher other ) : bool
other IMatcher
Résultat bool