Exemplo n.º 1
0
        /// <summary> Initializes the class members</summary>
        private void InitClassMembers()
        {
            _forumRoleForumActionRights = new SD.HnD.DAL.CollectionClasses.ForumRoleForumActionRightCollection();
            _forumRoleForumActionRights.SetContainingEntityInfo(this, "Role");

            _roleAuditAction = new SD.HnD.DAL.CollectionClasses.RoleAuditActionCollection();
            _roleAuditAction.SetContainingEntityInfo(this, "Role");

            _roleSystemActionRights = new SD.HnD.DAL.CollectionClasses.RoleSystemActionRightCollection();
            _roleSystemActionRights.SetContainingEntityInfo(this, "Role");

            _roleUser = new SD.HnD.DAL.CollectionClasses.RoleUserCollection();
            _roleUser.SetContainingEntityInfo(this, "Role");

            _systemDataAnonymousRole = new SD.HnD.DAL.CollectionClasses.SystemDataCollection();
            _systemDataAnonymousRole.SetContainingEntityInfo(this, "RoleForAnonymous");

            _systemDataDefaultRoleNewUser = new SD.HnD.DAL.CollectionClasses.SystemDataCollection();
            _systemDataDefaultRoleNewUser.SetContainingEntityInfo(this, "RoleForNewUser");
            _assignedSystemActionRights = new SD.HnD.DAL.CollectionClasses.ActionRightCollection();
            _assignedAuditActions = new SD.HnD.DAL.CollectionClasses.AuditActionCollection();
            _users = new SD.HnD.DAL.CollectionClasses.UserCollection();
            PerformDependencyInjection();

            // __LLBLGENPRO_USER_CODE_REGION_START InitClassMembers
            // __LLBLGENPRO_USER_CODE_REGION_END
            OnInitClassMembersComplete();
        }
Exemplo n.º 2
0
        /// <summary> Initializes the class members</summary>
        private void InitClassMembers()
        {
            _forumRoleForumActionRights = new SD.HnD.DAL.CollectionClasses.ForumRoleForumActionRightCollection();
            _forumRoleForumActionRights.SetContainingEntityInfo(this, "ActionRight");

            _roleSystemActionRights = new SD.HnD.DAL.CollectionClasses.RoleSystemActionRightCollection();
            _roleSystemActionRights.SetContainingEntityInfo(this, "ActionRight");
            _systemRightAssignedToRoles = new SD.HnD.DAL.CollectionClasses.RoleCollection();
            PerformDependencyInjection();

            // __LLBLGENPRO_USER_CODE_REGION_START InitClassMembers
            // __LLBLGENPRO_USER_CODE_REGION_END
            OnInitClassMembersComplete();
        }
Exemplo n.º 3
0
        /// <summary> Initializes the class members</summary>
        private void InitClassMembers()
        {
            _forumRoleForumActionRights = new SD.HnD.DAL.CollectionClasses.ForumRoleForumActionRightCollection();
            _forumRoleForumActionRights.SetContainingEntityInfo(this, "Forum");

            _threads = new SD.HnD.DAL.CollectionClasses.ThreadCollection();
            _threads.SetContainingEntityInfo(this, "Forum");
            _usersWhoStartedThreads = new SD.HnD.DAL.CollectionClasses.UserCollection();
            _sectionReturnsNewIfNotFound = true;
            _defaultSupportQueueReturnsNewIfNotFound = true;
            PerformDependencyInjection();

            // __LLBLGENPRO_USER_CODE_REGION_START InitClassMembers
            // __LLBLGENPRO_USER_CODE_REGION_END
            OnInitClassMembersComplete();
        }