Class PortableObjectEntryExtensions
Extension's methods for the IPortableObjectEntry.
Inherited Members
Namespace: MGR.PortableObject
Assembly: MGR.PortableObject.dll
Syntax
public static class PortableObjectEntryExtensions
Methods
| Edit this page View SourceGetTranslation(IPortableObjectEntry)
Gets the translation for one item.
Declaration
public static string GetTranslation(this IPortableObjectEntry entry)
Parameters
Type | Name | Description |
---|---|---|
IPortableObjectEntry | entry | The current entry. |
Returns
Type | Description |
---|---|
string | The translation for one item. |