| Interface | Description |
|---|---|
| IDisplayTextProvider<DATATYPE> |
Interface for a handler that provides the locale dependent name of an
object.
|
| IHasDisplayText |
Base interface for objects that have a locale dependent display name.
|
| IHasDisplayTextWithArgs |
Base interface for objects that have a locale dependent display name.
|
| Class | Description |
|---|---|
| ConstantHasDisplayText |
An implementation of the
IHasDisplayText interface that always
returns a constant string. |
| HasDisplayTextWithArgs |
A special implementation of
IHasDisplayText that encapsulates
arguments to be put into the message. |
Copyright © 2014–2019 Philip Helger. All rights reserved.