[]
        
(Showing Draft Content)

C1.Win.Localization.EndUserLocalizeOptionsAttribute

EndUserLocalizeOptionsAttribute Class

Allows to redefine default end user localize options for property, field or class.

Inheritance
EndUserLocalizeOptionsAttribute
Namespace: C1.Win.Localization
Assembly: C1.Win.8.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Property|AttributeTargets.Field)]
public class EndUserLocalizeOptionsAttribute : Attribute

Constructors

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.

Properties

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.