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.
Datei anzeigen Open project: turquoiseowl/i18n Class Usage Examples

Public Properties

Property Type Description
MsgId string
MsgKey string

Public Methods

Method Description
KeyFromMsgidAndComment ( string msgid, string comment, bool MessageContextFromComment ) : string
ToString ( ) : string

Method Details

KeyFromMsgidAndComment() public static method

public static KeyFromMsgidAndComment ( string msgid, string comment, bool MessageContextFromComment ) : string
msgid string
comment string
MessageContextFromComment bool
return string

ToString() public method

public ToString ( ) : string
return string

Property Details

MsgId public_oe property

public string MsgId
return string

MsgKey public_oe property

public string MsgKey
return string