IEngineExtensionsLocalizeTEnum Method (IEngine, TEnum) |
Namespace:
Dundas.BI.Web
Assembly:
Dundas.BI.Web.Core (in Dundas.BI.Web.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic static string Localize<TEnum>(
this IEngine engine,
TEnum enumValue
)
<ExtensionAttribute>
Public Shared Function Localize(Of TEnum) (
engine As IEngine,
enumValue As TEnum
) As String
public:
[ExtensionAttribute]
generic<typename TEnum>
static String^ Localize(
IEngine^ engine,
TEnum enumValue
)
[<ExtensionAttribute>]
static member Localize :
engine : IEngine *
enumValue : 'TEnum -> string
Parameters
- engine
- Type: Dundas.BIIEngine
- enumValue
- Type: TEnum
Type Parameters
- TEnum
Return Value
Type:
StringUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IEngine. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also