Click or drag to resize

ITextProvider Interface

Manages dynamic text resources.

Namespace:  PDTec.IceNet.Core.Runtime
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public interface ITextProvider

The ITextProvider type exposes the following members.

Methods
  NameDescription
Public methodGetAllTexts
Provides all available texts for a specified culture.
Public methodGetText
Provides a text for a specific key that, if localized, matches the specified culture.
Top
Remarks
An implementation of ITextProvider can be assigned to a text component in the ice.NET configuration as an alternative or in addition to a static text resource.
See Also