Click or drag to resize
ProviderHelper Class
Helper methods for info providers
Inheritance Hierarchy
SystemObject
  CMS.DataEngineProviderHelper

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public static class ProviderHelper

The ProviderHelper type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberALL_SITES
All sites constant for the data retrieval.
Top
Methods
  NameDescription
Public methodStatic memberClearHashtables
Clears hashtables for given object type.
Public methodStatic memberGetCodeName
Gets the code name by the given ID
Public methodStatic memberGetId
Gets the ID by the given code name
Public methodStatic memberGetInfoByFullName
Gets the info by its type and full name from the appropriate provider.
Public methodStatic memberGetInfoByGuid(String, Guid, Boolean)
Gets the info by its type and GUID from the appropriate provider.
Public methodStatic memberGetInfoByGuid(String, Guid, Int32, Boolean)
Gets the info by its type and GUID from the appropriate provider.
Public methodStatic memberGetInfoById
Gets the info by its type and ID from the appropriate provider.
Public methodStatic memberGetInfoByName(String, String, Boolean)
Gets the info by its type and code name from the appropriate provider.
Public methodStatic memberGetInfoByName(String, String, Int32, Boolean)
Gets the info by its type and code name from the appropriate provider.
Public methodStatic memberGetInfosByIds
Gets the info by its type and ID from the appropriate provider.
Public methodStatic memberInvalidateProvider
Invalidates specific provider.
Public methodStatic memberLoadHashTables
Returns true if the hashtables for specified object type should be loaded with the data. Reflects the AppSettings key "CMSLoadHashtables" + objectType.Replace(".", ""), e.g. CMSLoadHashtablesCMSUser.
Public methodStatic memberLoadTables(IProviderDictionary)
Returns true if the given dictionaries should be loaded.
Public methodStatic memberLoadTables(ProviderDictionaryCollection)
Returns true if the given dictionary collection should be loaded.
Top
See Also