User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.contextmenuitemcollection

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mvcedition.contextmenuitemcollection [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.MvcEdition.ContextMenuItemCollection ====== 
- 
- 
- 
-<!-- Class --> 
-A collection of ThinkGeo.MapSuite.MvcEdition.ContextMenuItem objects. 
-===== Inheritance Hierarchy ===== 
-*System.Object 
-**[[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemCollection]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ContextMenuItemCollection(ContextMenu)|ContextMenuItemCollection]] ​  | [[ThinkGeo.MapSuite.MvcEdition.ContextMenu|ContextMenu]] ​  ​| ​   | Initializes a new instance of the ContextMenuItemCollection class. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ContextMenuItemCollection(ContextMenuItem)|ContextMenuItemCollection]] ​  | [[ThinkGeo.MapSuite.MvcEdition.ContextMenuItem|ContextMenuItem]] ​  ​| ​   | Initializes a new instance of the ContextMenuItemCollection class. ​  | 
- 
-==== Protected Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
-==== Public Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ContextMenuItem()|ContextMenuItem]] ​  ​| ​   |    | Add an empty ContextMenuItem ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ContextMenuItem(String)|ContextMenuItem]] ​  | String ​  ​| ​   | Add a ContextMenuItem with specific inner Html   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ContextMenuItem(String,​ String)|ContextMenuItem]] ​  | String, String ​  ​| ​   | Add a ContextMenuItem with specific inner Html and css class   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ContextMenuItem(String,​ String, String)|ContextMenuItem]] ​  | String, String, String ​  ​| ​   | Add a ContextMenuItem with specific inner Html, css class and hover css class   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ContextMenuItem(String,​ String, String, String)|ContextMenuItem]] ​  | String, String, String, String ​  ​| ​   | Add a ContextMenuItem with specific inner Html, css class, hover css class and id   | 
-| {{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}}[[#​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 ^ 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
- 
-===== Public Constructors ===== 
-==== ContextMenuItemCollection(ContextMenu) ==== 
-Initializes a new instance of the ContextMenuItemCollection class. 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| contextMenu ​  | [[ThinkGeo.MapSuite.MvcEdition.ContextMenu|ContextMenu]]<​!-- ThinkGeo.MapSuite.MvcEdition.ContextMenu --> ​  | the context menu   | 
- 
-[[#Public Constructors|Go Back]] 
-==== ContextMenuItemCollection(ContextMenuItem) ==== 
-Initializes a new instance of the ContextMenuItemCollection class. 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| contextMenuItem ​  | [[ThinkGeo.MapSuite.MvcEdition.ContextMenuItem|ContextMenuItem]]<​!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItem --> ​  | the context menu item   | 
- 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-==== ContextMenuItem() ==== 
-Add an empty ContextMenuItem 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting|ContextMenuItemSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting --> ​  | the setting for contextMenuItem ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItemCollection --> 
-[[#Public Methods|Go Back]] 
-==== ContextMenuItem(String) ==== 
-Add a ContextMenuItem with specific inner Html 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting|ContextMenuItemSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting --> ​  | the setting for contextMenuItem ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| innerHtml ​  | String<​!-- System.String --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItemCollection --> 
-[[#Public Methods|Go Back]] 
-==== ContextMenuItem(String,​ String) ==== 
-Add a ContextMenuItem with specific inner Html and css class 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting|ContextMenuItemSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting --> ​  | the setting for contextMenuItem ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| innerHtml ​  | String<​!-- System.String --> ​  ​| ​   | 
-| cssClass ​  | String<​!-- System.String --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItemCollection --> 
-[[#Public Methods|Go Back]] 
-==== ContextMenuItem(String,​ String, String) ==== 
-Add a ContextMenuItem with specific inner Html, css class and hover css class 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting|ContextMenuItemSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting --> ​  | the setting for contextMenuItem ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| innerHtml ​  | String<​!-- System.String --> ​  ​| ​   | 
-| cssClass ​  | String<​!-- System.String --> ​  ​| ​   | 
-| hoverCssClass ​  | String<​!-- System.String --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItemCollection --> 
-[[#Public Methods|Go Back]] 
-==== ContextMenuItem(String,​ String, String, String) ==== 
-Add a ContextMenuItem with specific inner Html, css class, hover css class and id 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting|ContextMenuItemSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting --> ​  | the setting for contextMenuItem ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| innerHtml ​  | String<​!-- System.String --> ​  ​| ​   | 
-| cssClass ​  | String<​!-- System.String --> ​  ​| ​   | 
-| hoverCssClass ​  | String<​!-- System.String --> ​  ​| ​   | 
-| id   | String<​!-- System.String --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItemCollection --> 
-[[#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]] 
-==== 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 ===== 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​MvcEdition]] 
-[[Category:​ThinkGeo.MapSuite.MvcEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.mvcedition.contextmenuitemcollection.1440040131.txt.gz ยท Last modified: 2015/09/21 03:32 (external edit)