[]
Allows to redefine default end user localize options for property, field or class.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Property|AttributeTargets.Field)]
public class EndUserLocalizeOptionsAttribute : Attribute
Name | Description |
---|---|
EndUserLocalizeOptionsAttribute() | Initializes a new instance of the EndUserLocalizeOptionsAttribute attribute. |
EndUserLocalizeOptionsAttribute(bool) | Initializes a new instance of the EndUserLocalizeOptionsAttribute attribute. |
EndUserLocalizeOptionsAttribute(params string[]) | Initializes a new instance of the EndUserLocalizeOptionsAttribute attribute. |
Name | Description |
---|---|
Description | Gets the description of string that will be displayed in the end user localizer in design-time. |
Exclude | If true then class, property or field will be not displayed for enduser localization. |
ExcludedMembers | Defines a list of members of control that should be excluded from localization. Currently used only AddControlToResources application for automatically generating control resources. |
Key | Gets or sets resource key containing localized string for Description. |
Properties | Defines the list of properties that should be localized. |
StringsType | Gets or sets type providing string used to localize Description. |