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

            this._AllRoles           = null;
            this._CurrentRoles       = null;
            this._CurrentApplication = 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;
        }
Beispiel #3
0
 public SCRolesAndPermissions(SCRoleCollection roles, SCPermissionCollection permissions)
 {
     this.Roles       = roles;
     this.Permissions = permissions;
 }