ArcFM Desktop Developer Guide
LocalizationRequiredAttribute Class
Members  Example 


Product Availability
Required Licenses
.NET Assembly
Indicates that marked element should be localized or not
Object Model
LocalizationRequiredAttribute Class
Syntax
'Declaration
 
<AttributeUsageAttribute(AttributeTargets.All, 
   AllowMultiple=False, 
   Inherited=True)>
Public NotInheritable Class LocalizationRequiredAttribute 
   Inherits System.Attribute
'Usage
 
Dim instance As LocalizationRequiredAttribute
[AttributeUsage(AttributeTargets.All, 
   AllowMultiple=false, 
   Inherited=true)]
public sealed class LocalizationRequiredAttribute : System.Attribute 
Example
[LocalizationRequiredAttribute(true)]
public class Foo {
  private string str = "my string"; // Warning: Localizable string
}
Inheritance Hierarchy

System.Object
   System.Attribute
      Miner.Desktop.DesignerExpress.Annotations.LocalizationRequiredAttribute

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

LocalizationRequiredAttribute Members
Miner.Desktop.DesignerExpress.Annotations Namespace

 

 


Send Comment