Click or drag to resize
TemplateBinding Class
Class for storing a template binding of a templatebindings file.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.TemplatesTemplateBinding

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 TemplateBinding

The TemplateBinding type exposes the following members.

Constructors
  NameDescription
Public methodTemplateBinding(String, String, String)
Initializes a new instance of the TemplateBinding class.
Public methodTemplateBinding(String, String, String, Boolean)
Initializes a new instance of the TemplateBinding class.
Top
Properties
  NameDescription
Public propertyIncludeOnly
Gets or sets a value for the includeOnly flag, which signals if the template is used as include template only or also as normal template. Normal templates when not a TDL template, are compiled in separate classes, includeOnly templates are not. Default is false.
Public propertyTemplateID
Gets or sets the template ID.
Public propertyTemplateLanguageName
Gets or sets the name of the template language.
Public propertyTemplatePathFilename
Gets or sets the name of the template path file.
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 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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also