[]
        
(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)
Public Sub New(stringsType As Type, key As String, description As String)
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)
Public Sub New(stringsType As Type, key As String, formatDescription As String, ag0 As String)
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.