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: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public interface ITextProvider

The ITextProvider type exposes the following members.

Methods
  NameDescription
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