/////////////////////////////////////////////////////////////// // This is generated code. ////////////////////////////////////////////////////////////// // Code is generated using LLBLGen Pro version: 2.0.0.0 // Code is generated on: Sunday, February 18, 2007 3:34:39 PM // Code is generated using templates: SD.TemplateBindings.SharedTemplates.NET20 // Templates vendor: Solutions Design. // Templates version: ////////////////////////////////////////////////////////////// using System; namespace MinimaDAL { /// /// Index enum to fast-access EntityFields in the IEntityFields collection for the entity: Author. /// public enum AuthorFieldIndex:int { ///AuthorId. AuthorId, ///AuthorName. AuthorName, ///AuthorEmail. AuthorEmail, ///AuthorCreateDate. AuthorCreateDate, /// AmountOfFields } /// /// Index enum to fast-access EntityFields in the IEntityFields collection for the entity: Blog. /// public enum BlogFieldIndex:int { ///BlogId. BlogId, ///BlogTitle. BlogTitle, ///BlogDescription. BlogDescription, ///BlogPrimaryUrl. BlogPrimaryUrl, ///BlogFeedUrl. BlogFeedUrl, ///BlogFeedTitle. BlogFeedTitle, ///BlogCreateDate. BlogCreateDate, /// AmountOfFields } /// /// Index enum to fast-access EntityFields in the IEntityFields collection for the entity: BlogEntry. /// public enum BlogEntryFieldIndex:int { ///BlogEntryId. BlogEntryId, ///BlogId. BlogId, ///BlogEntryTitle. BlogEntryTitle, ///BlogEntryText. BlogEntryText, ///BlogEntryPostYear. BlogEntryPostYear, ///BlogEntryPostMonth. BlogEntryPostMonth, ///BlogEntryPostDay. BlogEntryPostDay, ///BlogEntryPostTime. BlogEntryPostTime, ///BlogEntryModifyDateTime. BlogEntryModifyDateTime, ///BlogEntryPostDateTime. BlogEntryPostDateTime, /// AmountOfFields } /// /// Index enum to fast-access EntityFields in the IEntityFields collection for the entity: BlogEntryActivity. /// public enum BlogEntryActivityFieldIndex:int { ///BlogEntryActivityId. BlogEntryActivityId, ///BlogEntryActivityTypeId. BlogEntryActivityTypeId, ///BlogEntryActivityTime. BlogEntryActivityTime, ///BlogEntryActivityAddress. BlogEntryActivityAddress, ///BlogEntryActivityBrowser. BlogEntryActivityBrowser, ///BlogEntryActivityHostName. BlogEntryActivityHostName, ///BlogEntryActivitySessionId. BlogEntryActivitySessionId, ///BlogEntryActivityExtra. BlogEntryActivityExtra, /// AmountOfFields } /// /// Index enum to fast-access EntityFields in the IEntityFields collection for the entity: BlogEntryActivityType. /// public enum BlogEntryActivityTypeFieldIndex:int { ///BlogEntryActivityTypeId. BlogEntryActivityTypeId, ///BlogEntryActivityTypeName. BlogEntryActivityTypeName, /// AmountOfFields } /// /// Index enum to fast-access EntityFields in the IEntityFields collection for the entity: BlogEntryAuthor. /// public enum BlogEntryAuthorFieldIndex:int { ///AuthorId. AuthorId, ///BlogEntryId. BlogEntryId, /// AmountOfFields } /// /// Index enum to fast-access EntityFields in the IEntityFields collection for the entity: BlogEntryUrlMapping. /// public enum BlogEntryUrlMappingFieldIndex:int { ///BlogEntryUrlMappingId. BlogEntryUrlMappingId, ///BlogEntryId. BlogEntryId, ///BlogEntryUrlMappingName. BlogEntryUrlMappingName, /// AmountOfFields } /// /// Index enum to fast-access EntityFields in the IEntityFields collection for the entity: Comment. /// public enum CommentFieldIndex:int { ///CommentId. CommentId, ///BlogEntryId. BlogEntryId, ///CommentText. CommentText, ///CommentAuthor. CommentAuthor, ///CommentEmail. CommentEmail, ///CommentPostDate. CommentPostDate, ///CommentModerated. CommentModerated, ///CommentGuid. CommentGuid, ///CommentWebsite. CommentWebsite, /// AmountOfFields } /// /// Index enum to fast-access EntityFields in the IEntityFields collection for the entity: Label. /// public enum LabelFieldIndex:int { ///LabelId. LabelId, ///BlogId. BlogId, ///LabelTitle. LabelTitle, ///LabelFriendlyTitle. LabelFriendlyTitle, ///LabelNetTitle. LabelNetTitle, /// AmountOfFields } /// /// Index enum to fast-access EntityFields in the IEntityFields collection for the entity: LabelBlogEntry. /// public enum LabelBlogEntryFieldIndex:int { ///LabelId. LabelId, ///BlogEntryId. BlogEntryId, /// AmountOfFields } /// /// Index enum to fast-access EntityFields in the IEntityFields collection for the entity: Month. /// public enum MonthFieldIndex:int { ///MonthId. MonthId, ///MonthText. MonthText, ///MonthNumberText. MonthNumberText, /// AmountOfFields } /// /// Enum definition for all the entity types defined in this namespace. Used by the entityfields factory. /// public enum EntityType:int { ///Author AuthorEntity, ///Blog BlogEntity, ///BlogEntry BlogEntryEntity, ///BlogEntryActivity BlogEntryActivityEntity, ///BlogEntryActivityType BlogEntryActivityTypeEntity, ///BlogEntryAuthor BlogEntryAuthorEntity, ///BlogEntryUrlMapping BlogEntryUrlMappingEntity, ///Comment CommentEntity, ///Label LabelEntity, ///LabelBlogEntry LabelBlogEntryEntity, ///Month MonthEntity } #region Custom ConstantsEnums Code // __LLBLGENPRO_USER_CODE_REGION_START CustomUserConstants // __LLBLGENPRO_USER_CODE_REGION_END #endregion #region Included code #endregion }