Table of Contents

Class DynamicFields

Namespace
NuvTools.Resources
Assembly
NuvTools.Resources.dll

A strongly-typed resource class, for looking up localized strings, etc.

public class DynamicFields
Inheritance
DynamicFields
Inherited Members

Properties

Culture

Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.

public static CultureInfo Culture { get; set; }

Property Value

CultureInfo

ResourceManager

Returns the cached ResourceManager instance used by this class.

public static ResourceManager ResourceManager { get; }

Property Value

ResourceManager

RowsPerPageInfoFormat

Looks up a localized string similar to {first_item}-{last_item} of {all_items}.

public static string RowsPerPageInfoFormat { get; }

Property Value

string