Click or drag to resize

termExploreModel Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Temp object to explore a term
Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbBindable
      imbNLP.Data.semanticLexicon.exploretermExploreItem
        imbNLP.Data.semanticLexicon.exploretermExploreModel

Namespace:  imbNLP.Data.semanticLexicon.explore
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
[XmlIncludeAttribute(typeof(termExploreItem))]
[XmlIncludeAttribute(typeof(termExploreItemCollection))]
public class termExploreModel : termExploreItem

The termExploreModel type exposes the following members.

Constructors
  NameDescription
Public methodtermExploreModel
Initializes a new instance of the termExploreModel class
Public methodtermExploreModel(String)
Initializes a new instance of the termExploreModel class
Public methodtermExploreModel(ITermLemma)
Initializes a new instance of the termExploreModel class.
Top
Properties
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodfilename
Filenames the specified extension.
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 methodgetGramSet (Inherited from termExploreItem.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodgetPosType (Inherited from termExploreItem.)
Public methodGetShadow
Gets the shadow.
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 methodOnPropertyChanged (Inherited from dataBindableBase.)
Public methodPostProcess
Public methodToString (Inherited from termExploreItem.)
Public methodToString(ILogBuilder, String, Boolean)
Logs a multiline description of the gramCaseSet
(Inherited from termExploreItem.)
Public methodToString(ILogBuilder, Boolean, Boolean)
To the string.
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from dataBindableBase.)
Top
Extension Methods
  NameDescription
Public Extension MethodexploreWithHunspell
Explores the with hunspell.
(Defined by termExploreProcedures.)
Public Extension MethodgetSynonymsWithHunspell (Defined by termExploreProcedures.)
Top
See Also