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