| TemplateBindings Class | 
Namespace: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Templates
The TemplateBindings type exposes the following members.
| Name | Description | |
|---|---|---|
| TemplateBindings | 
            Initializes a new instance of the TemplateBindings class.
              | 
| Name | Description | |
|---|---|---|
| BindingsPerLanguage | 
            Gets the bindings per language.
              | |
| Description | 
            Gets / sets description
              | |
| DriverID |  Obsolete.  
            Gets / sets driverID
              | |
| FileName | 
            Gets / sets fileName from which this templatebindings is read. 
              | |
| Name | 
            Gets / sets name
              | |
| PrecedenceLevel | 
            Gets / sets precedenceLevel
              | |
| RootFolder | 
            Gets / sets rootFolder
              | |
| SupportedDrivers | 
            Gets the supported drivers.
              | |
| SupportedFrameworks | 
            Gets the supported frameworks.
              | |
| SupportedLanguages | 
            Gets supportedLanguages
              | |
| SupportedPlatforms | 
            Gets supportedPlatforms
              | |
| TemplateContentsPerLanguage | 
            Gets the template contents per language
              | 
| Name | Description | |
|---|---|---|
| AddBinding | 
            Adds the binding specified for the language and platform specified.
              | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetDistinctTemplateIDs(String) | 
            Gets the list of all templateids which have a mapping to a file for the language specified.
              | |
| GetDistinctTemplateIDs(String, String) | 
            Gets the list of all templateids which have a mapping to a file for the language specified and are stored in a file with the extension specified.
              | |
| GetDistinctTemplateIDs(String, String, Boolean) | 
            Gets the list of all templateids which have a mapping to a file for the language specified and are stored in a file with the extension specified.
              | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetReadOnlyTemplateIDFilenameList | 
            Gets a read only template ID filename list in a datatable. This list has the following columns:
            Language, TemplateID, Filename, TemplateLanguage and IncludeOnly (bool) and can be used for readonly viewing of available templateid-filename bindings.
              | |
| GetTemplateFileContents | 
            Gets the template file contents for the templateID specified for the combination platform - language
              | |
| GetTemplateFileName | 
            Gets the template filename for the templateID specified for the combination platform - language
              | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| LoadTemplateFilesContents | 
            Loads the contents of all known template files of this templatebindings object into a cache.
              | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ParseTemplateBindingsNode | 
            Parses the template bindings node's data into a new TemplateBindings object.
              | |
| SaveTemplateBindingsToFile | 
            Saves the template bindings data passed in to a file.
              | |
| ToString | (Overrides ObjectToString.) |