Click or drag to resize

semanticLexiconContextInitializeEntityMappingStore Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initialize the internal cache of entity attribute information.

Namespace:  imbNLP.Data.semanticLexicon
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public static void InitializeEntityMappingStore()
Remarks
This method is normally invoked from the static constructor for the generated context class. It is provided as a public static method to enable the use of the cached entity attribute information without the need to construct a context (typically in test code). In normal application code you should never need to explicitly call this method.
See Also