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.
파일 보기 프로젝트 열기: turquoiseowl/i18n 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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