This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.mvcedition.mvccontrolbase [2015/08/20 03:08] 127.0.0.1 external edit |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== ThinkGeo.MapSuite.MvcEdition.MvcControlBase ====== | ||
| - | |||
| - | |||
| - | |||
| - | <!-- Class --> | ||
| - | This class defines the base abstract class for creating MVC control. | ||
| - | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | ||
| - | **[[ThinkGeo.MapSuite.MvcEdition.MvcControlBase]] | ||
| - | ***[[ThinkGeo.MapSuite.MvcEdition.Map]] | ||
| - | ===== Members Summary ===== | ||
| - | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | |||
| - | ==== Protected Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MvcControlBase()|MvcControlBase]] | | | Initializes a new instance of the MvcControlBase class. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MvcControlBase(String)|MvcControlBase]] | String | | Initializes a new instance of the MvcControlBase class. | | ||
| - | |||
| - | ==== Public Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Fill(String)|Fill]] | String | | Fill an instance according to the input entity string | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Fill(String, String)|Fill]] | String, String | | Fill an instance based on the input model name according to the input entity string | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString(String)|ToString]] | String | | Convert current object based on mode name to an entity string. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object(overriden) | | | ||
| - | |||
| - | ==== Protected Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | ||
| - | |||
| - | ==== Public Properties ==== | ||
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ClientScriptBlocks|ClientScriptBlocks]] | Dictionary<String,String> | | Gets the client script blocks which will be registered to the page. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ClientScriptFileNames|ClientScriptFileNames]] | Dictionary<String,String> | | Gets the client script files which will be registered to the page. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Height|Height]] | Unit | | Gets or sets the height of the control. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#HtmlAttributes|HtmlAttributes]] | Dictionary<String,String> | | Gets the customized html attributes of the control. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Id|Id]] | String | | Gets the client id of the control, it will be calculated from Name property. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Name|Name]] | String | | Gets the unique identifier name of the control. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#StyleSheetFileNames|StyleSheetFileNames]] | Collection<String> | | Gets the css files which will be wrote to the client html. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ViewContext|ViewContext]] | ViewContext | | Gets the ViewContext of the page which includes the control. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Visible|Visible]] | Boolean | | Gets or sets the visibility of the control. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Width|Width]] | Unit | | Gets or sets the width of the control. | | ||
| - | |||
| - | ==== Protected Properties ==== | ||
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#ClientScriptManager|ClientScriptManager]] | [[ThinkGeo.MapSuite.MvcEdition.MvcClientScriptManager|MvcClientScriptManager]] | | Gets the object which is used for managing, registering the client scripts. | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#ClientStyleSheetManager|ClientStyleSheetManager]] | [[ThinkGeo.MapSuite.MvcEdition.MvcClientStyleSheetManager|MvcClientStyleSheetManager]] | | Gets the object which is used for managing, registering the css files used by the control. | | ||
| - | |||
| - | ==== Public Events ==== | ||
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | ||
| - | |||
| - | ===== Public Constructors ===== | ||
| - | ===== Protected Constructors ===== | ||
| - | ==== MvcControlBase() ==== | ||
| - | Initializes a new instance of the MvcControlBase class. | ||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | [[#Protected Constructors|Go Back]] | ||
| - | ==== MvcControlBase(String) ==== | ||
| - | Initializes a new instance of the MvcControlBase class. | ||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | name | String<!-- System.String --> | The unique identifier name of the control. | | ||
| - | |||
| - | [[#Protected Constructors|Go Back]] | ||
| - | ===== Public Methods ===== | ||
| - | ==== Equals(Object) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | obj | Object<!-- System.Object --> | | | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Fill(String) ==== | ||
| - | Fill an instance according to the input entity string | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | entityString | String<!-- System.String --> | the inpu entity string. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBase --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Fill(String, String) ==== | ||
| - | Fill an instance based on the input model name according to the input entity string | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | modelName | String<!-- System.String --> | the input model name | | ||
| - | | entityString | String<!-- System.String --> | the input entity string | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBase --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetHashCode() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Int32<!-- System.Int32 --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetType() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Type<!-- System.Type --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ToString(String) ==== | ||
| - | Convert current object based on mode name to an entity string. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | String<!-- System.String --> | an entity string | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | modelName | String<!-- System.String --> | model name | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBase --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ToString() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | String<!-- System.String --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object(overriden) --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ===== Protected Methods ===== | ||
| - | ==== Finalize() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== MemberwiseClone() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Object<!-- System.Object --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ===== Public Properties ===== | ||
| - | ==== ClientScriptBlocks ==== | ||
| - | Gets the client script blocks which will be registered to the page. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Dictionary<String,String><!-- System.Collections.Generic.Dictionary{System.String,System.String} --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBase --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ClientScriptFileNames ==== | ||
| - | Gets the client script files which will be registered to the page. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Dictionary<String,String><!-- System.Collections.Generic.Dictionary{System.String,System.String} --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBase --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Height ==== | ||
| - | Gets or sets the height of the control. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Unit<!-- System.Web.UI.WebControls.Unit --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBase --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== HtmlAttributes ==== | ||
| - | Gets the customized html attributes of the control. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Dictionary<String,String><!-- System.Collections.Generic.Dictionary{System.String,System.String} --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBase --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Id ==== | ||
| - | Gets the client id of the control, it will be calculated from Name property. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBase --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Name ==== | ||
| - | Gets the unique identifier name of the control. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBase --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== StyleSheetFileNames ==== | ||
| - | Gets the css files which will be wrote to the client html. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Collection<String><!-- System.Collections.ObjectModel.Collection{System.String} --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBase --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ViewContext ==== | ||
| - | Gets the ViewContext of the page which includes the control. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | ViewContext<!-- System.Web.Mvc.ViewContext --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBase --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Visible ==== | ||
| - | Gets or sets the visibility of the control. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBase --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Width ==== | ||
| - | Gets or sets the width of the control. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Unit<!-- System.Web.UI.WebControls.Unit --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBase --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ===== Protected Properties ===== | ||
| - | ==== ClientScriptManager ==== | ||
| - | Gets the object which is used for managing, registering the client scripts. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MvcClientScriptManager|MvcClientScriptManager]]<!-- ThinkGeo.MapSuite.MvcEdition.MvcClientScriptManager --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBase --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== ClientStyleSheetManager ==== | ||
| - | Gets the object which is used for managing, registering the css files used by the control. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MvcClientStyleSheetManager|MvcClientStyleSheetManager]]<!-- ThinkGeo.MapSuite.MvcEdition.MvcClientStyleSheetManager --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBase --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ===== Public Events ===== | ||
| - | __NOTOC__ | ||
| - | [[Category:MvcEdition]] | ||
| - | [[Category:ThinkGeo.MapSuite.MvcEdition]] | ||
| - | [[Category:UpdateDocumentation]] | ||
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.