Click or drag to resize
TemplateBindings Class
Class which contains all data retrieved from a .templatebindings file.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.TemplatesTemplateBindings

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

The TemplateBindings type exposes the following members.

Constructors
  NameDescription
Public methodTemplateBindings
Initializes a new instance of the TemplateBindings class.
Top
Properties
  NameDescription
Public propertyBindingsPerLanguage
Gets the bindings per language.
Public propertyDescription
Gets / sets description
Public propertyDriverID Obsolete.
Gets / sets driverID
Public propertyFileName
Gets / sets fileName from which this templatebindings is read.
Public propertyName
Gets / sets name
Public propertyPrecedenceLevel
Gets / sets precedenceLevel
Public propertyRootFolder
Gets / sets rootFolder
Public propertySupportedDrivers
Gets the supported drivers.
Public propertySupportedFrameworks
Gets the supported frameworks.
Public propertySupportedLanguages
Gets supportedLanguages
Public propertySupportedPlatforms
Gets supportedPlatforms
Public propertyTemplateContentsPerLanguage
Gets the template contents per language
Top
Methods
  NameDescription
Public methodAddBinding
Adds the binding specified for the language and platform specified.
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 methodGetDistinctTemplateIDs(String)
Gets the list of all templateids which have a mapping to a file for the language specified.
Public methodGetDistinctTemplateIDs(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.
Public methodGetDistinctTemplateIDs(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.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetReadOnlyTemplateIDFilenameList
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.
Public methodGetTemplateFileContents
Gets the template file contents for the templateID specified for the combination platform - language
Public methodGetTemplateFileName
Gets the template filename for the templateID specified for the combination platform - language
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadTemplateFilesContents
Loads the contents of all known template files of this templatebindings object into a cache.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberParseTemplateBindingsNode
Parses the template bindings node's data into a new TemplateBindings object.
Public methodStatic memberSaveTemplateBindingsToFile
Saves the template bindings data passed in to a file.
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Top
See Also