Class JavaScriptCodeGenerator
- Namespace
- Alternet.FormDesigner.TypeScript
- Assembly
- Alternet.FormDesigner.TypeScript.v9.dll
public class JavaScriptCodeGenerator : TypeScriptCodeGenerator, ICodeGenerator, ICodeCompiler
- Inheritance
-
JavaScriptCodeGenerator
- Implements
Constructors
Properties
- FileExtension
Gets the file name extension to use for source files.
Methods
- GenerateArrayCreateExpression(CodeArrayCreateExpression)
Generates code for the specified array creation expression.
- GenerateCastExpression(CodeCastExpression)
Generates code for the specified cast expression.
- OutputMemberAccessModifier(MemberAttributes)
Generates code for the specified member access modifier.
- OutputTypeAttributes(TypeAttributes, bool, bool)
Generates code for the specified type attributes.
- OutputTypeNamePair(CodeTypeReference, string)
Generates code for the specified object type and name pair.