Beispiel #1
0
 /// <summary>
 /// 根据XML加载范围集合项
 /// </summary>
 /// <param name="xmlString">xml字符串</param>
 /// <returns></returns>
 public void LoadXML(string xmlString)
 {
     ScopeXmlExtend.LoadScopeItems(xmlString, this);
 }
Beispiel #2
0
 /// <summary>
 /// 把范围集合转成XML字符串
 /// </summary>
 /// <returns></returns>
 public string ToXmlString()
 {
     return(ScopeXmlExtend.GetScopeXmlString(this));
 }