Esempio n. 1
0
        /// <summary>
        /// 处理ID改变
        /// </summary>
        protected override void OnIDChanged()
        {
            base.OnIDChanged();

            this._AllRoles          = null;
            this._AllRolesRelations = null;
            this._CurrentRoles      = null;
        }
Esempio n. 2
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;
 }