RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

LocalizationRequiredAttribute Class

Indicates whether the marked element should be localized.

Namespace:  RingSoft.DbLookup.Controls.WPF.Properties
Assembly:  RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)

Syntax


[AttributeUsageAttribute]
public sealed class LocalizationRequiredAttribute : Attribute
<AttributeUsageAttribute> _
Public NotInheritable Class LocalizationRequiredAttribute _
	Inherits Attribute
[AttributeUsageAttribute]
public ref class LocalizationRequiredAttribute sealed : public Attribute

Examples


C#
[LocalizationRequiredAttribute(true)]
class Foo {
string str = "my string"; // Warning: Localizable string
}

Inheritance Hierarchy


Object
  Attribute
    RingSoft.DbLookup.Controls.WPF.Properties..::..LocalizationRequiredAttribute