The following tables list the members exposed by LanguageGenerationParams.
Name | Description | |
---|---|---|
LanguageGenerationParams Constructor | Creates a new LanguageGenerationParams instance. |
Name | Description | |
---|---|---|
ClassName | Gets or sets the name of the class to be generated. | |
Format | Gets or sets the format in which generated code file will be created. | |
GenerateSymbolNameConstants | Gets or sets the value indicating whether a nested class with symbol names should be generated. | |
Grammar | Gets a the Grammar for which the language will be generated. | |
IsPartial | Gets or sets a the value indicating whether the class to be generated will be marked as partial. | |
IsPublic | Gets or sets the value indicating whether the class to be generated will be marked as public or internal. | |
IsSealed | Gets or sets a the value indicating whether the class to be generated will be marked as sealed. | |
NamespaceName | Gets or sets the namespace of the class to be generated. | |
Summary | Gets or sets the text which appears in the summary tag of the documentation comments for the generated class. |