ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> This class provides a abstract base class to defines the fluent interface for configuring the Mvc control.
*System.Object **ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase`2
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | TControl |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | Dictionary<String, String> | MvcControlBuilderBase<TControl,TControlBuilder> | Sets the customized Html attributes of the mvc control. |
![]() | String | MvcControlBuilderBase<TControl,TControlBuilder> | Sets the names of the Mvc control. |
![]() | Dictionary<String, String> | MvcControlBuilderBase<TControl,TControlBuilder> | Sets the client script blocks used by the Mvc control. |
![]() | Dictionary<String, String> | MvcControlBuilderBase<TControl,TControlBuilder> | Sets the client script files used by the Mvc control. |
![]() | IEnumerable<String> | MvcControlBuilderBase<TControl,TControlBuilder> | Sets the client css files used by the Mvc control. |
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | TControl | MvcControlBuilderBase<TControl,TControlBuilder> | Gets the Mvc control. |
Name | Event Arguments | DeclaringType | Summary |
---|
Name | Type | Description |
---|---|---|
control | TControl<!– TControl –> |
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Sets the customized Html attributes of the mvc control.
Return Type | Description |
---|---|
TControlBuilder<!– TControlBuilder –> |
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} –> Go Back
Sets the names of the Mvc control.
Return Type | Description |
---|---|
TControlBuilder<!– TControlBuilder –> |
Name | Type | Description |
---|---|---|
name | String<!– System.String –> | The name of the mvc control. |
<!– ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase{TControl,TControlBuilder} –> Go Back
Sets the client script blocks used by the Mvc control.
Return Type | Description |
---|---|
TControlBuilder<!– TControlBuilder –> |
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} –> Go Back
Sets the client script files used by the Mvc control.
Return Type | Description |
---|---|
TControlBuilder<!– TControlBuilder –> |
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} –> Go Back
Sets the client css files used by the Mvc control.
Return Type | Description |
---|---|
TControlBuilder<!– TControlBuilder –> |
Name | Type | Description |
---|---|---|
cssFileNames | IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –> | The css files collection. |
<!– ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase{TControl,TControlBuilder} –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Gets the Mvc control.
Return Type |
---|
TControl<!– TControl –> |
<!– ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase{TControl,TControlBuilder} –> Go Back