Click or drag to resize
GeneratorConstants Class
Class for constants which can be used in templates for interacting with the IGenerator instance.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.GeneratorCoreGeneratorConstants

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static class GeneratorConstants

The GeneratorConstants type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberEntityModelEntityClassesNamespaceCacheKey
The cache key to store the entity model entity classes namespace.
Public fieldStatic memberEntityModelEntityNameSuffixCacheKey
The cache key for the suffix used for entity names. This is in general empty, except for our own framework.
Public fieldStatic memberEntityModelFkFieldsAreHiddenCacheKey
The cache key for the boolean to flag whether fk fields are hidden in the entity classes.
Public fieldStatic memberEntityModelRootNameSpaceCacheKey
The cache key for entity model root namespaces.
Public fieldStatic memberRequiredActiveSourceElementsContainerNameRawCacheKey
The required active source elements container name (raw) cache key. This is used by templates to register a required active source element container name which is then used as a filter on registered vs.net project files, so only the vs.net project files that matter are registered.
Public fieldStatic memberRootNameSpaceCacheKeySuffix
The cache key suffix for rootnamespace keys
Top
See Also