Version

LanguageGenerationParams Class Members

The following tables list the members exposed by LanguageGenerationParams.

Public Constructors
 NameDescription
Public ConstructorLanguageGenerationParams ConstructorCreates a new LanguageGenerationParams instance.  
Public Properties
 NameDescription
Public PropertyClassNameGets or sets the name of the class to be generated.  
Public PropertyFormatGets or sets the format in which generated code file will be created.  
Public PropertyGenerateSymbolNameConstantsGets or sets the value indicating whether a nested class with symbol names should be generated.  
Public PropertyGrammarGets a the Grammar for which the language will be generated.  
Public PropertyIsPartialGets or sets a the value indicating whether the class to be generated will be marked as partial.  
Public PropertyIsPublicGets or sets the value indicating whether the class to be generated will be marked as public or internal.  
Public PropertyIsSealedGets or sets a the value indicating whether the class to be generated will be marked as sealed.  
Public PropertyNamespaceNameGets or sets the namespace of the class to be generated.  
Public PropertySummaryGets or sets the text which appears in the summary tag of the documentation comments for the generated class.  
See Also