Include Template IDs

The following TemplateIDs are defined for extensibility. You can bind an include template to one or more of these template ids to have your include template merged with the template containing the include template ID marker.

  • SD_EF_Core_CustomCommonEntityBaseInclude. Contained in the CommonEntityBase class for DbContext entity classes.
  • SD_EF_Core_CustomCommonValueTypeBaseInclude. Contained in the CommonValueTypeBase class for value type classes.
  • SD_EF_DbContext_CustomEntityInclude. Contained in the generated entity classes.
  • SD_EF_POCO_CustomValueTypeInclude. Contained in the generated value type classes.
  • SD_EF_CustomContextInclude. Contained in the template which generates the DbContext derived class.
  • SD_EF_CustomTypedListRowInclude. Contained in the template which generates all typed list row classes
  • SD_EF_CustomTypedViewRowInclude. Contained in the template which generates all typed list row classes