Click or drag to resize

TermLemma Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "T:imbNLP.Data.semanticLexicon.TermLemma"]

Inheritance Hierarchy
SystemObject
  BrightstarEntityObject
    imbNLP.Data.semanticLexiconTermLemma

Namespace:  imbNLP.Data.semanticLexicon
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public class TermLemma : BrightstarEntityObject, ITermLemma, 
	ILexiconItem

The TermLemma type exposes the following members.

Constructors
  NameDescription
Public methodTermLemma
Initializes a new instance of the TermLemma class
Public methodTermLemma(BrightstarEntityContext)
Initializes a new instance of the TermLemma class
Public methodTermLemma(BrightstarEntityContext, IDataObject)
Initializes a new instance of the TermLemma class
Top
Properties
  NameDescription
Public propertycompounds
Public propertyconcepts
Public propertyContext (Inherited from BrightstarEntityObject.)
Public propertygramSet
Public propertyId
Protected propertyIdentity (Inherited from BrightstarEntityObject.)
Public propertyinstances
Public propertyIsAttached (Inherited from BrightstarEntityObject.)
Public propertyIsModified (Inherited from BrightstarEntityObject.)
Public propertyname
Public propertyrelatedFrom
Public propertyrelatedTo
Public propertytype
Top
Methods
  NameDescription
Public methodAttach (Inherited from BrightstarEntityObject.)
Public methodBecome``1 (Inherited from BrightstarEntityObject.)
Public methodDetach (Inherited from BrightstarEntityObject.)
Public methodEquals (Inherited from BrightstarEntityObject.)
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 (Inherited from BrightstarEntityObject.)
Public methodGetKey (Inherited from BrightstarEntityObject.)
Public methodGetRelatedLiteralPropertiesCollection``1 (Inherited from BrightstarEntityObject.)
Public methodGetRelatedObject``1 (Inherited from BrightstarEntityObject.)
Public methodGetRelatedObjects``1 (Inherited from BrightstarEntityObject.)
Public methodGetRelatedProperty``1 (Inherited from BrightstarEntityObject.)
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.)
Protected methodOnCreated (Inherited from BrightstarEntityObject.)
Protected methodOnPropertyChanged (Inherited from BrightstarEntityObject.)
Public methodReportPropertyChanged (Inherited from BrightstarEntityObject.)
Public methodReportPropertyChanging (Inherited from BrightstarEntityObject.)
Protected methodSetKey (Inherited from BrightstarEntityObject.)
Public methodSetRelatedLiteralPropertiesCollection``1 (Inherited from BrightstarEntityObject.)
Public methodSetRelatedObject``1 (Inherited from BrightstarEntityObject.)
Public methodSetRelatedObjects``1 (Inherited from BrightstarEntityObject.)
Public methodSetRelatedProperty (Inherited from BrightstarEntityObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnbecome``1 (Inherited from BrightstarEntityObject.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from BrightstarEntityObject.)
Top
Extension Methods
  NameDescription
Public Extension MethodexpandOnce
Expands the once.
(Defined by lexiconItemTools.)
Public Extension MethodgetAllRelated (Defined by semanticLexiconExtensions.)
Public Extension MethodgetItemTypeName (Defined by lexiconItemTools.)
Public Extension MethodIsMatch
Determines whether the specified term is match.
(Defined by lexiconItemTools.)
Top
See Also