C# Класс i18n.Domain.Entities.TemplateItem

Template items are only used to keep track of the strings needing translation in any given project and for then updating the translations and translationItems with this data. You should never need to work with TemplateItem unless you work with finding nuggets and updating the template file.
Показать файл Открыть проект Примеры использования класса

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

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

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

Метод Описание
KeyFromMsgidAndComment ( string msgid, string comment, bool MessageContextFromComment ) : string
ToString ( ) : string

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

KeyFromMsgidAndComment() публичный статический Метод

public static KeyFromMsgidAndComment ( string msgid, string comment, bool MessageContextFromComment ) : string
msgid string
comment string
MessageContextFromComment bool
Результат string

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

public ToString ( ) : string
Результат string

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

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

public string MsgId
Результат string

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

public string MsgKey
Результат string