Click or drag to resize

transliterationPairSet Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Single alphabet-2-alphabet mapping
Inheritance Hierarchy
SystemObject
  imbNLP.Transliteration.ruleSettransliterationPairSet

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

The transliterationPairSet type exposes the following members.

Constructors
  NameDescription
Public methodtransliterationPairSet
Initializes a new instance of the transliterationPairSet class
Top
Properties
  NameDescription
Public propertyauto_capital_case
Gets or sets a value indicating whether pairs for uppercase letters are automatically built
Public propertycomment
Public propertyIsInitiated
Indicating if the transliteration table is filled with definitions, i.e. loaded
Public propertylang_A_id
Gets or sets the language identifier for A side
Public propertylang_B_id
Gets or sets the language identifier for B side
Top
Methods
  NameDescription
Public methodAdd
Adds new definition pair
Public methodConvertFromAtoB
Converts from alphabet A to B
Public methodConvertFromBtoA
Converts from alphabet B to A
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadFromString
Populates the pairs from string form
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveToString
Saves the transliteration pair set into string form
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldfromAtoB
Protected fieldfromBtoA
Top
See Also