Namespace Sdl.LanguagePlatform.Core.Resources
Classes
ResourceDataAccessorAsyncWrapper
Helper class for legacy functions where IResourceDataAccessor needs to be supported
Interfaces
IResourceDataAccessor
A resource data accessor provides access to language-specific resources of different types (see LanguageResourceType for the supported resource types).
Resources are binary-stored data streams. The caller is responsible to read the data in the resource-specific format and interpret it accordingly.
IResourceDataAccessorAsync
Enums
LanguageResourceType
Enumerates the different types of language resources.
ResourceStatus
Enumerates the status of a resource. The status specifies whether a requested resource can be loaded or not.