C# Class TranslateTool.PoEntry

Show file 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 property

public string Localized
return string

Locations public property

public List Locations
return List

NonLocalized public property

public string NonLocalized
return string