/////////////////////////////////////////////////////////////// // 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; namespace DataFeedFrameworkDAL { /// /// Index enum to fast-access EntityFields in the IEntityFields collection for the entity: FeedCreation. /// public enum FeedCreationFieldIndex:int { ///FeedCreationId. FeedCreationId, ///FeedCreationTitle. FeedCreationTitle, ///FeedCreationDescription. FeedCreationDescription, ///FeedCreationStatement. FeedCreationStatement, ///FeedCreationDatabase. FeedCreationDatabase, ///FeedGuid. FeedGuid, ///FeedAccessViaGuidOnly. FeedAccessViaGuidOnly, ///FeedCreationModifiedDate. FeedCreationModifiedDate, ///FeedCreationCreationDate. FeedCreationCreationDate, /// AmountOfFields } /// /// Index enum to fast-access EntityFields in the IEntityFields collection for the entity: Snippet. /// public enum SnippetFieldIndex:int { ///SnippetId. SnippetId, ///SnippetGroupId. SnippetGroupId, ///SnippetTitle. SnippetTitle, ///SnippetDescription. SnippetDescription, ///SnippetExtra. SnippetExtra, ///SnippetOrder. SnippetOrder, ///SnippetValidBegin. SnippetValidBegin, ///SnippetValidEnd. SnippetValidEnd, ///SnippetModifiedDate. SnippetModifiedDate, ///SnippetCreationDate. SnippetCreationDate, /// AmountOfFields } /// /// Index enum to fast-access EntityFields in the IEntityFields collection for the entity: SnippetGroup. /// public enum SnippetGroupFieldIndex:int { ///SnippetGroupId. SnippetGroupId, ///SnippetGroupTitle. SnippetGroupTitle, ///SnippetGroupModifiedDate. SnippetGroupModifiedDate, ///SnippetGroupCreationDate. SnippetGroupCreationDate, /// AmountOfFields } /// /// Enum definition for all the entity types defined in this namespace. Used by the entityfields factory. /// public enum EntityType:int { ///FeedCreation FeedCreationEntity, ///Snippet SnippetEntity, ///SnippetGroup SnippetGroupEntity } #region Custom ConstantsEnums Code // __LLBLGENPRO_USER_CODE_REGION_START CustomUserConstants // __LLBLGENPRO_USER_CODE_REGION_END #endregion #region Included code #endregion }