====== ThinkGeo.MapSuite.Mvc.ContextMenuItem ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.Mvc.ContextMenuItem** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} ContextMenuItem() ** * //Initializes a new instance of the ContextMenuitem. class.// == Remarks == * //N/A// == Parameters ==
** {{wiki:PublicMethod.gif|}} ContextMenuItem(String) ** * //Initializes a new instance of the ContextMenuitem. class with the innerHtml specified.// == Remarks == * //N/A// == Parameters == * //innerHtml// * Type:String * Description:The innerHtml of the context menu item.
** {{wiki:PublicMethod.gif|}} ContextMenuItem(String,String) ** * //Initializes a new instance of the ContextMenuitem. class with the innerHtml and CSS class string specified.// == Remarks == * //N/A// == Parameters == * //innerHtml// * Type:String * Description:The innerHtml of the context menu item. * //cssClass// * Type:String * Description:The CSS class of the context menu item.
** {{wiki:PublicMethod.gif|}} ContextMenuItem(String,String,String) ** * //Initializes a new instance of the ContextMenuitem. class with innerHtml, CSS class and hover CSS class specified.// == Remarks == * //N/A// == Parameters == * //innerHtml// * Type:String * Description:The innerHtml of the context menu item. * //cssClass// * Type:String * Description:The CSS class of the context menu item. * //hoverCssClass// * Type:String * Description:The CSS class of the context menu item when the mouse is hovering over it.
** {{wiki:PublicMethod.gif|}} ContextMenuItem(String,String,String,String) ** * //Initializes a new instance of the ContextMenuitem. class with innerHtml, CSS class and hover CSS class specified.// == Remarks == * //N/A// == Parameters == * //innerHtml// * Type:String * Description:The innerHtml of the context menu item. * //cssClass// * Type:String * Description:The CSS class of the context menu item. * //hoverCssClass// * Type:String * Description:The CSS class of the context menu item when the mouse is hovering over it. * //id// * Type:String * Description:The id of the context menu item.
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} ToJson() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:A JSON string for creating the context menu item at the client side. == Parameters ==
** {{wiki:PublicMethod.gif|}} FromJson(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //jsonString// * Type:String * Description:a json string
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} CloneShallow() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.ContextMenuItem|ContextMenuItem]] * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} FindChildMenuItemByFullId(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.ContextMenuItem|ContextMenuItem]] * Description:N/A == Parameters == * //fullId// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} MenuItems ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.GeoKeyedCollection[[ThinkGeo.MapSuite.Mvc.ContextMenuItem, ThinkGeo.MapSuite.Mvc, Version=10.0.0.0, Culture=neutral, PublicKeyToken=0828af5241fb4207]]|GeoKeyedCollection]] ** {{wiki:PublicProperty.gif|}} Id ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} CssClass ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} HoverCssClass ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} OnClientClick ** * //N/A// == Remarks == * //There is a default parameter:e, which includes one parameter: "worldXY"// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} InnerHtml ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ==== Protected Properties ==== ==== Public Events ====