Class Strings
A strongly-typed resource class, for looking up localized strings, etc.
Inheritance
System.Object
Strings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Data.LLBLGen.Resources
Assembly: Kephas.Data.LLBLGen.dll
Syntax
public class Strings
Properties
| Improve this Doc View SourceCulture
Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
Declaration
public static CultureInfo Culture { get; set; }
Property Value
Type | Description |
---|---|
System.Globalization.CultureInfo |
DataContextCache_KeyAndEntityInfoIdDoNotMatch_Exception
Looks up a localized string similar to The key ('{0}') and then entity entry ID ('{1}') do not match..
Declaration
public static string DataContextCache_KeyAndEntityInfoIdDoNotMatch_Exception { get; }
Property Value
Type | Description |
---|---|
System.String |
ResourceManager
Returns the cached ResourceManager instance used by this class.
Declaration
public static ResourceManager ResourceManager { get; }
Property Value
Type | Description |
---|---|
System.Resources.ResourceManager |