User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.pointmarkerstylesetting

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mvcedition.pointmarkerstylesetting [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting ====== 
- 
- 
- 
-<!-- Class --> 
-A setting for PointMarkerStyle that contains APIs to set properties of PointMarkerStyleSetting using in MVC view. 
-===== Inheritance Hierarchy ===== 
-*System.Object 
-    * PublicKeyToken=null]] 
-      * Culture=neutral 
-        * Version=9.0.0.0 
-***** MvcEdition 
-******[[[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting]] 
-******* PublicKeyToken=null] 
-******** Culture=neutral 
-********* Version=9.0.0.0 
-********** MvcEdition 
-***********[[ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase`2[[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyle]] 
-************ PublicKeyToken=null]] 
-************* Culture=neutral 
-************** Version=9.0.0.0 
-*************** MvcEdition 
-****************[[[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting]] 
-***************** PublicKeyToken=null] 
-****************** Culture=neutral 
-******************* Version=9.0.0.0 
-******************** MvcEdition 
-*********************[[ThinkGeo.MapSuite.MvcEdition.MarkerStyleSetting`2[[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyle]] 
-**********************[[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PointMarkerStyleSetting(PointMarkerStyle)|PointMarkerStyleSetting]] ​  | [[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyle|PointMarkerStyle]] ​  ​| ​   | Initializes a new instance of the PointMarkerStyleSetting class. ​  | 
- 
-==== Protected Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
-==== Public Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ContextMenu(Action<​ContextMenuSetting>​)|ContextMenu]] ​  | Action<​[[ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting|ContextMenuSetting]]> ​  ​| ​   | Set ContextMenu for Element property according to a method that takes ContextMenuSetting and retun the PointMarkerStyleSetting ​  | 
-| {{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}}[[#​Opacity(Single)|Opacity]] ​  | Single ​  ​| ​   | Set opacity for Element property and retun the PointMarkerStyleSetting ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Popup(Action<​CustomPopupSetting>​)|Popup]] ​  | Action<​[[ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting|CustomPopupSetting]]> ​  ​| ​   | Set Popup for Element property according to a method that takes CustomPopupSetting and retun the PointMarkerStyleSetting ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PopupDelay(Int32)|PopupDelay]] ​  | Int32   ​| ​   | Set popupDelay for Element property and retun the PointMarkerStyleSetting ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WebImage(WebImage)|WebImage]] ​  | [[ThinkGeo.MapSuite.MvcEdition.WebImage|WebImage]] ​  ​| ​   | Set webImage for Element property and retun the PointMarkerStyleSetting ​  | 
- 
-==== 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.PointMarkerStyle|PointMarkerStyle]] ​  | [[ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase|MvcElementSettingBase]]<​[[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyle|PointMarkerStyle]],​[[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting|PointMarkerStyleSetting]]> ​  ​| ​   | 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
- 
-===== Public Constructors ===== 
-==== PointMarkerStyleSetting(PointMarkerStyle) ==== 
-Initializes a new instance of the PointMarkerStyleSetting class. 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| pointMarkerStyle ​  | [[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyle|PointMarkerStyle]]<​!-- ThinkGeo.MapSuite.MvcEdition.PointMarkerStyle --> ​  ​| ​   | 
- 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-==== ContextMenu(Action<​ContextMenuSetting>​) ==== 
-Set ContextMenu for Element property according to a method that takes ContextMenuSetting and retun the PointMarkerStyleSetting 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting|PointMarkerStyleSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting --> ​  | The setting of PointMarkerStyleSetting itself ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| contextMenuSettingAction ​  | Action<​[[ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting|ContextMenuSetting]]><​!-- System.Action{ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting} --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting --> 
-[[#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]] 
-==== Opacity(Single) ==== 
-Set opacity for Element property and retun the PointMarkerStyleSetting 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting|PointMarkerStyleSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting --> ​  | The setting of PointMarkerStyleSetting itself ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| opacity ​  | Single<​!-- System.Single --> ​  | A opacity for Element property ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting --> 
-[[#Public Methods|Go Back]] 
-==== Popup(Action<​CustomPopupSetting>​) ==== 
-Set Popup for Element property according to a method that takes CustomPopupSetting and retun the PointMarkerStyleSetting 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting|PointMarkerStyleSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting --> ​  | The setting of PointMarkerStyleSetting itself ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| popupAction ​  | Action<​[[ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting|CustomPopupSetting]]><​!-- System.Action{ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting} --> ​  | a method that takes CustomPopupSetting ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting --> 
-[[#Public Methods|Go Back]] 
-==== PopupDelay(Int32) ==== 
-Set popupDelay for Element property and retun the PointMarkerStyleSetting 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting|PointMarkerStyleSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting --> ​  | The setting of PointMarkerStyleSetting itself ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| popupDelay ​  | Int32<​!-- System.Int32 --> ​  | A popupDelay for Element property ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting --> 
-[[#Public Methods|Go Back]] 
-==== ToString() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== WebImage(WebImage) ==== 
-Set webImage for Element property and retun the PointMarkerStyleSetting 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting|PointMarkerStyleSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting --> ​  | The setting of PointMarkerStyleSetting itself ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| webImage ​  | [[ThinkGeo.MapSuite.MvcEdition.WebImage|WebImage]]<​!-- ThinkGeo.MapSuite.MvcEdition.WebImage --> ​  | A webImage for Element property ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting --> 
-[[#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.PointMarkerStyle|PointMarkerStyle]]<​!-- ThinkGeo.MapSuite.MvcEdition.PointMarkerStyle --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase{ThinkGeo.MapSuite.MvcEdition.PointMarkerStyle,​ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting} --> 
-[[#​Protected Properties|Go Back]] 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​MvcEdition]] 
-[[Category:​ThinkGeo.MapSuite.MvcEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.mvcedition.pointmarkerstylesetting.1440040131.txt.gz ยท Last modified: 2015/09/22 08:36 (external edit)