User Tools

Site Tools


thinkgeo.mapsuite.webedition.geokeyedcollection_1

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.webedition.geokeyedcollection_1 [2015/09/18 03:07]
admin created
thinkgeo.mapsuite.webedition.geokeyedcollection_1 [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection<​T>​ ====== ====== ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection<​T>​ ======
-Represents a strong-typed collection that can be accessed by index or by the identifier of an item.+ 
 +{{section>​upgrade_map_suite_to_10.0}} 
 + 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
   *System.Object   *System.Object
Line 10: Line 13:
 ** {{wiki:​PublicMethod.gif|}} GeoKeyedCollection`1() ** ** {{wiki:​PublicMethod.gif|}} GeoKeyedCollection`1() **
  
-Initializes a new instance of the GeoKeyedCollection class.+  * //Initializes a new instance of the GeoKeyedCollection class.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
Line 19: Line 22:
 ** {{wiki:​PublicMethod.gif|}} GetKeys() ** ** {{wiki:​PublicMethod.gif|}} GetKeys() **
  
-This method returns a collection of the keys in the collection.+  * //N/A//
 == Remarks == == Remarks ==
-None+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
   * Type:​Collection<​String>​   * Type:​Collection<​String>​
-  * Description:​This method returns a collection of the keys in the collection.+  * Description:​N/A
  
 == Parameters == == Parameters ==
Line 31: Line 34:
 ** {{wiki:​PublicMethod.gif|}} MoveUp(Int32) ** ** {{wiki:​PublicMethod.gif|}} MoveUp(Int32) **
  
-This method moves an item up in the collection.+  * //N/A//
 == Remarks == == Remarks ==
-None+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
   * Type:Void   * Type:Void
-  * Description:​None+  * Description:​N/A
  
 == Parameters == == Parameters ==
   * //index//   * //index//
     * Type:Int32     * Type:Int32
-    * Description:​This parameter is the index of the item in the collection.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} MoveUp(String) ** ** {{wiki:​PublicMethod.gif|}} MoveUp(String) **
  
-This method moves an item up in the collection.+  * //N/A//
 == Remarks == == Remarks ==
-None+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
   * Type:Void   * Type:Void
-  * Description:​None+  * Description:​N/A
  
 == Parameters == == Parameters ==
   * //key//   * //key//
     * Type:String     * Type:String
-    * Description:​This parameter is the key of the item in the collection.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} MoveUp(T) ** ** {{wiki:​PublicMethod.gif|}} MoveUp(T) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 79: Line 82:
 ** {{wiki:​PublicMethod.gif|}} MoveDown(Int32) ** ** {{wiki:​PublicMethod.gif|}} MoveDown(Int32) **
  
-This method moves an item down in the collection.+  * //N/A//
 == Remarks == == Remarks ==
-None+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
   * Type:Void   * Type:Void
-  * Description:​None+  * Description:​N/A
  
 == Parameters == == Parameters ==
   * //index//   * //index//
     * Type:Int32     * Type:Int32
-    * Description:​This parameter is the index of the item in the collection.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} MoveDown(String) ** ** {{wiki:​PublicMethod.gif|}} MoveDown(String) **
  
-This method moves an item down in the collection.+  * //N/A//
 == Remarks == == Remarks ==
-None+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
   * Type:Void   * Type:Void
-  * Description:​None+  * Description:​N/A
  
 == Parameters == == Parameters ==
   * //key//   * //key//
     * Type:String     * Type:String
-    * Description:​This parameter is the key of the item in the dictionary.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} MoveDown(T) ** ** {{wiki:​PublicMethod.gif|}} MoveDown(T) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 127: Line 130:
 ** {{wiki:​PublicMethod.gif|}} MoveToTop(Int32) ** ** {{wiki:​PublicMethod.gif|}} MoveToTop(Int32) **
  
-This method moves the item at the specified index to the top of the collection.+  * //N/A//
 == Remarks == == Remarks ==
-This method moves the item at the specified index to the top of the collection.+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
   * Type:Void   * Type:Void
-  * Description:​None+  * Description:​N/A
  
 == Parameters == == Parameters ==
   * //index//   * //index//
     * Type:Int32     * Type:Int32
-    * Description:​This parameter is the index of the item you want move to the top of the collection.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} MoveToTop(String) ** ** {{wiki:​PublicMethod.gif|}} MoveToTop(String) **
  
-This method moves the item with the specified key to the top of the collection.+  * //N/A//
 == Remarks == == Remarks ==
-This method moves the item with the specified key to the top of the collection.+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
   * Type:Void   * Type:Void
-  * Description:​None+  * Description:​N/A
  
 == Parameters == == Parameters ==
   * //key//   * //key//
     * Type:String     * Type:String
-    * Description:​This parameter is the key of the item you want move to the top of the collection.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} MoveToTop(T) ** ** {{wiki:​PublicMethod.gif|}} MoveToTop(T) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 175: Line 178:
 ** {{wiki:​PublicMethod.gif|}} MoveToBottom(Int32) ** ** {{wiki:​PublicMethod.gif|}} MoveToBottom(Int32) **
  
-This method moves the item at the specified index to the bottom of the collection.+  * //N/A//
 == Remarks == == Remarks ==
-This method moves the item at the specified index to the bottom of the collection.+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
   * Type:Void   * Type:Void
-  * Description:​None+  * Description:​N/A
  
 == Parameters == == Parameters ==
   * //index//   * //index//
     * Type:Int32     * Type:Int32
-    * Description:​This parameter is the index of the item you want move to the bottom of the collection.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} MoveToBottom(String) ** ** {{wiki:​PublicMethod.gif|}} MoveToBottom(String) **
  
-This method moves the item with the specified key to the bottom of the collection.+  * //N/A//
 == Remarks == == Remarks ==
-This method moves the item with the specified key to the bottom of the collection.+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
   * Type:Void   * Type:Void
-  * Description:​None+  * Description:​N/A
  
 == Parameters == == Parameters ==
   * //key//   * //key//
     * Type:String     * Type:String
-    * Description:​This parameter is the key of the item you want move to the bottom of the collection.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} MoveToBottom(T) ** ** {{wiki:​PublicMethod.gif|}} MoveToBottom(T) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 223: Line 226:
 ** {{wiki:​PublicMethod.gif|}} MoveTo(Int32,​Int32) ** ** {{wiki:​PublicMethod.gif|}} MoveTo(Int32,​Int32) **
  
-This method moves the item at fromIndex to the location of toIndex in the collection.+  * //N/A//
 == Remarks == == Remarks ==
-This method moves the item at fromIndex to the location of toIndex in the collection.+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
   * Type:Void   * Type:Void
-  * Description:​None+  * Description:​N/A
  
 == Parameters == == Parameters ==
   * //​fromIndex//​   * //​fromIndex//​
     * Type:Int32     * Type:Int32
-    * Description:​This parameter is the index of the item you want move from in the collection.+    * Description:​N/A
  
   * //toIndex//   * //toIndex//
     * Type:Int32     * Type:Int32
-    * Description:​This parameter is the target index that you want to move the item to in the collection.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} MoveTo(String,​Int32) ** ** {{wiki:​PublicMethod.gif|}} MoveTo(String,​Int32) **
  
-This method moves the item with the key you specified to the location of toIndex in the collection.+  * //N/A//
 == Remarks == == Remarks ==
-This method moves the item with the key you specified to the location of toIndex in the collection.+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
   * Type:Void   * Type:Void
-  * Description:​None+  * Description:​N/A
  
 == Parameters == == Parameters ==
   * //key//   * //key//
     * Type:String     * Type:String
-    * Description:​This parameter is the key of item you want to move in the collection.+    * Description:​N/A
  
   * //toIndex//   * //toIndex//
     * Type:Int32     * Type:Int32
-    * Description:​This parameter is the target index that you want to move the item to in the collection.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} MoveTo(T,​Int32) ** ** {{wiki:​PublicMethod.gif|}} MoveTo(T,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 283: Line 286:
 ** {{wiki:​PublicMethod.gif|}} ToJson() ** ** {{wiki:​PublicMethod.gif|}} ToJson() **
  
-Returns a JSON string that contains information about all of the items in the collection.+  * //Returns a JSON string that contains information about all of the items in the collection.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 295: Line 298:
 ** {{wiki:​PublicMethod.gif|}} Contains(String) ** ** {{wiki:​PublicMethod.gif|}} Contains(String) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 311: Line 314:
 ** {{wiki:​PublicMethod.gif|}} Remove(String) ** ** {{wiki:​PublicMethod.gif|}} Remove(String) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 327: Line 330:
 ** {{wiki:​PublicMethod.gif|}} Add(T) ** ** {{wiki:​PublicMethod.gif|}} Add(T) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 343: Line 346:
 ** {{wiki:​PublicMethod.gif|}} Clear() ** ** {{wiki:​PublicMethod.gif|}} Clear() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 355: Line 358:
 ** {{wiki:​PublicMethod.gif|}} CopyTo(T[],​Int32) ** ** {{wiki:​PublicMethod.gif|}} CopyTo(T[],​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 375: Line 378:
 ** {{wiki:​PublicMethod.gif|}} Contains(T) ** ** {{wiki:​PublicMethod.gif|}} Contains(T) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 391: Line 394:
 ** {{wiki:​PublicMethod.gif|}} GetEnumerator() ** ** {{wiki:​PublicMethod.gif|}} GetEnumerator() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 403: Line 406:
 ** {{wiki:​PublicMethod.gif|}} IndexOf(T) ** ** {{wiki:​PublicMethod.gif|}} IndexOf(T) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 419: Line 422:
 ** {{wiki:​PublicMethod.gif|}} Insert(Int32,​T) ** ** {{wiki:​PublicMethod.gif|}} Insert(Int32,​T) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 439: Line 442:
 ** {{wiki:​PublicMethod.gif|}} Remove(T) ** ** {{wiki:​PublicMethod.gif|}} Remove(T) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 455: Line 458:
 ** {{wiki:​PublicMethod.gif|}} RemoveAt(Int32) ** ** {{wiki:​PublicMethod.gif|}} RemoveAt(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 471: Line 474:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 483: Line 486:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 499: Line 502:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 511: Line 514:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 524: Line 527:
 ** {{wiki:​ProtectedMethod.gif|}} GetKeyForItem(T) ** ** {{wiki:​ProtectedMethod.gif|}} GetKeyForItem(T) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 540: Line 543:
 ** {{wiki:​ProtectedMethod.gif|}} ChangeItemKey(T,​String) ** ** {{wiki:​ProtectedMethod.gif|}} ChangeItemKey(T,​String) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 560: Line 563:
 ** {{wiki:​ProtectedMethod.gif|}} ClearItems() ** ** {{wiki:​ProtectedMethod.gif|}} ClearItems() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 572: Line 575:
 ** {{wiki:​ProtectedMethod.gif|}} InsertItem(Int32,​T) ** ** {{wiki:​ProtectedMethod.gif|}} InsertItem(Int32,​T) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 592: Line 595:
 ** {{wiki:​ProtectedMethod.gif|}} RemoveItem(Int32) ** ** {{wiki:​ProtectedMethod.gif|}} RemoveItem(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 608: Line 611:
 ** {{wiki:​ProtectedMethod.gif|}} SetItem(Int32,​T) ** ** {{wiki:​ProtectedMethod.gif|}} SetItem(Int32,​T) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 628: Line 631:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 640: Line 643:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 655: Line 658:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:
 == Return Value == == Return Value ==
   * Type:​IEqualityComparer<​String>​   * Type:​IEqualityComparer<​String>​
Line 663: Line 666:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:
 == Return Value == == Return Value ==
   * Type:T   * Type:T
Line 671: Line 674:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 679: Line 682:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:
 == Return Value == == Return Value ==
   * Type:T   * Type:T
Line 688: Line 691:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:
 == Return Value == == Return Value ==
   * Type:​IDictionary<​String,​T>​   * Type:​IDictionary<​String,​T>​
Line 696: Line 699:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:
 == Return Value == == Return Value ==
   * Type:​IList<​T>​   * Type:​IList<​T>​
thinkgeo.mapsuite.webedition.geokeyedcollection_1.1442545665.txt.gz · Last modified: 2015/09/18 03:07 by admin