The following tables list the members exposed by GeneralResourceStorage.
Name | Description | |
---|---|---|
![]() ![]() | AvailableManagers | Collection of available managers for current resource storage. |
![]() ![]() | Cultures | Current resource storage culture list. |
![]() ![]() | CurrentCulture | Culture for the current thread. |
![]() ![]() | CustomResources | List of custom resource for current resource storage. |
![]() ![]() | DefCulture | Default culture for current thread. |
![]() ![]() | IsInitialized | Indicates whether the current resource storage has been initialized. |
![]() ![]() | Managers | Collection of resource managers for current resource storage. |
![]() ![]() | ResourceDirectory | Directory containing the resource files. |
![]() ![]() | UseGregorianCalendarOnly | Flag, use only Gregorian calendar for all system. |
Name | Description | |
---|---|---|
![]() ![]() | AddCultureInfo | Overloaded. |
![]() ![]() | FindCulture | Returns culture by specified name, if culture not exists it returns null. |
![]() ![]() | FindManager | Searches for resource manager with specified name in current resource storage. |
![]() ![]() | GetAppropriateCulture | Gets the culture that corresponds to the specified culture the most. |
![]() ![]() | GetManager | Returns resource manager from current storage or throws exception if there are no manager with such name. |
![]() ![]() | GetObject | Overloaded. |
![]() ![]() | Initialize | Initializes the resource storage based on the specified configuration resource section. |
![]() ![]() | RemoveCultureInfo | Removes culture from current resource storage. |
![]() ![]() | RemoveManager | Deletes resource manager with the specified name from the current resource storage. |
![]() ![]() | SetCurentCulture | Changing the current culture |
![]() ![]() | SetDefCulture | Sets default culture info. |
![]() ![]() | TryGetObject | Gets an object with the name objectName of the resource manager managerName in the specified obj parameter. Gets a value that indicated whether the objectName object has been received successfully. |