Click or drag to resize
Language Class
class which defines a language definition
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaDataLanguage

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public class Language

The Language type exposes the following members.

Constructors
  NameDescription
Public methodLanguage
CTor
Top
Properties
  NameDescription
Public propertyArrayIndexOperatorCloseChar
Gets or sets the array index operator close char.
Public propertyArrayIndexOperatorOpenChar
Gets or sets the array index operator open char.
Public propertyAttributeAssignmentOperator
Gets or sets the attribute assignment operator string, e.g. "=" for C# and ':=' for VB.NET
Public propertyAttributePattern
Gets or sets the attribute pattern to use in code generators. The string is pre-formatted with a {0} to contain the attribute definition.
Public propertyFileExtension
Gets / sets fileExtension
Public propertyHasArrayIndexOperatorOnIdentifier
Gets / sets HasArrayIndexOperatorOnIdentifier
Public propertyKeywords
Gets the keywords.
Public propertyLineConcatenator
Gets / sets lineConcatenator
Public propertyName
Gets / sets name
Public propertySupportsNamespaces
Gets or sets a value indicating whether this language supports namespaces (in whatever form).
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetKeyword
Gets the keyword specified under the specified keywordName. Utility method. It returns an empty string if the keywordName isn't found.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberParseLanguageDefinitionNode
Parses the language definition node passed in into a Language object
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also