示例#1
0
 public EcpFeatureDescriptor(EcpFeature id, string serverPath, string url, bool useAbsoluteUrl = false)
 {
     this.Id             = id;
     this.Name           = id.GetName();
     this.ServerPath     = serverPath;
     this.url            = url;
     this.UseAbsoluteUrl = useAbsoluteUrl;
 }
示例#2
0
 public EcpFeatureQueryProcessor(EcpFeature ecpFeature)
 {
     this.ecpFeature = ecpFeature;
     this.Name       = ecpFeature.GetName();
 }