User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.contextmenuitemsetting

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mvcedition.contextmenuitemsetting [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting ====== 
- 
- 
- 
-<!-- Class --> 
-A setting for ContextMenuItem that contains APIs to set properties of ContextMenuItem using in MVC view. 
-===== Inheritance Hierarchy ===== 
-*System.Object 
-    * PublicKeyToken=null]] 
-      * Culture=neutral 
-        * Version=9.0.0.0 
-***** MvcEdition 
-******[[[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting]] 
-******* PublicKeyToken=null] 
-******** Culture=neutral 
-********* Version=9.0.0.0 
-********** MvcEdition 
-***********[[ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase`2[[ThinkGeo.MapSuite.MvcEdition.ContextMenuItem]] 
-************[[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ContextMenuItemSetting(ContextMenuItem)|ContextMenuItemSetting]] ​  | [[ThinkGeo.MapSuite.MvcEdition.ContextMenuItem|ContextMenuItem]] ​  ​| ​   | Initializes a new instance of the ContextMenuItemSetting class. ​  | 
- 
-==== Protected Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
-==== Public Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CssClass(String)|CssClass]] ​  | String ​  ​| ​   | Set css Class for Element property and retun the ContextMenuItemSetting ​  | 
-| {{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}}[[#​HoverCssClass(String)|HoverCssClass]] ​  | String ​  ​| ​   | Set hover Css Class for Element property and retun the ContextMenuItemSetting ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Id(String)|Id]] ​  | String ​  ​| ​   | Set Id for Element property and retun the ContextMenuItemSetting ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​InnerHtml(String)|InnerHtml]] ​  | String ​  ​| ​   | Set inner Html for Element property and retun the ContextMenuItemSetting ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MenuItems(Action<​ContextMenuItemCollection>​)|MenuItems]] ​  | Action<​[[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemCollection|ContextMenuItemCollection]]> ​  ​| ​   | Initializes a new instance of the ContextMenuItemSetting class. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnClientClick(String)|OnClientClick]] ​  | String ​  ​| ​   | Set client Click Script for Element property and retun the ContextMenuItemSetting ​  | 
-| {{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}}[[#​Element|Element]] ​  | [[ThinkGeo.MapSuite.MvcEdition.ContextMenuItem|ContextMenuItem]] ​  | [[ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase|MvcElementSettingBase]]<​[[ThinkGeo.MapSuite.MvcEdition.ContextMenuItem|ContextMenuItem]],​[[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting|ContextMenuItemSetting]]> ​  ​| ​   | 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
- 
-===== Public Constructors ===== 
-==== ContextMenuItemSetting(ContextMenuItem) ==== 
-Initializes a new instance of the ContextMenuItemSetting class. 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| contextMenuItem ​  | [[ThinkGeo.MapSuite.MvcEdition.ContextMenuItem|ContextMenuItem]]<​!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItem --> ​  | the context menu item which will be assigned to Element property ​  | 
- 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-==== CssClass(String) ==== 
-Set css Class for Element property and retun the ContextMenuItemSetting 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting|ContextMenuItemSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting --> ​  | The setting of ContextMenuItem itself ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| cssClass ​  | String<​!-- System.String --> ​  | A css Class for Element property ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting --> 
-[[#Public Methods|Go Back]] 
-==== 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]] 
-==== HoverCssClass(String) ==== 
-Set hover Css Class for Element property and retun the ContextMenuItemSetting 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting|ContextMenuItemSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting --> ​  | The setting of ContextMenuItem itself ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| hoverCssClass ​  | String<​!-- System.String --> ​  | A id for Element property ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting --> 
-[[#Public Methods|Go Back]] 
-==== Id(String) ==== 
-Set Id for Element property and retun the ContextMenuItemSetting 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting|ContextMenuItemSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting --> ​  | The setting of ContextMenuItem itself ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| id   | String<​!-- System.String --> ​  | A id for Element property ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting --> 
-[[#Public Methods|Go Back]] 
-==== InnerHtml(String) ==== 
-Set inner Html for Element property and retun the ContextMenuItemSetting 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting|ContextMenuItemSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting --> ​  | The setting of ContextMenuItem itself ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| innerHtml ​  | String<​!-- System.String --> ​  | A inner Html for Element property ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting --> 
-[[#Public Methods|Go Back]] 
-==== MenuItems(Action<​ContextMenuItemCollection>​) ==== 
-Initializes a new instance of the ContextMenuItemSetting class. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting|ContextMenuItemSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| addItemsAction ​  | Action<​[[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemCollection|ContextMenuItemCollection]]><​!-- System.Action{ThinkGeo.MapSuite.MvcEdition.ContextMenuItemCollection} --> ​  | a method that takes ContextMenuItemCollection to do some settings. ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting --> 
-[[#Public Methods|Go Back]] 
-==== OnClientClick(String) ==== 
-Set client Click Script for Element property and retun the ContextMenuItemSetting 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting|ContextMenuItemSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting --> ​  | The setting of ContextMenuItem itself ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| clientClickScript ​  | String<​!-- System.String --> ​  | A client Click Script for Element property ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting --> 
-[[#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 ===== 
-==== Element ==== 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.ContextMenuItem|ContextMenuItem]]<​!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItem --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase{ThinkGeo.MapSuite.MvcEdition.ContextMenuItem,​ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting} --> 
-[[#​Protected Properties|Go Back]] 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​MvcEdition]] 
-[[Category:​ThinkGeo.MapSuite.MvcEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.mvcedition.contextmenuitemsetting.1440040131.txt.gz ยท Last modified: 2015/09/21 03:32 (external edit)