BaseLocalizableAttribute Class

Definition

Represents a base localizable attribute.

public ref class BaseLocalizableAttribute : Attribute
public class BaseLocalizableAttribute : Attribute
type BaseLocalizableAttribute = class
    inherit Attribute
Public Class BaseLocalizableAttribute
Inherits Attribute
Inheritance
BaseLocalizableAttribute

Constructors

BaseLocalizableAttribute(Type, String)

Initializes a new instance of the BaseLocalizableAttribute class using the specified type and property name.

Properties

PropertyName

Gets the property name of the attribute.

Type

Gets the type of the attribute.

Methods

GetLocalizedValue()

Gets the localized value of the attribute.

Applies to