C# Class TranslateTool.LocString

Exibir arquivo Open project: petergolde/PurplePen Class Usage Examples

Public Properties

Property Type Description
Comment string
File ResXFile
Localized string
Name string
NonLocalized string

Public Methods

Method Description
LocString ( ResXFile file, string name, string nonLocalized, string comment ) : System

Method Details

LocString() public method

public LocString ( ResXFile file, string name, string nonLocalized, string comment ) : System
file ResXFile
name string
nonLocalized string
comment string
return System

Property Details

Comment public_oe property

public string Comment
return string

File public_oe property

public ResXFile,TranslateTool File
return ResXFile

Localized public_oe property

public string Localized
return string

Name public_oe property

public string Name
return string

NonLocalized public_oe property

public string NonLocalized
return string