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

            this._AllMembersRelations = null;
            this._AllUsers            = null;
            this._CurrentUsers        = null;
        }
예제 #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;
 }