C# Class TranslateTool.PoEntry

Exibir arquivo Open project: petergolde/PurplePen Class Usage Examples

Public Properties

Property Type Description
Localized string
Locations List
NonLocalized string

Public Methods

Method Description
PoEntry ( List locations, string nonLocalized, string localized ) : System

Method Details

PoEntry() public method

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

Property Details

Localized public_oe property

public string Localized
return string

Locations public_oe property

public List Locations
return List

NonLocalized public_oe property

public string NonLocalized
return string