C# Класс NaturalResourcesBrush.TranslationFramework.TranslatableAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
identifier string

Открытые методы

Метод Описание
TranslatableAttribute ( ) : System
TranslatableAttribute ( string identifier ) : System

Translates the specified field into the value denoted by the identifier

Описание методов

TranslatableAttribute() публичный Метод

public TranslatableAttribute ( ) : System
Результат System

TranslatableAttribute() публичный Метод

Translates the specified field into the value denoted by the identifier
public TranslatableAttribute ( string identifier ) : System
identifier string The translation ID
Результат System

Описание свойств

identifier публичное свойство

The translation ID
public string identifier
Результат string