User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.mvccontrolbuilderbase_2

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mvcedition.mvccontrolbuilderbase_2 [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase`2 ====== 
- 
- 
- 
-<!-- Class --> 
-This class provides a abstract base class to defines the fluent interface for configuring the Mvc control. 
-===== Inheritance Hierarchy ===== 
-*System.Object 
-**[[ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase`2]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
-==== Protected Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MvcControlBuilderBase`2(TControl)|MvcControlBuilderBase`2]] ​  | TControl ​  ​| ​   |    | 
- 
-==== Public Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​HtmlAttributes(Dictionary<​String,​ String>​)|HtmlAttributes]] ​  | Dictionary<​String,​ String> ​  | [[ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase|MvcControlBuilderBase]]<​TControl,​TControlBuilder> ​  | Sets the customized Html attributes of the mvc control. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Name(String)|Name]] ​  | String ​  | [[ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase|MvcControlBuilderBase]]<​TControl,​TControlBuilder> ​  | Sets the names of the Mvc control. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ScriptBlocks(Dictionary<​String,​ String>​)|ScriptBlocks]] ​  | Dictionary<​String,​ String> ​  | [[ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase|MvcControlBuilderBase]]<​TControl,​TControlBuilder> ​  | Sets the client script blocks used by the Mvc control. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ScriptFileNames(Dictionary<​String,​ String>​)|ScriptFileNames]] ​  | Dictionary<​String,​ String> ​  | [[ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase|MvcControlBuilderBase]]<​TControl,​TControlBuilder> ​  | Sets the client script files used by the Mvc control. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​StyleSheetFileNames(IEnumerable<​String>​)|StyleSheetFileNames]] ​  | IEnumerable<​String> ​  | [[ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase|MvcControlBuilderBase]]<​TControl,​TControlBuilder> ​  | Sets the client css files used by the Mvc control. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | 
- 
-==== 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 ^ 
- 
-==== Protected Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​Control|Control]] ​  | TControl ​  | [[ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase|MvcControlBuilderBase]]<​TControl,​TControlBuilder> ​  | Gets the Mvc control. ​  | 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
- 
-===== Public Constructors ===== 
-===== Protected Constructors ===== 
-==== MvcControlBuilderBase`2(TControl) ==== 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| control ​  | TControl<​!-- TControl --> ​  ​| ​   | 
- 
-[[#​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]] 
-==== 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]] 
-==== HtmlAttributes(Dictionary<​String,​ String>) ==== 
-Sets the customized Html attributes of the mvc control. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| TControlBuilder<​!-- TControlBuilder --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| htmlAttributes ​  | Dictionary<​String,​String><​!-- System.Collections.Generic.Dictionary{System.String,​System.String} --> ​  | The key-value collection of the html attributes. ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase{TControl,​TControlBuilder} --> 
-[[#Public Methods|Go Back]] 
-==== Name(String) ==== 
-Sets the names of the Mvc control. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| TControlBuilder<​!-- TControlBuilder --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| name   | String<​!-- System.String --> ​  | The name of the mvc control. ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase{TControl,​TControlBuilder} --> 
-[[#Public Methods|Go Back]] 
-==== ScriptBlocks(Dictionary<​String,​ String>) ==== 
-Sets the client script blocks used by the Mvc control. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| TControlBuilder<​!-- TControlBuilder --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| scriptBlocks ​  | Dictionary<​String,​String><​!-- System.Collections.Generic.Dictionary{System.String,​System.String} --> ​  | The key-value collection of the client script blocks. ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase{TControl,​TControlBuilder} --> 
-[[#Public Methods|Go Back]] 
-==== ScriptFileNames(Dictionary<​String,​ String>) ==== 
-Sets the client script files used by the Mvc control. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| TControlBuilder<​!-- TControlBuilder --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| scriptFileNames ​  | Dictionary<​String,​String><​!-- System.Collections.Generic.Dictionary{System.String,​System.String} --> ​  | The key-value collection of client script URLs.   | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase{TControl,​TControlBuilder} --> 
-[[#Public Methods|Go Back]] 
-==== StyleSheetFileNames(IEnumerable<​String>​) ==== 
-Sets the client css files used by the Mvc control. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| TControlBuilder<​!-- TControlBuilder --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| cssFileNames ​  | IEnumerable<​String><​!-- System.Collections.Generic.IEnumerable{System.String} --> ​  | The css files collection. ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase{TControl,​TControlBuilder} --> 
-[[#Public Methods|Go Back]] 
-==== ToString() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#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 ===== 
-===== Protected Properties ===== 
-==== Control ==== 
-Gets the Mvc control. 
-=== Return Value === 
-^ Return Type ^ 
-| TControl<​!-- TControl --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase{TControl,​TControlBuilder} --> 
-[[#​Protected Properties|Go Back]] 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​MvcEdition]] 
-[[Category:​ThinkGeo.MapSuite.MvcEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.mvcedition.mvccontrolbuilderbase_2.1440040131.txt.gz ยท Last modified: 2015/09/21 03:35 (external edit)