User Tools

Site Tools


thinkgeo.mapsuite.webedition.georesourcefactory

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
thinkgeo.mapsuite.webedition.georesourcefactory [2015/09/22 08:48]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.WebEdition.GeoResourceFactory ====== 
- 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    ***ThinkGeo.MapSuite.WebEdition.GeoResourceFactory** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} GeoResourceFactory() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#​GeoResourceFactory.28.29//​ 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} GetHandler(HttpContext,​String,​String,​String) ** 
- 
-  * //Returns an instance of a class that implements the System.Web.IHttpHandler interface.//​ 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#​GetHandler.28HttpContext.2C_String.2C_String.2C_String.29//​ 
- 
-== Return Value == 
-  * Type:​IHttpHandler 
-  * Description:​A new System.Web.IHttpHandler object that processes the request. 
- 
-== Parameters == 
-  * //context// 
-    * Type:​HttpContext 
-    * Description:​An instance of the System.Web.HttpContext class that provides references to intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests. 
- 
-  * //​requestType//​ 
-    * Type:String 
-    * Description:​The HTTP data transfer method (GET or POST) that the client uses. 
- 
-  * //url// 
-    * Type:String 
-    * Description:​The System.Web.HttpRequest.RawUrl of the requested resource. 
- 
-  * //​pathTranslated//​ 
-    * Type:String 
-    * Description:​The System.Web.HttpRequest.PhysicalApplicationPath to the requested resource. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ReleaseHandler(IHttpHandler) ** 
- 
-  * //Enables a factory to reuse an existing handler instance.// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#​ReleaseHandler.28IHttpHandler.29//​ 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //handler// 
-    * Type:​IHttpHandler 
-    * Description:​The System.Web.IHttpHandler object to reuse. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#​ToString.28.29//​ 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#​Equals.28Object.29//​ 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#​GetHashCode.28.29//​ 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#​GetType.28.29//​ 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} GetHandlerCore(HttpContext) ** 
- 
-  * //Returns an instance of a class that implements the System.Web.IHttpHandler interface.//​ 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#​GetHandlerCore.28HttpContext.29//​ 
- 
-== Return Value == 
-  * Type:​IHttpHandler 
-  * Description:​A new System.Web.IHttpHandler object that processes the request. 
- 
-== Parameters == 
-  * //context// 
-    * Type:​HttpContext 
-    * Description:​An instance of the System.Web.HttpContext class that provides references to intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests. 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#​Finalize.28.29//​ 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#​MemberwiseClone.28.29//​ 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.webedition.georesourcefactory.1442911717.txt.gz ยท Last modified: 2015/09/22 08:48 by admin