Click or drag to resize

transliterationPairEntry Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Single entry of transliteration rules
Inheritance Hierarchy
SystemObject
  imbNLP.Transliteration.ruleSettransliterationPairEntry

Namespace:  imbNLP.Transliteration.ruleSet
Assembly:  imbNLP.Transliteration (in imbNLP.Transliteration.dll) Version: 0.2.1.1
Syntax
C#
[SerializableAttribute]
public class transliterationPairEntry

The transliterationPairEntry type exposes the following members.

Constructors
  NameDescription
Public methodtransliterationPairEntry
Initializes a new instance of the transliterationPairEntry class
Public methodtransliterationPairEntry(String, String)
Initializes a new instance of the transliterationPairEntry class
Top
Properties
  NameDescription
Public propertyA
Letter or bi-graph that should be transliterated to B
Public propertyB
Letter or bi-graph A should be transliterated to.
Top
Methods
  NameDescription
Public methodConvertFromEntry
Converts from entry string definition
Public methodConvertToEntry
Converts to entry definition string
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetInversed
Returns an inversed definition
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also