====== ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase‹TControl,_TControlBuilder› ====== {{section>upgrade_map_suite_to_10.0}} 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‹TControl, TControlBuilder›]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Protected Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MvcControlBuilderBase‹TControl, TControlBuilder›(TControl)|MvcControlBuilderBase‹TControl, TControlBuilder›]] | 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)|HtmlAttributes]] | Dictionary | MvcControlBuilderBase | Sets the customized Html attributes of the mvc control. | | {{wiki:PublicMethod.gif|Public Method}}[[#Name(String)|Name]] | String | MvcControlBuilderBase | Sets the names of the Mvc control. | | {{wiki:PublicMethod.gif|Public Method}}[[#ScriptBlocks(Dictionary)|ScriptBlocks]] | Dictionary | MvcControlBuilderBase | Sets the client script blocks used by the Mvc control. | | {{wiki:PublicMethod.gif|Public Method}}[[#ScriptFileNames(Dictionary)|ScriptFileNames]] | Dictionary | MvcControlBuilderBase | Sets the client script files used by the Mvc control. | | {{wiki:PublicMethod.gif|Public Method}}[[#StyleSheetFileNames(IEnumerable)|StyleSheetFileNames]] | IEnumerable | MvcControlBuilderBase | 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 | MvcControlBuilderBase | Gets the Mvc control. | ==== Public Events ==== ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ ===== Public Constructors ===== ===== Protected Constructors ===== ==== MvcControlBuilderBase‹TControl, TControlBuilder›(TControl) ==== === Parameters === ^ Name ^ Type ^ Description ^ | control | TControl | | [[#Protected Constructors|Go Back]] ===== Public Methods ===== ==== Equals(Object) ==== === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | obj | Object | | [[#Public Methods|Go Back]] ==== GetHashCode() ==== === Return Value === ^ Return Type ^ Description ^ | Int32 | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetType() ==== === Return Value === ^ Return Type ^ Description ^ | Type | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== HtmlAttributes(Dictionary) ==== Sets the customized Html attributes of the mvc control. === Return Value === ^ Return Type ^ Description ^ | TControlBuilder | | === Parameters === ^ Name ^ Type ^ Description ^ | htmlAttributes | Dictionary | The key-value collection of the html attributes. | [[#Public Methods|Go Back]] ==== Name(String) ==== Sets the names of the Mvc control. === Return Value === ^ Return Type ^ Description ^ | TControlBuilder | | === Parameters === ^ Name ^ Type ^ Description ^ | name | String | The name of the mvc control. | [[#Public Methods|Go Back]] ==== ScriptBlocks(Dictionary) ==== Sets the client script blocks used by the Mvc control. === Return Value === ^ Return Type ^ Description ^ | TControlBuilder | | === Parameters === ^ Name ^ Type ^ Description ^ | scriptBlocks | Dictionary | The key-value collection of the client script blocks. | [[#Public Methods|Go Back]] ==== ScriptFileNames(Dictionary) ==== Sets the client script files used by the Mvc control. === Return Value === ^ Return Type ^ Description ^ | TControlBuilder | | === Parameters === ^ Name ^ Type ^ Description ^ | scriptFileNames | Dictionary | The key-value collection of client script URLs. | [[#Public Methods|Go Back]] ==== StyleSheetFileNames(IEnumerable) ==== Sets the client css files used by the Mvc control. === Return Value === ^ Return Type ^ Description ^ | TControlBuilder | | === Parameters === ^ Name ^ Type ^ Description ^ | cssFileNames | IEnumerable | The css files collection. | [[#Public Methods|Go Back]] ==== ToString() ==== === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ===== Protected Methods ===== ==== Finalize() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== MemberwiseClone() ==== === Return Value === ^ Return Type ^ Description ^ | Object | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ===== Public Properties ===== ===== Protected Properties ===== ==== Control ==== Gets the Mvc control. === Return Value === ^ Return Type ^ | TControl | [[#Protected Properties|Go Back]] ===== Public Events ===== __NOTOC__ [[Category:MvcEdition]] [[Category:ThinkGeo.MapSuite.MvcEdition]] [[Category:UpdateDocumentation]]