///////////////////////////////////////////////////////////////
// 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 'SnippetGroup'.
/// 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 SnippetGroupEntity : SnippetGroupEntityBase
// __LLBLGENPRO_USER_CODE_REGION_START AdditionalInterfaces
// __LLBLGENPRO_USER_CODE_REGION_END
{
#region Constructors
///
/// CTor
///
public SnippetGroupEntity():base()
{
}
///
/// CTor
///
/// PK value for SnippetGroup which data should be fetched into this SnippetGroup object
public SnippetGroupEntity(System.Int32 snippetGroupId):
base(snippetGroupId)
{
}
///
/// CTor
///
/// PK value for SnippetGroup which data should be fetched into this SnippetGroup object
/// the PrefetchPath which defines the graph of objects to fetch as well
public SnippetGroupEntity(System.Int32 snippetGroupId, IPrefetchPath prefetchPathToUse):
base(snippetGroupId, prefetchPathToUse)
{
}
///
/// CTor
///
/// PK value for SnippetGroup which data should be fetched into this SnippetGroup object
/// The custom validator object for this SnippetGroupEntity
public SnippetGroupEntity(System.Int32 snippetGroupId, IValidator validator):
base(snippetGroupId, validator)
{
}
///
/// Private CTor for deserialization
///
///
///
protected SnippetGroupEntity(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
}
}