/////////////////////////////////////////////////////////////// // This is generated code. ////////////////////////////////////////////////////////////// // Code is generated using LLBLGen Pro version: 2.0.0.0 // Code is generated on: Saturday, February 24, 2007 10:00:22 PM // Code is generated using templates: SD.TemplateBindings.SharedTemplates.NET20 // Templates vendor: Solutions Design. // Templates version: ////////////////////////////////////////////////////////////// using System; using System.ComponentModel; using System.Collections; #if !CF using System.Runtime.Serialization; #endif using DataFeedFrameworkDAL.FactoryClasses; using DataFeedFrameworkDAL.CollectionClasses; using DataFeedFrameworkDAL.DaoClasses; using DataFeedFrameworkDAL.RelationClasses; using SD.LLBLGen.Pro.ORMSupportClasses; namespace DataFeedFrameworkDAL.EntityClasses { // __LLBLGENPRO_USER_CODE_REGION_START AdditionalNamespaces // __LLBLGENPRO_USER_CODE_REGION_END /// /// Entity class which represents the entity 'Snippet'.
/// This class is used for Business Logic or for framework extension code. ///
#if CF [SD.LLBLGen.Pro.ORMSupportClasses.Serializable] #else [Serializable] #endif public partial class SnippetEntity : SnippetEntityBase // __LLBLGENPRO_USER_CODE_REGION_START AdditionalInterfaces // __LLBLGENPRO_USER_CODE_REGION_END { #region Constructors /// /// CTor /// public SnippetEntity():base() { } /// /// CTor /// /// PK value for Snippet which data should be fetched into this Snippet object public SnippetEntity(System.Int32 snippetId): base(snippetId) { } /// /// CTor /// /// PK value for Snippet which data should be fetched into this Snippet object /// the PrefetchPath which defines the graph of objects to fetch as well public SnippetEntity(System.Int32 snippetId, IPrefetchPath prefetchPathToUse): base(snippetId, prefetchPathToUse) { } /// /// CTor /// /// PK value for Snippet which data should be fetched into this Snippet object /// The custom validator object for this SnippetEntity public SnippetEntity(System.Int32 snippetId, IValidator validator): base(snippetId, validator) { } /// /// Private CTor for deserialization /// /// /// protected SnippetEntity(SerializationInfo info, StreamingContext context) : base(info, context) { // __LLBLGENPRO_USER_CODE_REGION_START DeserializationConstructor // __LLBLGENPRO_USER_CODE_REGION_END } #endregion #region Custom Entity code // __LLBLGENPRO_USER_CODE_REGION_START CustomEntityCode // __LLBLGENPRO_USER_CODE_REGION_END #endregion #region Included Code #endregion } }