ProviderHelper Class |
Namespace: CMS.DataEngine
public static class ProviderHelper
The ProviderHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ClearHashtables |
Clears hashtables for given object type.
|
![]() ![]() | GetCodeName |
Gets the code name by the given ID
|
![]() ![]() | GetId |
Gets the ID by the given code name
|
![]() ![]() | GetInfoByFullName |
Gets the info by its type and full name from the appropriate provider.
|
![]() ![]() | GetInfoByGuid(String, Guid, Boolean) |
Gets the info by its type and GUID from the appropriate provider.
|
![]() ![]() | GetInfoByGuid(String, Guid, Int32, Boolean) |
Gets the info by its type and GUID from the appropriate provider.
|
![]() ![]() | GetInfoById |
Gets the info by its type and ID from the appropriate provider.
|
![]() ![]() | GetInfoByName(String, String, Boolean) |
Gets the info by its type and code name from the appropriate provider.
|
![]() ![]() | GetInfoByName(String, String, Int32, Boolean) |
Gets the info by its type and code name from the appropriate provider.
|
![]() ![]() | GetInfosByIds |
Gets the info by its type and ID from the appropriate provider.
|
![]() ![]() | InvalidateProvider |
Invalidates specific provider.
|
![]() ![]() | LoadHashTables |
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.
|
![]() ![]() | LoadTables(IProviderDictionary) |
Returns true if the given dictionaries should be loaded.
|
![]() ![]() | LoadTables(ProviderDictionaryCollection) |
Returns true if the given dictionary collection should be loaded.
|