C# Class TranslateTool.PoEntry

Afficher le fichier Open project: petergolde/PurplePen Class Usage Examples

Méthodes publiques

Свойство Type Description
Localized string
Locations List
NonLocalized string

Méthodes publiques

Méthode Description
PoEntry ( List locations, string nonLocalized, string localized ) : System

Method Details

PoEntry() public méthode

public PoEntry ( List locations, string nonLocalized, string localized ) : System
locations List
nonLocalized string
localized string
Résultat System

Property Details

Localized public_oe property

public string Localized
Résultat string

Locations public_oe property

public List Locations
Résultat List

NonLocalized public_oe property

public string NonLocalized
Résultat string