This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.mvcedition.georesourcefactory [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.mvcedition.georesourcefactory [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.MvcEdition.GeoResourceFactory ====== | ====== ThinkGeo.MapSuite.MvcEdition.GeoResourceFactory ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | <!-- Class --> | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **[[ThinkGeo.MapSuite.MvcEdition.GeoResourceFactory]] | + | ***ThinkGeo.MapSuite.MvcEdition.GeoResourceFactory** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} GeoResourceFactory() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GeoResourceFactory()|GeoResourceFactory]] | | | | | + | |
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
==== Protected Constructors ==== | ==== Protected Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
- | |||
==== Public Methods ==== | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} GetHandler(HttpContext,String,String,String) ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHandler(HttpContext, String, String, String)|GetHandler]] | HttpContext, String, String, String | | Returns an instance of a class that implements the System.Web.IHttpHandler interface. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ReleaseHandler(IHttpHandler)|ReleaseHandler]] | IHttpHandler | | Enables a factory to reuse an existing handler instance. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
- | ==== Protected Methods ==== | + | * //Returns an instance of a class that implements the System.Web.IHttpHandler interface.// |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | * //N/A// |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetHandlerCore(HttpContext)|GetHandlerCore]] | HttpContext | | Returns an instance of a class that implements the System.Web.IHttpHandler interface. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
- | ==== Public Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:IHttpHandler |
+ | * Description:A new System.Web.IHttpHandler object that processes the request. | ||
- | ==== Protected Properties ==== | + | == Parameters == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * //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. | ||
- | ==== Public Events ==== | + | * //requestType// |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | * Type:String |
+ | * Description:The HTTP data transfer method (GET or POST) that the client uses. | ||
- | ===== Public Constructors ===== | + | * //url// |
- | ==== GeoResourceFactory() ==== | + | * Type:String |
- | === Parameters === | + | * Description:The System.Web.HttpRequest.RawUrl of the requested resource. |
- | ^ Name ^ Type ^ Description ^ | + | |
- | [[#Public Constructors|Go Back]] | + | * //pathTranslated// |
- | ===== Protected Constructors ===== | + | * Type:String |
- | ===== Public Methods ===== | + | * Description:The System.Web.HttpRequest.PhysicalApplicationPath to the requested resource. |
- | ==== Equals(Object) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ReleaseHandler(IHttpHandler) ** |
- | | obj | Object<!-- System.Object --> | | | + | |
- | <!-- System.Object --> | + | * //Enables a factory to reuse an existing handler instance.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetHandler(HttpContext, String, String, String) ==== | + | * //N/A// |
- | Returns an instance of a class that implements the System.Web.IHttpHandler interface. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | IHttpHandler<!-- System.Web.IHttpHandler --> | A new System.Web.IHttpHandler object that processes the request. | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | context | HttpContext<!-- System.Web.HttpContext --> | 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. | | + | * Description:N/A |
- | | requestType | String<!-- System.String --> | The HTTP data transfer method (GET or POST) that the client uses. | | + | |
- | | url | String<!-- System.String --> | The System.Web.HttpRequest.RawUrl of the requested resource. | | + | |
- | | pathTranslated | String<!-- System.String --> | The System.Web.HttpRequest.PhysicalApplicationPath to the requested resource. | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.GeoResourceFactory --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //handler// |
- | ==== GetHashCode() ==== | + | * Type:IHttpHandler |
- | === Return Value === | + | * Description:The System.Web.IHttpHandler object to reuse. |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetType() ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:String |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== ReleaseHandler(IHttpHandler) ==== | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
- | Enables a factory to reuse an existing handler instance. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | handler | IHttpHandler<!-- System.Web.IHttpHandler --> | The System.Web.IHttpHandler object to reuse. | | + | * //N/A// |
- | <!-- ThinkGeo.MapSuite.MvcEdition.GeoResourceFactory --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Boolean |
- | ==== ToString() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //obj// |
+ | * Type:Object | ||
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | ===== Protected Methods ===== | + | |
- | ==== Finalize() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Int32 |
- | ==== GetHandlerCore(HttpContext) ==== | + | * Description:N/A |
- | Returns an instance of a class that implements the System.Web.IHttpHandler interface. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | IHttpHandler<!-- System.Web.IHttpHandler --> | A new System.Web.IHttpHandler object that processes the request. | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | context | HttpContext<!-- System.Web.HttpContext --> | 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. | | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
- | <!-- ThinkGeo.MapSuite.MvcEdition.GeoResourceFactory --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== MemberwiseClone() ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Type |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ===== Public Properties ===== | + | ==== Protected Methods ==== |
- | ===== Protected Properties ===== | + | ** {{wiki:ProtectedMethod.gif|}} GetHandlerCore(HttpContext) ** |
- | ===== Public Events ===== | + | |
- | __NOTOC__ | + | * //Returns an instance of a class that implements the System.Web.IHttpHandler interface.// |
- | [[Category:MvcEdition]] | + | == Remarks == |
- | [[Category:ThinkGeo.MapSuite.MvcEdition]] | + | * //N/A// |
- | [[Category:UpdateDocumentation]] | + | |
+ | == 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 == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ==== Public Properties ==== | ||
+ | ==== Protected Properties ==== | ||
+ | ==== Public Events ==== | ||