Click or drag to resize
MultilingualMessageRepository Methods

The MultilingualMessageRepository type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLookup
Looks up for a message based on a key on three level hierarchy.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRegister
Public methodRegisterDefault
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodRegister(ResourceManager, CultureInfo)Overloaded.
Registers a resource as a multilingual translation from a resource manager containing key (messageId) and translation
(Defined by MultilingualMessageRepositoryExtension.)
Public Extension MethodRegister(IDictionaryString, String, CultureInfo)Overloaded.
Registers a resource as a multilingual translation from a dictionary containing key (messageId) and translation
(Defined by MultilingualMessageRepositoryExtension.)
Top
See Also