EMTranslationResourceRepository Class

Alterian Email Manager 6.2.3 SDK Help File
Inheritance Hierarchy
SystemObject
  DMLibrary.RepositoryEMTranslationResourceRepository

Namespace:  DMLibrary.Repository
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public class EMTranslationResourceRepository : IEMTranslationResourceRepository

The EMTranslationResourceRepository type exposes the following members.

Constructors
NameDescription
Public methodEMTranslationResourceRepository
Initializes a new instance of the EMTranslationResourceRepository class
Top
Methods
NameDescription
Public methodAddOrUpdateTranslation
Public methodAddResource
Add a resource ID and an english phrase.
Public methodGetRawTranslationResources
Get the raw translation resources with embedded resource tags and ordinal comments
Public methodGetTranslationResources
Gets the collection of translated resource strings and IDs for a given language.
Public methodGetTranslationSummaries
Get a collection of translation resource summary items.
Public methodProcessTranslationResources
remove comments and replace all embedded resources.
Public methodRemoveResourceID
Remove a resource ID.
Public methodRemoveResourcePhrase
Deletes an existing EnglishText Phrase and its associated translations.
Public methodStatic memberResolveEmbeddedResource
Validate and replace any embedded resources.
Public methodUpdateResourcePhrase
Update an existing Phrase based on its ResourceID. Optionally associate existing translations with the new Phrase.
Public methodValidateTranslationResource
Validate that a Phrase can be processed for embedded resources.
Top
See Also