DotNetNuke 5.2
Assembly: DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275
The LocaleCollectionWrapper class provides a simple wrapper around a
LocaleCollection.
Namespace:
DotNetNuke.Services.LocalizationAssembly: DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275
Syntax
| C# |
|---|
[ObsoleteAttribute("Deprecated in DNN 5.0.")] public class LocaleCollectionWrapper : IEnumerator, IEnumerable |
| Visual Basic (Declaration) |
|---|
<ObsoleteAttribute("Deprecated in DNN 5.0.")> _ Public Class LocaleCollectionWrapper _ Implements IEnumerator, IEnumerable |
| Visual C++ |
|---|
[ObsoleteAttribute(L"Deprecated in DNN 5.0.")] public ref class LocaleCollectionWrapper : IEnumerator, IEnumerable |
Remarks
The LocaleCollection class
implements a custom dictionary class which does not provide for simple databinding.
This wrapper class exposes the individual objects of the underlying dictionary class
thereby allowing for simple databinding to the colleciton of objects.