Click or drag to resize
TemplateBindings Methods

The TemplateBindings type exposes the following members.

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