Exemple #1
0
        protected override void OnIDChanged()
        {
            base.OnIDChanged();

            this._AllMembersRelations = null;
            this._AllUsers            = null;
            this._CurrentUsers        = null;
        }
        protected override void OnIDChanged()
        {
            base.OnIDChanged();

            this._AllPermissions          = null;
            this._AllPermissionsRelations = null;
            this._AllRoles           = null;
            this._AllRolesRelations  = null;
            this._CurrentRoles       = null;
            this._CurrentPermissions = null;
        }
Exemple #3
0
 /// <summary>
 /// 处理ID改变
 /// </summary>
 protected override void OnIDChanged()
 {
     base.OnIDChanged();
     this._AllMemberOfRelations = null;
     this._AllGroups            = null;
     this._CurrentGroups        = null;
     this._AllSecretaries       = null;
     this._CurrentSecretaries   = null;
     this._AllSecretariesOf     = null;
     this._CurrentSecretariesOf = null;
     this._AllMembersRelations  = null;
     this._CurrentMembers       = null;
 }
Exemple #4
0
        protected override void OnIDChanged()
        {
            base.OnIDChanged();

            this._AllMembersRelations = null;
            this._AllPermissions      = null;
            this._CurrentPermissions  = null;
            this._CurrentMembers      = null;

            this._AllChildrenRelations = null;
            this._AllChildren          = null;
            this._CurrentlChildren     = null;
            this._CurrentApplication   = null;
        }