YetaWF.DataProvider.Localization Package Documentation

Display
Print

YetaWF.DataProvider.Localization.LocalizationDataProvider Class

This class is used to install the required localization data provider support during application startup, by setting properties in the static class YetaWF.Core.IO.Localization class. This class implements the support to load and save localization files in the .\Localization and .\LocalizationCustom folders.

This class should not be instantiated and has no callable methods. It installs the localization load/save support in the framework's core YetaWF.Core.IO.Localization class during application startup.

The localization data provider's load/save methods cache all localization data as needed (lazy loading).

Namespace: YetaWF.DataProvider.Localization
Assembly: YetaWF.DataProvider.Localization

Inheritance

Syntax

public class LocalizationDataProvider : YetaWF.Core.Support.IInitializeApplicationStartup;

Constructors

PublicLocalizationDataProviderConstructor.

Methods

PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
PublicInitializeApplicationStartupAsyncCalled during application startup. Installs all required methods to load/save localization resources.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.

See Also YetaWF.DataProvider.LocalizationYetaWF.Core