thinkgeo.mapsuite.mvcedition.contextmenusetting

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mvcedition.contextmenusetting [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.mvcedition.contextmenusetting [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting ====== ====== ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 A setting for ContextMenu that contains APIs to set properties of ContextMenu using in MVC view. A setting for ContextMenu that contains APIs to set properties of ContextMenu using in MVC view.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-    * PublicKeyToken=null]] +    *ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase`2[[ThinkGeo.MapSuite.MvcEdition.ContextMenu,​ MvcEdition, ​Version=9.0.0.0, Culture=neutral,​ PublicKeyToken=null],​[ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting,​ MvcEdition, Version=9.0.0.0, Culture=neutral,​ PublicKeyToken=null]] 
-      * Culture=neutral +      ***ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting**
-        * Version=9.0.0.+
-***** MvcEdition +
-******[[[ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting]] +
-******* PublicKeyToken=null] +
-******** Culture=neutral +
-********* ​Version=9.0.0.0 +
-********** MvcEdition +
-***********[[ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase`2[[ThinkGeo.MapSuite.MvcEdition.ContextMenu]] +
-************[[ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting]]+
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ContextMenuSetting(ContextMenu) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#ContextMenuSetting(ContextMenu)|ContextMenuSetting]] ​  | [[ThinkGeo.MapSuite.MvcEdition.ContextMenu|ContextMenu]] ​  ​| ​   | Initializes a new instance of the ContextMenuSetting class. ​  |+
  
-==== Protected Constructors ​==== +Initializes a new instance of the ContextMenuSetting class. 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +N/A 
 +== Parameters ​== 
 +  * //​contextMenu//​ 
 +    * Type:​[[ThinkGeo.MapSuite.MvcEdition.ContextMenu|ContextMenu]] 
 +    * Description:​N/​A
  
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} Id(String) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​CssClass(String)|CssClass]] ​  | String ​  ​| ​   | Set css Class for Element property and retun the ContextMenuSetting ​  | +
-| {{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}}[[#Id(String)|Id]]   | String ​  ​| ​   | Set Id for Element property and retun the ContextMenuSetting ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MenuItems(Action<​ContextMenuItemCollection>​)|MenuItems]] ​  | Action<​[[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemCollection|ContextMenuItemCollection]]> ​  ​| ​   | Set Menu Items for Element property according to the input method which takes ContextMenuItemCollection and retun the ContextMenuItemSetting ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Width(Int32)|Width]] ​  | Int32   ​| ​   | Set width for Element property and retun the ContextMenuSetting ​  |+
  
-==== Protected Methods ==== +Set Id for Element property and retun the ContextMenuSetting 
-^ 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.ContextMenuSetting|ContextMenuSetting]] 
 +  * Description:​The setting of ContextMenu itself
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * //id// 
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​Element|Element]] ​  | [[ThinkGeo.MapSuite.MvcEdition.ContextMenu|ContextMenu]] ​  | [[ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase|MvcElementSettingBase]]<​[[ThinkGeo.MapSuite.MvcEdition.ContextMenu|ContextMenu]],​[[ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting|ContextMenuSetting]]> ​  ​| ​   |+    * Type:String 
 +    * Description:​A id for Element ​property
  
-==== Public Events ==== +<div newline></​div>​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+** {{wiki:​PublicMethod.gif|}} Width(Int32) **
  
-===== Public Constructors ===== +Set width for Element property and retun the ContextMenuSetting 
-==== ContextMenuSetting(ContextMenu) ==== +== Remarks ​== 
-Initializes a new instance of the ContextMenuSetting class. +N/A 
-=== Parameters === + 
-^  Name ^  ​Type ​^  Description ^ +== Return Value == 
-| contextMenu ​  ​| ​[[ThinkGeo.MapSuite.MvcEdition.ContextMenu|ContextMenu]]<!-- ThinkGeo.MapSuite.MvcEdition.ContextMenu --> ​  ​| ​   ​|+  ​Type:[[ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting|ContextMenuSetting]] 
 +  * Description:​The setting of ContextMenu itself 
 + 
 +== Parameters == 
 +  * //width// 
 +    * Type:​Int32 
 +    * Description:​A width for Element property 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} CssClass(String) **
  
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-==== CssClass(String) ==== 
 Set css Class for Element property and retun the ContextMenuSetting Set css Class for Element property and retun the ContextMenuSetting
-=== Return Value === +== Remarks ​== 
-^ Return Type ^ Description ^ +N/A
-| [[ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting|ContextMenuSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting --> ​  | The setting of ContextMenu itself ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:​[[ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting|ContextMenuSetting]] 
-| cssClass ​  | String<​!-- System.String --> ​  | A css Class for Element property ​  |+  Description:The setting of ContextMenu itself
  
-<!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​cssClass//​ 
-==== Equals(Object) ​==== +    ​* ​Type:String 
-=== Return Value === +    ​* Description:​A css Class for Element property
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} MenuItems(Action<ContextMenuItemCollection>) **
-obj   | Object<!-- System.Object --  |    |+
  
-<!-- System.Object --> +Set Menu Items for Element property according to the input method which takes ContextMenuItemCollection and retun the ContextMenuItemSetting 
-[[#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.ContextMenuSetting|ContextMenuSetting]] 
 +  Description:The setting of ContextMenuItem itself
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​addMenuItemAction//​ 
-==== GetType() ​==== +    ​* ​Type:Action<[[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemCollection|ContextMenuItemCollection]]> 
-=== Return Value === +    * Description:​A method that takes a ContextMenuItemCollection
-^ Return Type ^ Description ^ +
-Type<!-- System.Type --  |    |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} ToString() **
  
-<!-- System.Object --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Id(String) ==== +N/A
-Set Id for Element property and retun the ContextMenuSetting +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting|ContextMenuSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting --> ​  | The setting of ContextMenu itself ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:String 
-| id   | String<​!-- System.String --> ​  ​| ​id for Element property ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div
-==== MenuItems(Action<ContextMenuItemCollection>) ==== +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
-Set Menu Items for Element property according to the input method which takes ContextMenuItemCollection and retun the ContextMenuItemSetting +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting|ContextMenuSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting --> ​  | The setting of ContextMenuItem itself ​  |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| addMenuItemAction ​  | Action<​[[ThinkGeo.MapSuite.MvcEdition.ContextMenuItemCollection|ContextMenuItemCollection]]><​!-- System.Action{ThinkGeo.MapSuite.MvcEdition.ContextMenuItemCollection} --> ​  ​| ​method that takes a ContextMenuItemCollection ​  |+N/A
  
-<!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== ToString() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //obj// 
 +    * Type:Object 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-==== Width(Int32==== +
-Set width for Element property and retun the ContextMenuSetting +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting|ContextMenuSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting --> ​  | The setting of ContextMenu itself ​  |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| width   | Int32<​!-- System.Int32 --> ​  ​| ​width for Element property ​  |+N/A
  
-<!-- ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Int32 
-===== Protected Methods ===== +  * Description:N/A
-==== Finalize() ==== +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetType() **
  
-<!-- System.Object --> +N/A 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== MemberwiseClone() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Type 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-===== Public Properties ===== +==== Protected ​Methods ​==== 
-===== Protected ​Properties ===== +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-==== Element ==== +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.MvcEdition.ContextMenu|ContextMenu]]<​!-- ThinkGeo.MapSuite.MvcEdition.ContextMenu --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase{ThinkGeo.MapSuite.MvcEdition.ContextMenu,​ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting--+N/A 
-[[#​Protected ​Properties|Go Back]] +== Remarks == 
-===== Public Events ​===== +N/A 
-__NOTOC__ + 
-[[Category:​MvcEdition]] +== Return Value == 
-[[Category:ThinkGeo.MapSuite.MvcEdition]] +  * Type:Void 
-[[Category:​UpdateDocumentation]]+  * 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 ​==== 
 +** {{wiki:​ProtectedProperty.gif|}} Element ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.MvcEdition.ContextMenu|ContextMenu]] 
 + 
 +==== Public Events ====
  
thinkgeo.mapsuite.mvcedition.contextmenusetting.1440040131.txt.gz · Last modified: 2015/09/21 03:32 (external edit)