This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.mvcedition.mvccontrolbuilderbase_2 [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.mvcedition.mvccontrolbuilderbase_2 [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase`2 ====== | + | ====== ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase<TControl,TControlBuilder> ====== |
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Class --> | ||
This class provides a abstract base class to defines the fluent interface for configuring the Mvc control. | This class provides a abstract base class to defines the fluent interface for configuring the Mvc control. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **[[ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase`2]] | + | ***ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase<TControl,TControlBuilder>** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
- | |||
==== Protected Constructors ==== | ==== Protected Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:ProtectedMethod.gif|}} MvcControlBuilderBase`2(TControl) ** |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MvcControlBuilderBase`2(TControl)|MvcControlBuilderBase`2]] | TControl | | | | + | |
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Parameters == | ||
+ | * //control// | ||
+ | * Type:TControl | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
==== Public Methods ==== | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} Name(String) ** |
- | | {{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 ==== | + | Sets the names of the Mvc control. |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | N/A |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
- | ==== Public Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:TControlBuilder |
+ | * Description:N/A | ||
- | ==== Protected Properties ==== | + | == Parameters == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * //name// |
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#Control|Control]] | TControl | [[ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase|MvcControlBuilderBase]]<TControl,TControlBuilder> | Gets the Mvc control. | | + | * Type:String |
+ | * Description:The name of the mvc control. | ||
- | ==== Public Events ==== | + | <div newline></div> |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} HtmlAttributes(Dictionary<String,String>) ** |
- | ===== Public Constructors ===== | + | N/A |
- | ===== Protected Constructors ===== | + | == Remarks == |
- | ==== MvcControlBuilderBase`2(TControl) ==== | + | N/A |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | control | TControl<!-- TControl --> | | | + | |
- | [[#Protected Constructors|Go Back]] | + | == Return Value == |
- | ===== Public Methods ===== | + | * Type:TControlBuilder |
- | ==== Equals(Object) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //htmlAttributes// |
- | | obj | Object<!-- System.Object --> | | | + | * Type:Dictionary<String,String> |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} ScriptFileNames(Dictionary<String,String>) ** |
- | ==== GetHashCode() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:TControlBuilder |
- | ==== GetType() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //scriptFileNames// |
+ | * Type:Dictionary<String,String> | ||
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} ScriptBlocks(Dictionary<String,String>) ** |
- | ==== HtmlAttributes(Dictionary<String, String>) ==== | + | |
- | Sets the customized Html attributes of the mvc control. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | TControlBuilder<!-- TControlBuilder --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | htmlAttributes | Dictionary<String,String><!-- System.Collections.Generic.Dictionary{System.String,System.String} --> | The key-value collection of the html attributes. | | + | N/A |
- | <!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase{TControl,TControlBuilder} --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:TControlBuilder |
- | ==== Name(String) ==== | + | * Description:N/A |
- | Sets the names of the Mvc control. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | TControlBuilder<!-- TControlBuilder --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //scriptBlocks// |
- | | name | String<!-- System.String --> | The name of the mvc control. | | + | * Type:Dictionary<String,String> |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase{TControl,TControlBuilder} --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} StyleSheetFileNames(IEnumerable<String>) ** |
- | ==== ScriptBlocks(Dictionary<String, String>) ==== | + | |
- | Sets the client script blocks used by the Mvc control. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | TControlBuilder<!-- TControlBuilder --> | | | + | |
- | === Parameters === | + | Sets the client css files used by the Mvc control. |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | scriptBlocks | Dictionary<String,String><!-- System.Collections.Generic.Dictionary{System.String,System.String} --> | The key-value collection of the client script blocks. | | + | N/A |
- | <!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase{TControl,TControlBuilder} --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:TControlBuilder |
- | ==== ScriptFileNames(Dictionary<String, String>) ==== | + | * Description:N/A |
- | Sets the client script files used by the Mvc control. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | TControlBuilder<!-- TControlBuilder --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //cssFileNames// |
- | | scriptFileNames | Dictionary<String,String><!-- System.Collections.Generic.Dictionary{System.String,System.String} --> | The key-value collection of client script URLs. | | + | * Type:IEnumerable<String> |
+ | * Description:The css files collection. | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase{TControl,TControlBuilder} --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | ==== StyleSheetFileNames(IEnumerable<String>) ==== | + | |
- | Sets the client css files used by the Mvc control. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | TControlBuilder<!-- TControlBuilder --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | cssFileNames | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | The css files collection. | | + | N/A |
- | <!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase{TControl,TControlBuilder} --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:String |
- | ==== ToString() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | <!-- System.Object --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ===== Protected Methods ===== | + | N/A |
- | ==== Finalize() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Boolean |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //obj// |
- | ==== MemberwiseClone() ==== | + | * Type:Object |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Type | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ==== Protected Methods ==== | ||
+ | ** {{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 ==== | ||
+ | ** {{wiki:ProtectedProperty.gif|}} Control ** | ||
- | <!-- System.Object --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ===== Public Properties ===== | ||
- | ===== Protected Properties ===== | ||
- | ==== Control ==== | ||
Gets the Mvc control. | Gets the Mvc control. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | TControl<!-- TControl --> | | + | == Return Value == |
+ | * Type:TControl | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase{TControl,TControlBuilder} --> | + | ==== Public Events ==== |
- | [[#Protected Properties|Go Back]] | + | |
- | ===== Public Events ===== | + | |
- | __NOTOC__ | + | |
- | [[Category:MvcEdition]] | + | |
- | [[Category:ThinkGeo.MapSuite.MvcEdition]] | + | |
- | [[Category:UpdateDocumentation]] | + | |