Click or drag to resize
Glossary Methods

The Glossary type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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 methodFindFormula
Register a formula in glossary
Public methodFindTerm
Find a Term by its defined name. Resolves from synonyms when required.
Public methodGetEnumerator
Public methodStatic memberGetGlossary
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsGlossaryDefined
Public methodStatic memberLoadFormulas(IRuleSet, String)
Loads a glossary from a ruleset address
Public methodStatic memberLoadFormulas(IElementModel, IRuleSet, String)
Loads a glossary from an element.
Public methodStatic memberLoadTerms(IRuleSet, String)
Loads a glossary from a ruleset address
Public methodStatic memberLoadTerms(IElementModel, IRuleSet, String)
Loads a glossary from an element.
Public methodLookupTerm
Lookups a term in glossary. Throws exception if term name is not found.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRegisterFormula(Formula)
Public methodRegisterFormula(String, String, FormulaType)
Register a formula in glossary
Public methodRegisterTerm(Term)
Public methodRegisterTerm(String, String, Domain, Boolean)
Register a new term in glossary.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also