| MultilingualMessageRepository Class |
Namespace: FlexRule.Translation
[SerializableAttribute] public class MultilingualMessageRepository : IMultilingualMessageRepository, IMessageLookup
The MultilingualMessageRepository type exposes the following members.
| Name | Description | |
|---|---|---|
| MultilingualMessageRepository |
| Name | Description | |
|---|---|---|
| CurrentCulture |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Lookup |
Looks up for a message based on a key on three level hierarchy.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Register | ||
| RegisterDefault | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Register(ResourceManager, CultureInfo) | Overloaded.
Registers a resource as a multilingual translation from a resource manager containing key (messageId) and translation
(Defined by MultilingualMessageRepositoryExtension.) | |
| Register(IDictionaryString, String, CultureInfo) | Overloaded.
Registers a resource as a multilingual translation from a dictionary containing key (messageId) and translation
(Defined by MultilingualMessageRepositoryExtension.) |