Summary
Provides a type descriptor which supports translation of various string values using the Lingo conventions (see remarks).
Generic type parameters
TTranslation | The type of the translation class. |
Remarks
Every property requiring translatable name/description/category should have a corresponding method in the same class. This method
should be static, named the same as the property with a "Tr" suffix, take a translation instance and return a
MemberTr.
Constructors
| Constructs a type description provider using the specified translation getter. |
Instance methods
ICustomTypeDescriptor | | Override; see base. |