This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
thinkgeo.mapsuite.mvcedition.popupcollection [2015/09/22 08:36] admin |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== ThinkGeo.MapSuite.MvcEdition.PopupCollection ====== | ||
| - | |||
| - | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | ||
| - | ***ThinkGeo.MapSuite.MvcEdition.PopupCollection** | ||
| - | ===== Members Summary ===== | ||
| - | ==== Public Constructors ==== | ||
| - | ** {{wiki:PublicMethod.gif|}} PopupCollection(Map) ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | == Parameters == | ||
| - | * //map// | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.Map|Map]] | ||
| - | * Description:N/A | ||
| - | |||
| - | <div newline></div> | ||
| - | ==== Protected Constructors ==== | ||
| - | ==== Public Methods ==== | ||
| - | ** {{wiki:PublicMethod.gif|}} CustomPopup() ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting|CustomPopupSetting]] | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} CustomPopup(String) ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting|CustomPopupSetting]] | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | * //id// | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} CustomPopup(String,PointShape) ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting|CustomPopupSetting]] | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | * //id// | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | * //position// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
| - | * Description:N/A | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} CustomPopup(String,PointShape,String) ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting|CustomPopupSetting]] | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | * //id// | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | * //position// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
| - | * Description:N/A | ||
| - | |||
| - | * //contentHtml// | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} CustomPopup(String,PointShape,String,Int32,Int32) ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting|CustomPopupSetting]] | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | * //id// | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | * //position// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
| - | * Description:N/A | ||
| - | |||
| - | * //contentHtml// | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | * //width// | ||
| - | * Type:Int32 | ||
| - | * Description:N/A | ||
| - | |||
| - | * //height// | ||
| - | * Type:Int32 | ||
| - | * Description:N/A | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} CustomPopup(String,PointShape,String,Int32,Int32,Boolean) ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting|CustomPopupSetting]] | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | * //id// | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | * //position// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
| - | * Description:N/A | ||
| - | |||
| - | * //contentHtml// | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | * //width// | ||
| - | * Type:Int32 | ||
| - | * Description:N/A | ||
| - | |||
| - | * //height// | ||
| - | * Type:Int32 | ||
| - | * Description:N/A | ||
| - | |||
| - | * //autoPan// | ||
| - | * Type:Boolean | ||
| - | * Description:N/A | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} CustomPopup(String,PointShape,String,Int32,Int32,Boolean,Boolean) ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting|CustomPopupSetting]] | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | * //id// | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | * //position// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
| - | * Description:N/A | ||
| - | |||
| - | * //contentHtml// | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | * //width// | ||
| - | * Type:Int32 | ||
| - | * Description:N/A | ||
| - | |||
| - | * //height// | ||
| - | * Type:Int32 | ||
| - | * Description:N/A | ||
| - | |||
| - | * //autoPan// | ||
| - | * Type:Boolean | ||
| - | * Description:N/A | ||
| - | |||
| - | * //hasCloseButton// | ||
| - | * Type:Boolean | ||
| - | * Description:N/A | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} CustomPopup(String,PointShape,String,Int32,Int32,Boolean,Boolean,Int32) ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting|CustomPopupSetting]] | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | * //id// | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | * //position// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
| - | * Description:N/A | ||
| - | |||
| - | * //contentHtml// | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | * //width// | ||
| - | * Type:Int32 | ||
| - | * Description:N/A | ||
| - | |||
| - | * //height// | ||
| - | * Type:Int32 | ||
| - | * Description:N/A | ||
| - | |||
| - | * //autoPan// | ||
| - | * Type:Boolean | ||
| - | * Description:N/A | ||
| - | |||
| - | * //hasCloseButton// | ||
| - | * Type:Boolean | ||
| - | * Description:N/A | ||
| - | |||
| - | * //borderWidth// | ||
| - | * Type:Int32 | ||
| - | * Description:N/A | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} CloudPopup() ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.CloudPopupSetting|CloudPopupSetting]] | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} CloudPopup(String) ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.CloudPopupSetting|CloudPopupSetting]] | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | * //id// | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} CloudPopup(String,PointShape) ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.CloudPopupSetting|CloudPopupSetting]] | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | * //id// | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | * //position// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
| - | * Description:N/A | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} CloudPopup(String,PointShape,String) ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.CloudPopupSetting|CloudPopupSetting]] | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | * //id// | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | * //position// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
| - | * Description:N/A | ||
| - | |||
| - | * //contentHtml// | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} CloudPopup(String,PointShape,String,Int32,Int32) ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.CloudPopupSetting|CloudPopupSetting]] | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | * //id// | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | * //position// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
| - | * Description:N/A | ||
| - | |||
| - | * //contentHtml// | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | * //width// | ||
| - | * Type:Int32 | ||
| - | * Description:N/A | ||
| - | |||
| - | * //height// | ||
| - | * Type:Int32 | ||
| - | * Description:N/A | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} CloudPopup(String,PointShape,String,Int32,Int32,Boolean) ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.CloudPopupSetting|CloudPopupSetting]] | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | * //id// | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | * //position// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
| - | * Description:N/A | ||
| - | |||
| - | * //contentHtml// | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | * //width// | ||
| - | * Type:Int32 | ||
| - | * Description:N/A | ||
| - | |||
| - | * //height// | ||
| - | * Type:Int32 | ||
| - | * Description:N/A | ||
| - | |||
| - | * //autoPan// | ||
| - | * Type:Boolean | ||
| - | * Description:N/A | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} CloudPopup(String,PointShape,String,Int32,Int32,Boolean,Boolean) ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.CloudPopupSetting|CloudPopupSetting]] | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | * //id// | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | * //position// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
| - | * Description:N/A | ||
| - | |||
| - | * //contentHtml// | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | * //width// | ||
| - | * Type:Int32 | ||
| - | * Description:N/A | ||
| - | |||
| - | * //height// | ||
| - | * Type:Int32 | ||
| - | * Description:N/A | ||
| - | |||
| - | * //autoPan// | ||
| - | * Type:Boolean | ||
| - | * Description:N/A | ||
| - | |||
| - | * //hasCloseButton// | ||
| - | * Type:Boolean | ||
| - | * Description:N/A | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} DataBindTo(String,String) ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.PopupCollection|PopupCollection]] | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | * //controllerName// | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | * //actionName// | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} ActionTriggers(Action<Collection<ActionTrigger>>) ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.PopupCollection|PopupCollection]] | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | * //triggerActions// | ||
| - | * Type:Action<Collection<[[ThinkGeo.MapSuite.MvcEdition.ActionTrigger|ActionTrigger]]>> | ||
| - | * Description:N/A | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Boolean | ||
| - | * Description:N/A | ||
| - | |||
| - | == 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 ==== | ||
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.