示例#1
0
 public UrlInfo GetUrl(int PortalID, string Url)
 {
     return((UrlInfo)CBO.FillObject(DataProvider.Instance().GetUrl(PortalID, Url), typeof(UrlInfo)));
 }
示例#2
0
 public UrlTrackingInfo GetUrlTracking(int PortalID, string Url, int ModuleId)
 {
     return((UrlTrackingInfo)CBO.FillObject(DataProvider.Instance().GetUrlTracking(PortalID, Url, ModuleId), typeof(UrlTrackingInfo)));
 }
示例#3
0
 public ArrayList GetUrls(int PortalID)
 {
     return(CBO.FillCollection(DataProvider.Instance().GetUrls(PortalID), typeof(UrlInfo)));
 }