[]
        
(Showing Draft Content)

C1.Win.Localization.C1DescriptionAttribute.-ctor

C1DescriptionAttribute Constructor

C1DescriptionAttribute(Type, string, string)

Initializes a new instance of the C1DescriptionAttribute attribute.

Declaration
public C1DescriptionAttribute(Type stringsType, string key, string description)
Parameters
Type Name Description
Type stringsType

The Type defining string properties.

string key

The key value used to keep specific string description.

string description

Default non-localized description text.

C1DescriptionAttribute(Type, string, string, string)

Initializes a new instance of the C1DescriptionAttribute attribute.

Declaration
public C1DescriptionAttribute(Type stringsType, string key, string formatDescription, string ag0)
Parameters
Type Name Description
Type stringsType

The Type defining string properties.

string key

The key value used to keep specific string description.

string formatDescription

Default non-localized description text.

string ag0

Argument for formatDescription parameter.