Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
Message Interface for a lazy loading. For Native Language Support (NLS), system of software internationalization. More...
Inherited by Lucene.Net.Messages.MessageImpl.
Public Member Functions | |
object[] | GetArguments () |
System.String | GetLocalizedMessage () |
System.String | GetLocalizedMessage (System.Globalization.CultureInfo locale) |
Properties | |
string | Key [get] |
Message Interface for a lazy loading. For Native Language Support (NLS), system of software internationalization.
Definition at line 26 of file Message.cs.
object [] Lucene.Net.Messages.Message.GetArguments | ( | ) |
Implemented in Lucene.Net.Messages.MessageImpl.
System.String Lucene.Net.Messages.Message.GetLocalizedMessage | ( | ) |
Implemented in Lucene.Net.Messages.MessageImpl.
System.String Lucene.Net.Messages.Message.GetLocalizedMessage | ( | System.Globalization.CultureInfo | locale | ) |
Implemented in Lucene.Net.Messages.MessageImpl.
|
get |
Definition at line 28 of file Message.cs.