This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.mvcedition.contextmenuitemcollection [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.mvcedition.contextmenuitemcollection [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.MvcEdition.ContextMenuItemCollection ====== | ====== ThinkGeo.MapSuite.MvcEdition.ContextMenuItemCollection ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Class --> | ||
A collection of ThinkGeo.MapSuite.MvcEdition.ContextMenuItem objects. | A collection of ThinkGeo.MapSuite.MvcEdition.ContextMenuItem objects. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **[[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemCollection]] | + | ***ThinkGeo.MapSuite.MvcEdition.ContextMenuItemCollection** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} ContextMenuItemCollection(ContextMenu) ** |
- | | {{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 ==== | + | * //Initializes a new instance of the ContextMenuItemCollection class.// |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
+ | * //N/A// | ||
+ | == Parameters == | ||
+ | * //contextMenu// | ||
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.ContextMenu|ContextMenu]] | ||
+ | * Description:the context menu | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ContextMenuItemCollection(ContextMenuItem) ** | ||
+ | |||
+ | * //Initializes a new instance of the ContextMenuItemCollection class.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Parameters == | ||
+ | * //contextMenuItem// | ||
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.ContextMenuItem|ContextMenuItem]] | ||
+ | * Description:the context menu item | ||
+ | |||
+ | <div newline></div> | ||
+ | ==== Protected Constructors ==== | ||
==== Public Methods ==== | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} ContextMenuItem() ** |
- | | {{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 ==== | + | * //Add an empty ContextMenuItem// |
- | ^ 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:[[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting|ContextMenuItemSetting]] |
+ | * Description:the setting for contextMenuItem | ||
- | ==== Protected Properties ==== | + | == Parameters == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} ContextMenuItem(String) ** | ||
- | ==== Public Events ==== | + | * //Add a ContextMenuItem with specific inner Html// |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | == Remarks == |
+ | * //N/A// | ||
- | ===== Public Constructors ===== | + | == Return Value == |
- | ==== ContextMenuItemCollection(ContextMenu) ==== | + | * Type:[[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting|ContextMenuItemSetting]] |
- | Initializes a new instance of the ContextMenuItemCollection class. | + | * Description:the setting for contextMenuItem |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | contextMenu | [[ThinkGeo.MapSuite.MvcEdition.ContextMenu|ContextMenu]]<!-- ThinkGeo.MapSuite.MvcEdition.ContextMenu --> | the context menu | | + | |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | ==== ContextMenuItemCollection(ContextMenuItem) ==== | + | * //innerHtml// |
- | Initializes a new instance of the ContextMenuItemCollection class. | + | * Type:String |
- | === Parameters === | + | * Description:N/A |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | contextMenuItem | [[ThinkGeo.MapSuite.MvcEdition.ContextMenuItem|ContextMenuItem]]<!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItem --> | the context menu item | | + | |
- | [[#Public Constructors|Go Back]] | + | <div newline></div> |
- | ===== Protected Constructors ===== | + | ** {{wiki:PublicMethod.gif|}} ContextMenuItem(String,String) ** |
- | ===== 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 === | + | * //Add a ContextMenuItem with specific inner Html and css class// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItemCollection --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting|ContextMenuItemSetting]] |
- | ==== ContextMenuItem(String) ==== | + | * Description:the setting for contextMenuItem |
- | 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 === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //innerHtml// |
- | | innerHtml | String<!-- System.String --> | | | + | * Type:String |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItemCollection --> | + | * //cssClass// |
- | [[#Public Methods|Go Back]] | + | * Type:String |
- | ==== ContextMenuItem(String, String) ==== | + | * Description:N/A |
- | 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 === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ContextMenuItem(String,String,String) ** |
- | | innerHtml | String<!-- System.String --> | | | + | |
- | | cssClass | String<!-- System.String --> | | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItemCollection --> | + | * //Add a ContextMenuItem with specific inner Html, css class and hover css class// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ContextMenuItem(String, String, String) ==== | + | * //N/A// |
- | 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 === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting|ContextMenuItemSetting]] |
- | | innerHtml | String<!-- System.String --> | | | + | * Description:the setting for contextMenuItem |
- | | cssClass | String<!-- System.String --> | | | + | |
- | | hoverCssClass | String<!-- System.String --> | | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItemCollection --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //innerHtml// |
- | ==== ContextMenuItem(String, String, String, String) ==== | + | * Type:String |
- | Add a ContextMenuItem with specific inner Html, css class, hover css class and id | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting|ContextMenuItemSetting]]<!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting --> | the setting for contextMenuItem | | + | |
- | === Parameters === | + | * //cssClass// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:String |
- | | innerHtml | String<!-- System.String --> | | | + | * Description:N/A |
- | | cssClass | String<!-- System.String --> | | | + | |
- | | hoverCssClass | String<!-- System.String --> | | | + | |
- | | id | String<!-- System.String --> | | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuItemCollection --> | + | * //hoverCssClass// |
- | [[#Public Methods|Go Back]] | + | * Type:String |
- | ==== Equals(Object) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ContextMenuItem(String,String,String,String) ** |
- | | obj | Object<!-- System.Object --> | | | + | |
- | <!-- System.Object --> | + | * //Add a ContextMenuItem with specific inner Html, css class, hover css class and id// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetHashCode() ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemSetting|ContextMenuItemSetting]] |
+ | * Description:the setting for contextMenuItem | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //innerHtml// |
- | ==== GetType() ==== | + | * Type:String |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | * //cssClass// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:String |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | * //hoverCssClass// |
- | [[#Public Methods|Go Back]] | + | * Type:String |
- | ==== ToString() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | * //id// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:String |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | ===== Protected Methods ===== | + | |
- | ==== Finalize() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:String |
- | ==== MemberwiseClone() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ===== Public Properties ===== | + | * //N/A// |
- | ===== Protected Properties ===== | + | |
- | ===== Public Events ===== | + | == Return Value == |
- | __NOTOC__ | + | * Type:Boolean |
- | [[Category:MvcEdition]] | + | * Description:N/A |
- | [[Category:ThinkGeo.MapSuite.MvcEdition]] | + | |
- | [[Category:UpdateDocumentation]] | + | == Parameters == |
+ | * //obj// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{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 ==== | ||
+ | ==== Public Events ==== | ||