C# 클래스 TranslateTool.PoEntry

파일 보기 프로젝트 열기: petergolde/PurplePen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Localized string
Locations List
NonLocalized string

공개 메소드들

메소드 설명
PoEntry ( List locations, string nonLocalized, string localized ) : System

메소드 상세

PoEntry() 공개 메소드

public PoEntry ( List locations, string nonLocalized, string localized ) : System
locations List
nonLocalized string
localized string
리턴 System

프로퍼티 상세

Localized 공개적으로 프로퍼티

public string Localized
리턴 string

Locations 공개적으로 프로퍼티

public List Locations
리턴 List

NonLocalized 공개적으로 프로퍼티

public string NonLocalized
리턴 string