Class FileData
- Namespace
- CSharpToJavaScript
- Assembly
- CSharpToJavaScript.dll
FileData includes a CSharp string, options and a JavaScript string.
public class FileData
- Inheritance
-
FileData
- Inherited Members
Constructors
FileData()
public FileData()
Properties
OptionsForFile
Options for a translation.
public CSTOJSOptions OptionsForFile { get; set; }
Property Value
PathID
public string PathID { get; set; }
Property Value
SourceStr
CS input string.
public string SourceStr { get; set; }
Property Value
TranslatedStr
JS translated string.
public string TranslatedStr { get; set; }