| Glossary Methods |
The Glossary type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FindFormula |
Register a formula in glossary
| |
| FindTerm |
Find a Term by its defined name. Resolves from synonyms when required.
| |
| GetEnumerator | ||
| GetGlossary | ||
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsGlossaryDefined | ||
| LoadFormulas(IRuleSet, String) |
Loads a glossary from a ruleset address
| |
| LoadFormulas(IElementModel, IRuleSet, String) |
Loads a glossary from an element.
| |
| LoadTerms(IRuleSet, String) |
Loads a glossary from a ruleset address
| |
| LoadTerms(IElementModel, IRuleSet, String) |
Loads a glossary from an element.
| |
| LookupTerm |
Lookups a term in glossary. Throws exception if term name is not found.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RegisterFormula(Formula) | ||
| RegisterFormula(String, String, FormulaType) |
Register a formula in glossary
| |
| RegisterTerm(Term) | ||
| RegisterTerm(String, String, Domain, Boolean) |
Register a new term in glossary.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| DistinctByGlossaryEntry, TKey | (Defined by LinqExtensions.) | |
| IndexOfGlossaryEntry | (Defined by StringTokenExtensions.) | |
| TakeLastGlossaryEntry |
Takes n last numbers of a source
(Defined by LinqExtensions.) |