This is the complete list of members for DictionaryAPI, including all inherited members.
CreateDictionary(_.Library.Integer domainId, _.Library.String name, _.Library.String description, _.Library.String defaultLanguage, _.Library.Integer defaultProfileId, _.Library.Status sc) | DictionaryAPI | static |
CreateDictionaryFormat(_.Library.Integer domainId, _.Library.String formatClass, _.Library.List formatParams, _.Library.Status sc) | DictionaryAPI | static |
CreateDictionaryItem(_.Library.Integer domainId, _.Library.Integer dictId, _.Library.String name, _.Library.String URI, _.Library.String defaultLanguage, _.Library.Status sc) | DictionaryAPI | static |
CreateDictionaryItemAndTerm(_.Library.Integer domainId, _.Library.Integer dictId, _.Library.String name, _.Library.String URI, _.Library.String language, _.Library.Status sc) | DictionaryAPI | static |
CreateDictionaryTerm(_.Library.Integer domainId, _.Library.Integer dictItemId, _.Library.String string, _.Library.String language, _.Library.Status sc, _.Library.Boolean isProcessed) | DictionaryAPI | static |
CreateDictionaryTermFormat(_.Library.Integer domainId, _.Library.Integer dictItemId, _.Library.String formatClass, _.Library.List formatParams, _.Library.Status sc) | DictionaryAPI | static |
CreateRegularExpression(_.Library.Integer pDomainId, _.Library.Integer pDictItemId, _.Library.String pRegularExpression, _.Library.String pReplace, _.Library.Status pSC) | DictionaryAPI | static |
DropAllDictionaryData(_.Library.Integer domainId) | DictionaryAPI | static |
DropDictionary(_.Library.Integer domainId, _.Library.Integer dictId) | DictionaryAPI | static |
DropDictionaryItem(_.Library.Integer domainId, _.Library.Integer dictItemId) | DictionaryAPI | static |
DropDictionaryTerm(_.Library.Integer domainId, _.Library.String dictTermId) | DictionaryAPI | static |
GetDictionaries(result, _.Library.Integer domainId, _.Library.Integer page, _.Library.Integer pageSize, _.Library.Boolean pIncludeCrossDomain) | DictionaryAPI | static |
GetDictionaryId(_.Library.Integer domainId, _.Library.String name, _.Library.Status sc) | DictionaryAPI | static |
GetDictionaryItemIdByURI(_.Library.Integer domainId, _.Library.String URI, _.Library.Status sc) | DictionaryAPI | static |
GetDictionaryItems(result, _.Library.Integer domainId, _.Library.Integer dictId, _.Library.Integer page, _.Library.Integer pageSize) | DictionaryAPI | static |
GetDictionaryItemsAndTerms(result, _.Library.Integer domainId, _.Library.Integer dictId, _.Library.Integer page, _.Library.Integer pageSize) | DictionaryAPI | static |
GetDictionaryTermsByItem(result, _.Library.Integer domainId, _.Library.Integer dictItemId, _.Library.Integer page, _.Library.Integer pageSize) | DictionaryAPI | static |
GetFormatDetails(_.Library.Integer pDomainId, _.Library.Integer pDictionaryFormatId, _.Library.String pFormatClass, _.Library.List pFormatParams) | DictionaryAPI | static |
GetItemsByName(pResult, _.Library.Integer pDomainId, _.Library.String pString, _.Library.Integer pPage, _.Library.Integer pPageSize, _.iKnow.Filters.Filter pFilter, _.Library.List pDictIds, _.Library.Integer pMode, _.Library.String pCheck, _.Library.String pLang) | DictionaryAPI | static |
GetTermsByName(pResult, _.Library.Integer pDomainId, _.Library.String pString, _.Library.Integer pPage, _.Library.Integer pPageSize, _.iKnow.Filters.Filter pFilter, _.Library.List pDictIds, _.Library.Integer pMode, _.Library.String pLang) | DictionaryAPI | static |
HasDictionaries(_.Library.Integer pDomainId) | DictionaryAPI | static |