Table of Contents

Constructor TranslateExtension

Namespace
Innova.Prism.Library.Extensions
Assembly
Innova.Prism.Library.dll

TranslateExtension(string)

Initializes a new instance of the TranslateExtension class.

public TranslateExtension(string key)

Parameters

key string

The property name used as key for fetching the corresponding resource setting.

TranslateExtension(string, string)

Initializes a new instance of the TranslateExtension class.

public TranslateExtension(string key, string typename)

Parameters

key string

The property name used as key for fetching the corresponding resource setting.

typename string

The name of the entity in which the property resides.