 | semanticLexiconContextInitializeEntityMappingStore Method |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
Initialize the internal cache of entity attribute information.
Namespace:
imbNLP.Data.semanticLexicon
Assembly:
imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.26
Syntaxpublic 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