public bool RenameResourceProperty(string Property, string NewProperty, string ResourceSet)
        {
            if (!Manager.RenameResourceProperty(Property, NewProperty, ResourceSet))
                throw new ApplicationException(DbIRes.T("InvalidResourceId", STR_RESOURCESET));

            return true;
        }
コード例 #2
0
        public bool RenameResourceProperty(string Property, string NewProperty, string ResourceSet)
        {
            if (!Manager.RenameResourceProperty(Property, NewProperty, ResourceSet))
            {
                throw new ApplicationException(WebUtils.GRes(STR_RESOURCESET, "InvalidResourceId"));
            }

            return(true);
        }