C# Class 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.
Afficher le fichier Open project: turquoiseowl/i18n Class Usage Examples

Méthodes publiques

Свойство Type Description
MsgId string
MsgKey string

Méthodes publiques

Méthode Description
KeyFromMsgidAndComment ( string msgid, string comment, bool MessageContextFromComment ) : string
ToString ( ) : string

Method Details

KeyFromMsgidAndComment() public static méthode

public static KeyFromMsgidAndComment ( string msgid, string comment, bool MessageContextFromComment ) : string
msgid string
comment string
MessageContextFromComment bool
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

MsgId public_oe property

public string MsgId
Résultat string

MsgKey public_oe property

public string MsgKey
Résultat string