Class Resource
A strongly-typed resource class, for looking up localized strings, etc.
Inheritance
System.Object
Resource
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.DBUI.Properties
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class Resource
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 |
FinancialYearWindowTitle
Looks up a localized string similar to Geschäftsjahr verwalten.
Declaration
public static string FinancialYearWindowTitle { get; }
Property Value
Type | Description |
---|---|
System.String |
FiniancialYearPeriodStatusWindowTitle
Looks up a localized string similar to Periodenstatus verwalten.
Declaration
public static string FiniancialYearPeriodStatusWindowTitle { get; }
Property Value
Type | Description |
---|---|
System.String |
FiniancialYearPeriodTypeWindowTitle
Looks up a localized string similar to Periodentyp verwalten.
Declaration
public static string FiniancialYearPeriodTypeWindowTitle { get; }
Property Value
Type | Description |
---|---|
System.String |
InternNameLabel
Looks up a localized string similar to Interner Name.
Declaration
public static string InternNameLabel { get; }
Property Value
Type | Description |
---|---|
System.String |
IsDefaultStatusCheckBox
Looks up a localized string similar to Ist Standardstatuswert.
Declaration
public static string IsDefaultStatusCheckBox { get; }
Property Value
Type | Description |
---|---|
System.String |
NameLabel
Looks up a localized string similar to Name.
Declaration
public static string NameLabel { 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 |