====== ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection‹T› ====== {{section>upgrade_map_suite_to_10.0}} ===== Inheritance Hierarchy ===== *System.Object **[[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection‹T›]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#GeoKeyedCollection‹T›()|GeoKeyedCollection‹T›]] | | | Initializes a new instance of the GeoKeyedCollection class. | ==== Protected Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Public Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#Add(T)|Add]] | T | Collection | | | {{wiki:PublicMethod.gif|Public Method}}[[#Clear()|Clear]] | | Collection | | | {{wiki:PublicMethod.gif|Public Method}}[[#Contains(T)|Contains]] | T | Collection | | | {{wiki:PublicMethod.gif|Public Method}}[[#Contains(String)|Contains]] | String | KeyedCollection | | | {{wiki:PublicMethod.gif|Public Method}}[[#CopyTo(T[], Int32)|CopyTo]] | T[], Int32 | Collection | | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetEnumerator()|GetEnumerator]] | | Collection | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetKeys()|GetKeys]] | | [[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection|GeoKeyedCollection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#IndexOf(T)|IndexOf]] | T | Collection | | | {{wiki:PublicMethod.gif|Public Method}}[[#Insert(Int32, T)|Insert]] | Int32, T | Collection | | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveDown(Int32)|MoveDown]] | Int32 | [[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection|GeoKeyedCollection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveDown(String)|MoveDown]] | String | [[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection|GeoKeyedCollection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveDown(T)|MoveDown]] | T | [[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection|GeoKeyedCollection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveTo(T, Int32)|MoveTo]] | T, Int32 | [[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection|GeoKeyedCollection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveTo(String, Int32)|MoveTo]] | String, Int32 | [[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection|GeoKeyedCollection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveTo(Int32, Int32)|MoveTo]] | Int32, Int32 | [[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection|GeoKeyedCollection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveToBottom(T)|MoveToBottom]] | T | [[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection|GeoKeyedCollection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveToBottom(String)|MoveToBottom]] | String | [[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection|GeoKeyedCollection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveToBottom(Int32)|MoveToBottom]] | Int32 | [[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection|GeoKeyedCollection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveToTop(Int32)|MoveToTop]] | Int32 | [[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection|GeoKeyedCollection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveToTop(T)|MoveToTop]] | T | [[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection|GeoKeyedCollection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveToTop(String)|MoveToTop]] | String | [[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection|GeoKeyedCollection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveUp(T)|MoveUp]] | T | [[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection|GeoKeyedCollection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveUp(String)|MoveUp]] | String | [[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection|GeoKeyedCollection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveUp(Int32)|MoveUp]] | Int32 | [[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection|GeoKeyedCollection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#Remove(T)|Remove]] | T | Collection | | | {{wiki:PublicMethod.gif|Public Method}}[[#Remove(String)|Remove]] | String | KeyedCollection | | | {{wiki:PublicMethod.gif|Public Method}}[[#RemoveAt(Int32)|RemoveAt]] | Int32 | Collection | | | {{wiki:PublicMethod.gif|Public Method}}[[#ToJson()|ToJson]] | | [[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection|GeoKeyedCollection]] | Returns a JSON string that contains information about all of the items in the collection. | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | ==== Protected Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ChangeItemKey(T, String)|ChangeItemKey]] | T, String | KeyedCollection | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ClearItems()|ClearItems]] | | Collection(overriden) | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetKeyForItem(T)|GetKeyForItem]] | T | KeyedCollection(overriden) | When implemented in a derived class, extracts the key from the specified element. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#InsertItem(Int32, T)|InsertItem]] | Int32, T | Collection(overriden) | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RemoveItem(Int32)|RemoveItem]] | Int32 | Collection(overriden) | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SetItem(Int32, T)|SetItem]] | Int32, T | Collection(overriden) | | ==== Public Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:PublicProperty.gif|Public Property}}[[#Comparer|Comparer]] | IEqualityComparer | KeyedCollection | | | {{wiki:PublicProperty.gif|Public Property}}[[#Count|Count]] | Int32 | Collection | | | {{wiki:PublicProperty.gif|Public Property}}[[#Item|Item]] | T | KeyedCollection | | | {{wiki:PublicProperty.gif|Public Property}}[[#Item|Item]] | T | Collection | | ==== Protected Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedProperty.gif|Protected Property}}[[#Dictionary|Dictionary]] | IDictionary | KeyedCollection | | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#Items|Items]] | IList | Collection | | ==== Public Events ==== ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ ===== Public Constructors ===== ==== GeoKeyedCollection‹T›() ==== Initializes a new instance of the GeoKeyedCollection class. === Remarks === For the most updated Info for this topic, please check it here: === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Constructors|Go Back]] ===== Protected Constructors ===== ===== Public Methods ===== ==== Add(T) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | item | T | | [[#Public Methods|Go Back]] ==== Clear() ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== Contains(T) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | item | T | | [[#Public Methods|Go Back]] ==== Contains(String) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | key | String | | [[#Public Methods|Go Back]] ==== CopyTo(T[], Int32) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | array | T[] | | | index | Int32 | | [[#Public Methods|Go Back]] ==== Equals(Object) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | obj | Object | | [[#Public Methods|Go Back]] ==== GetEnumerator() ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | IEnumerator | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetHashCode() ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Int32 | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetKeys() ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Collection | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetType() ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Type | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== IndexOf(T) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Int32 | | === Parameters === ^ Name ^ Type ^ Description ^ | item | T | | [[#Public Methods|Go Back]] ==== Insert(Int32, T) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | index | Int32 | | | item | T | | [[#Public Methods|Go Back]] ==== MoveDown(Int32) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | index | Int32 | | [[#Public Methods|Go Back]] ==== MoveDown(String) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | key | String | | [[#Public Methods|Go Back]] ==== MoveDown(T) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | item | T | | [[#Public Methods|Go Back]] ==== MoveTo(T, Int32) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | item | T | | | toIndex | Int32 | | [[#Public Methods|Go Back]] ==== MoveTo(String, Int32) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | key | String | | | toIndex | Int32 | | [[#Public Methods|Go Back]] ==== MoveTo(Int32, Int32) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | fromIndex | Int32 | | | toIndex | Int32 | | [[#Public Methods|Go Back]] ==== MoveToBottom(T) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | item | T | | [[#Public Methods|Go Back]] ==== MoveToBottom(String) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | key | String | | [[#Public Methods|Go Back]] ==== MoveToBottom(Int32) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | index | Int32 | | [[#Public Methods|Go Back]] ==== MoveToTop(Int32) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | index | Int32 | | [[#Public Methods|Go Back]] ==== MoveToTop(T) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | item | T | | [[#Public Methods|Go Back]] ==== MoveToTop(String) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | key | String | | [[#Public Methods|Go Back]] ==== MoveUp(T) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | item | T | | [[#Public Methods|Go Back]] ==== MoveUp(String) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | key | String | | [[#Public Methods|Go Back]] ==== MoveUp(Int32) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | index | Int32 | | [[#Public Methods|Go Back]] ==== Remove(T) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | item | T | | [[#Public Methods|Go Back]] ==== Remove(String) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | key | String | | [[#Public Methods|Go Back]] ==== RemoveAt(Int32) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | index | Int32 | | [[#Public Methods|Go Back]] ==== ToJson() ==== Returns a JSON string that contains information about all of the items in the collection. === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | String | A string that contains information about all of the items in the collection. | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== ToString() ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ===== Protected Methods ===== ==== ChangeItemKey(T, String) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | item | T | | | newKey | String | | [[#Protected Methods|Go Back]] ==== ClearItems() ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== Finalize() ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== GetKeyForItem(T) ==== When implemented in a derived class, extracts the key from the specified element. === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | String | The key for the specified element. | === Parameters === ^ Name ^ Type ^ Description ^ | item | T | The element from which to extract the key. | [[#Protected Methods|Go Back]] ==== InsertItem(Int32, T) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | index | Int32 | | | item | T | | [[#Protected Methods|Go Back]] ==== MemberwiseClone() ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Object | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== RemoveItem(Int32) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | index | Int32 | | [[#Protected Methods|Go Back]] ==== SetItem(Int32, T) ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | index | Int32 | | | item | T | | [[#Protected Methods|Go Back]] ===== Public Properties ===== ==== Comparer ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ | IEqualityComparer | [[#Public Properties|Go Back]] ==== Count ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ | Int32 | [[#Public Properties|Go Back]] ==== Item ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ | T | [[#Public Properties|Go Back]] ==== Item ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ | T | [[#Public Properties|Go Back]] ===== Protected Properties ===== ==== Dictionary ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ | IDictionary | [[#Protected Properties|Go Back]] ==== Items ==== === Remarks === For the most updated Info for this topic, please check it here: === Return Value === ^ Return Type ^ | IList | [[#Protected Properties|Go Back]] ===== Public Events ===== __NOTOC__ [[Category:WebEdition]] [[Category:ThinkGeo.MapSuite.WebEdition]] [[Category:UpdateDocumentation]]