This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.mvcedition.pointmarkerstylesetting [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.mvcedition.pointmarkerstylesetting [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting ====== | ====== ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting ====== | ||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| - | |||
| - | <!-- Class --> | ||
| A setting for PointMarkerStyle that contains APIs to set properties of PointMarkerStyleSetting using in MVC view. | A setting for PointMarkerStyle that contains APIs to set properties of PointMarkerStyleSetting using in MVC view. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | + | *System.Object |
| - | * PublicKeyToken=null]] | + | *ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase`2[[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyle, MvcEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null],[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting, MvcEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]] |
| - | * Culture=neutral | + | *ThinkGeo.MapSuite.MvcEdition.MarkerStyleSetting`2[[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyle, MvcEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null],[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting, MvcEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]] |
| - | * Version=9.0.0.0 | + | ***ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting** |
| - | ***** 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 ===== | ===== Members Summary ===== | ||
| ==== Public Constructors ==== | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} PointMarkerStyleSetting(PointMarkerStyle) ** |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#PointMarkerStyleSetting(PointMarkerStyle)|PointMarkerStyleSetting]] | [[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyle|PointMarkerStyle]] | | Initializes a new instance of the PointMarkerStyleSetting class. | | + | |
| + | * //Initializes a new instance of the PointMarkerStyleSetting class.// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | == Parameters == | ||
| + | * //pointMarkerStyle// | ||
| + | * Type:[[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyle|PointMarkerStyle]] | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| ==== Protected Constructors ==== | ==== Protected Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | |||
| ==== Public Methods ==== | ==== Public Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} Popup(Action<CustomPopupSetting>) ** |
| - | | {{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 ==== | + | * //Set Popup for Element property according to a method that takes CustomPopupSetting and retun the PointMarkerStyleSetting// |
| - | ^ 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.PointMarkerStyleSetting|PointMarkerStyleSetting]] |
| + | * Description:The setting of PointMarkerStyleSetting itself | ||
| - | ==== Protected Properties ==== | + | == Parameters == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * //popupAction// |
| - | | {{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]]> | | | + | * Type:Action<[[ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting|CustomPopupSetting]]> |
| + | * Description:a method that takes CustomPopupSetting | ||
| - | ==== Public Events ==== | + | <div newline></div> |
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} PopupDelay(Int32) ** |
| - | ===== Public Constructors ===== | + | * //Set popupDelay for Element property and retun the PointMarkerStyleSetting// |
| - | ==== PointMarkerStyleSetting(PointMarkerStyle) ==== | + | == Remarks == |
| - | Initializes a new instance of the PointMarkerStyleSetting class. | + | * //N/A// |
| - | === Parameters === | + | |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | pointMarkerStyle | [[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyle|PointMarkerStyle]]<!-- ThinkGeo.MapSuite.MvcEdition.PointMarkerStyle --> | | | + | |
| - | [[#Public Constructors|Go Back]] | + | == Return Value == |
| - | ===== Protected Constructors ===== | + | * Type:[[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting|PointMarkerStyleSetting]] |
| - | ===== Public Methods ===== | + | * Description:The setting of PointMarkerStyleSetting itself |
| - | ==== 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 === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | * //popupDelay// |
| - | | contextMenuSettingAction | Action<[[ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting|ContextMenuSetting]]><!-- System.Action{ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting} --> | | | + | * Type:Int32 |
| + | * Description:A popupDelay for Element property | ||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting --> | + | <div newline></div> |
| - | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} WebImage(WebImage) ** |
| - | ==== Equals(Object) ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | | + | |
| - | === Parameters === | + | * //Set webImage for Element property and retun the PointMarkerStyleSetting// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| - | | obj | Object<!-- System.Object --> | | | + | * //N/A// |
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting|PointMarkerStyleSetting]] |
| - | ==== GetHashCode() ==== | + | * Description:The setting of PointMarkerStyleSetting itself |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Int32<!-- System.Int32 --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | * //webImage// |
| + | * Type:[[ThinkGeo.MapSuite.MvcEdition.WebImage|WebImage]] | ||
| + | * Description:A webImage for Element property | ||
| - | <!-- System.Object --> | + | <div newline></div> |
| - | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} ContextMenu(Action<ContextMenuSetting>) ** |
| - | ==== GetType() ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Type<!-- System.Type --> | | | + | |
| - | === Parameters === | + | * //Set ContextMenu for Element property according to a method that takes ContextMenuSetting and retun the PointMarkerStyleSetting// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| + | * //N/A// | ||
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting|PointMarkerStyleSetting]] |
| - | ==== Opacity(Single) ==== | + | * Description:The setting of PointMarkerStyleSetting itself |
| - | 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 === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | * //contextMenuSettingAction// |
| - | | opacity | Single<!-- System.Single --> | A opacity for Element property | | + | * Type:Action<[[ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting|ContextMenuSetting]]> |
| + | * Description:N/A | ||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting --> | + | <div newline></div> |
| - | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Opacity(Single) ** |
| - | ==== 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 === | + | * //Set opacity for Element property and retun the PointMarkerStyleSetting// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| - | | popupAction | Action<[[ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting|CustomPopupSetting]]><!-- System.Action{ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting} --> | a method that takes CustomPopupSetting | | + | * //N/A// |
| - | <!-- ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting|PointMarkerStyleSetting]] |
| - | ==== PopupDelay(Int32) ==== | + | * Description:The setting of PointMarkerStyleSetting itself |
| - | 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 === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | * //opacity// |
| - | | popupDelay | Int32<!-- System.Int32 --> | A popupDelay for Element property | | + | * Type:Single |
| + | * Description:A opacity for Element property | ||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting --> | + | <div newline></div> |
| - | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
| - | ==== ToString() ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | String<!-- System.String --> | | | + | |
| - | === Parameters === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| + | * //N/A// | ||
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:String |
| - | ==== WebImage(WebImage) ==== | + | * Description:N/A |
| - | 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 === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
| - | | webImage | [[ThinkGeo.MapSuite.MvcEdition.WebImage|WebImage]]<!-- ThinkGeo.MapSuite.MvcEdition.WebImage --> | A webImage for Element property | | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
| - | <!-- ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting --> | + | * //N/A// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ===== Protected Methods ===== | + | * //N/A// |
| - | ==== Finalize() ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Boolean |
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Protected Methods|Go Back]] | + | * //obj// |
| - | ==== MemberwiseClone() ==== | + | * Type:Object |
| - | === Return Value === | + | * Description:N/A |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Object<!-- System.Object --> | | | + | |
| - | === Parameters === | + | <div newline></div> |
| - | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
| - | <!-- System.Object --> | + | * //N/A// |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | ===== Public Properties ===== | + | * //N/A// |
| - | ===== 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} --> | + | == Return Value == |
| - | [[#Protected Properties|Go Back]] | + | * Type:Int32 |
| - | ===== Public Events ===== | + | * Description:N/A |
| - | __NOTOC__ | + | |
| - | [[Category:MvcEdition]] | + | == Parameters == |
| - | [[Category:ThinkGeo.MapSuite.MvcEdition]] | + | <div newline></div> |
| - | [[Category:UpdateDocumentation]] | + | ** {{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 ==== | ||
| + | ** {{wiki:ProtectedProperty.gif|}} Element ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyle|PointMarkerStyle]] | ||
| + | |||
| + | ==== Public Events ==== | ||