Click or drag to resize

wordnetSymsetResults Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Result of wordnetSymsetQuery
Inheritance Hierarchy
SystemObject
  dataBindableBase
    translationTableMultiString, String
      imbNLP.Data.extended.wordnetwordnetSymsetResults

Namespace:  imbNLP.Data.extended.wordnet
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public class wordnetSymsetResults : translationTableMulti<string, string>

The wordnetSymsetResults type exposes the following members.

Constructors
  NameDescription
Public methodwordnetSymsetResults
Initializes a new instance of the wordnetSymsetResults class
Top
Properties
  NameDescription
Public propertyCount
Protected propertyentries (Inherited from translationTableMultiString, String.)
Public propertymodels
Top
Methods
  NameDescription
Public methodAdd (Inherited from translationTableMultiString, String.)
Public methodAddRange (Inherited from translationTableMultiString, String.)
Public methodContainsKey (Inherited from translationTableMultiString, String.)
Public methodContainsValue (Inherited from translationTableMultiString, 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 methodGetAll
Public methodGetByKey (Overrides translationTableMulti.GetByKey(UTP).)
Public methodGetByValue (Overrides translationTableMulti.GetByValue(UTP).)
Public methodGetEnglish
Public methodGetEnumerator (Inherited from translationTableMultiString, String.)
Public methodGetForEnglish
Public methodGetForSymsetCode
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetKeys (Inherited from translationTableMultiString, String.)
Public methodGetOfTypeByKey (Inherited from translationTableMultiString, String.)
Public methodGetOfTypeByValue (Inherited from translationTableMultiString, String.)
Public methodGetSymsetCodes
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValues (Inherited from translationTableMultiString, String.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnPropertyChanged (Inherited from dataBindableBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from dataBindableBase.)
Top
See Also

Reference

[!:aceCommonTypes.collection.special.translationTableMulti<System.String, System.String>]