コード例 #1
0
        public virtual string GetPropertyDisplayName(RecordProperty prop)
        {
            string resource = ProductPage.GetResource("Disp_" + prop.Name, new object[0]);

            if (!string.IsNullOrEmpty(resource))
            {
                return(resource);
            }
            return(prop.Name);
        }
        public RecordProperty GetPropertyByName(string name)
        {
            string         altName  = this.DataSource.RewritePropertyName(name);
            RecordProperty property = this.Props.Find(prop => prop.Name == name);

            if (property == null)
            {
                property = this.Props.Find(prop => prop.Name == altName);
            }
            return(property);
        }
コード例 #3
0
        public string GetPropertyDisplayName(string name)
        {
            string         resource       = ProductPage.GetResource("Disp_" + name, new object[0]);
            RecordProperty propertyByName = this.Properties.GetPropertyByName(name);

            if (propertyByName != null)
            {
                return(this.GetPropertyDisplayName(propertyByName));
            }
            if (!string.IsNullOrEmpty(resource))
            {
                return(resource);
            }
            return(name);
        }
コード例 #4
0
 public RecordPropertyValueCollection this[string name]
 {
     get
     {
         RecordPropertyValueCollection values;
         Converter <string, string>    getSourceValue = null;
         string         loginName  = string.Empty;
         bool           flag       = false;
         IDictionary    dictionary = null;
         UserDataSource dataSource = this.DataSource as UserDataSource;
         if (!this.propVals.TryGetValue(name, out values))
         {
             string   str3;
             string[] strArray;
             int      num;
             int      num2;
             IEnumerable <IDictionary> enumerable;
             if ("roxVcardExport".Equals(name) && (this.DataSource is UserDataSource))
             {
                 this.propVals[name] = values = new RecordPropertyValueCollection(this.DataSource, this, null, new object[] { "<span class=\"rox-vcard\">" + string.Format(ProductPage.Config(ProductPage.GetContext(), "VcardPropFormat"), UserDataSource.GetVcardExport(this), '{', '}') + "</span>" }, null, null, null);
                 return(values);
             }
             if (((!name.StartsWith("{", StringComparison.InvariantCultureIgnoreCase) || !name.EndsWith("}", StringComparison.InvariantCultureIgnoreCase)) || ((this.DataSource == null) || (this.DataSource.JsonSchema == null))) || (((this.DataSource.JsonSchema.Owner == null) || ((strArray = name.Substring(1, name.Length - 2).Trim().Split(new string[] { ";#" }, StringSplitOptions.RemoveEmptyEntries)) == null)) || ((strArray.Length < 1) || ((enumerable = JsonSchemaManager.GetInstances(this.DataSource.JsonSchema.Owner.ProdPage, null, "DataFieldFormats", null, null, null, true, true, false, "roxority_Shared")) == null))))
             {
                 string str;
                 if (!name.StartsWith("rox___"))
                 {
                     RecordProperty propertyByName = this.DataSource.Properties.GetPropertyByName(name);
                     if (propertyByName == null)
                     {
                         throw new Exception(ProductPage.GetResource("Tool_DataSources_UnField", new object[] { name, JsonSchemaManager.GetDisplayName(this.DataSource.JsonInstance, "DataSources", false) }));
                     }
                     this.propVals[name] = values = this.DataSource.GetPropertyValues(this, propertyByName);
                     return(values);
                 }
                 if (getSourceValue == null)
                 {
                     getSourceValue = n => this[n, string.Empty];
                 }
                 this.propVals[name] = values = new RecordPropertyValueCollection(this.DataSource, this, null, ((str = GetSpecialFieldValue(this.DataSource, name, getSourceValue)) == null) ? new object[0] : new object[] { str }, null, null, null);
                 return(values);
             }
             foreach (IDictionary dictionary2 in enumerable)
             {
                 if ((dictionary2 != null) && (strArray[0].Equals(dictionary2["name"]) || strArray[0].Equals(dictionary2["id"])))
                 {
                     dictionary = dictionary2;
                     break;
                 }
             }
             if ((dictionary == null) || string.IsNullOrEmpty(loginName = dictionary["t"] + string.Empty))
             {
                 long num3;
                 if (strArray[0].Contains("_"))
                 {
                     for (int i = 1; i < strArray.Length; i++)
                     {
                         foreach (string str4 in RecordProperty.ExtractNames(strArray[i], true, this.DataSource))
                         {
                             strArray[i] = strArray[i].Replace("[" + str4 + "]", this[str4].Value + string.Empty);
                         }
                         while (((num = strArray[i].IndexOf('{')) >= 0) && ((num2 = strArray[i].IndexOf('}', num + 1)) > num))
                         {
                             strArray[i] = strArray[i].Replace(str3 = strArray[i].Substring(num, (num2 - num) + 1), this[str3].Value + string.Empty);
                         }
                     }
                 }
                 if ((!flag && (flag = strArray[0] == "DateTime_FromBinary")) && ((strArray.Length > 1) && long.TryParse(strArray[1], out num3)))
                 {
                     loginName = DateTime.FromBinary(num3).ToShortDateString();
                 }
                 else if (((!flag && (flag = strArray[0] == "DateTime_FromDdMm")) && ((strArray.Length > 1) && (strArray[1].Length == 4))) && long.TryParse(strArray[1], out num3))
                 {
                     loginName = new DateTime(DateTime.Today.Year, int.Parse(strArray[1].Substring(2)), int.Parse(strArray[1].Substring(0, 2))).ToString((strArray.Length > 2) ? strArray[2] : "MMMM dd", CultureInfo.CurrentUICulture);
                 }
                 else if ((!flag && (flag = strArray[0] == "DateTime_FromFileTime")) && ((strArray.Length > 1) && long.TryParse(strArray[1], out num3)))
                 {
                     loginName = DateTime.FromFileTime(num3).ToShortDateString();
                 }
                 else if ((!flag && (flag = strArray[0] == "DateTime_FromFileTimeUtc")) && ((strArray.Length > 1) && long.TryParse(strArray[1], out num3)))
                 {
                     loginName = DateTime.FromFileTimeUtc(num3).ToShortDateString();
                 }
                 else if ((!flag && (flag = strArray[0] == "DateTime_FromTicks")) && ((strArray.Length > 1) && long.TryParse(strArray[1], out num3)))
                 {
                     loginName = new DateTime(num3).ToShortDateString();
                 }
                 else if ((!flag && (flag = strArray[0] == "String_Replace")) && (strArray.Length > 3))
                 {
                     loginName = strArray[1].Replace(strArray[2], strArray[3]);
                 }
                 else if ((!flag && (flag = strArray[0] == "UserProfiles_PropertyValue")) && ((strArray.Length > 3) && (dataSource != null)))
                 {
                     loginName = dataSource.GetRecordVal(strArray[1], strArray[2], strArray[3]);
                 }
                 else if ((!flag && (flag = strArray[0] == "UserProfiles_CurrentUser")) && (dataSource != null))
                 {
                     loginName = SPContext.Current.Web.CurrentUser.LoginName;
                 }
                 if (!flag)
                 {
                     loginName = ProductPage.GetResource("Tool_DataSources_UnFormat", new object[] { strArray[0] });
                 }
             }
             else
             {
                 for (int j = 1; j < strArray.Length; j++)
                 {
                     loginName = loginName.Replace("[" + j + "]", this[strArray[j]].Value + string.Empty);
                 }
                 foreach (string str5 in RecordProperty.ExtractNames(loginName, true, this.DataSource))
                 {
                     loginName = loginName.Replace("[" + str5 + "]", this[str5].Value + string.Empty);
                 }
                 while (((num = loginName.IndexOf('{')) >= 0) && ((num2 = loginName.IndexOf('}', num + 1)) > num))
                 {
                     loginName = loginName.Replace(str3 = loginName.Substring(num, (num2 - num) + 1), this[str3].Value + string.Empty);
                 }
                 if ("h".Equals(dictionary["m"]))
                 {
                     loginName = "<roxhtml/>" + loginName;
                 }
             }
             this.propVals[name] = values = new RecordPropertyValueCollection(this.DataSource, this, null, new object[] { loginName }, null, null, null);
         }
         return(values);
     }
 }
コード例 #5
0
 public virtual bool AllowDateParsing(RecordProperty prop)
 {
     return(false);
 }
コード例 #6
0
 public virtual RecordPropertyValueCollection GetPropertyValues(Record rec, RecordProperty prop)
 {
     return(new RecordPropertyValueCollection(this, rec, prop, null, null, () => 0, () => null));
 }