====== ThinkGeo.MapSuite.MvcEdition.GeoKeyedCollection ====== {{section>upgrade_map_suite_to_10.0}} Represents a strong-typed collection that can be accessed by index or by the identifier of an item. ===== Inheritance Hierarchy ===== *System.Object *System.Collections.ObjectModel.Collection *System.Collections.ObjectModel.KeyedCollection ***ThinkGeo.MapSuite.MvcEdition.GeoKeyedCollection** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} GeoKeyedCollection`1() ** * //Initializes a new instance of the GeoKeyedCollection class.// == Remarks == * //N/A// == Parameters ==
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} ToJson() ** * //Returns a JSON string that contains information about all of the items in the collection.// == Remarks == * //N/A// == Return Value == * Type:String * Description:A string that contains information about all of the items in the collection. == Parameters ==
** {{wiki:PublicMethod.gif|}} FromJson(String) ** * //Load this object from a json string.// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //jsonString// * Type:String * Description:a json string
** {{wiki:PublicMethod.gif|}} Contains(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //key// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}} Remove(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //key// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}} Add(T) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //item// * Type:T * Description:N/A
** {{wiki:PublicMethod.gif|}} Clear() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} CopyTo(T[],Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //array// * Type:T[] * Description:N/A * //index// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}} Contains(T) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //item// * Type:T * Description:N/A
** {{wiki:PublicMethod.gif|}} GetEnumerator() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:IEnumerator * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} IndexOf(T) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == * //item// * Type:T * Description:N/A
** {{wiki:PublicMethod.gif|}} Insert(Int32,T) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //index// * Type:Int32 * Description:N/A * //item// * Type:T * Description:N/A
** {{wiki:PublicMethod.gif|}} Remove(T) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //item// * Type:T * Description:N/A
** {{wiki:PublicMethod.gif|}} RemoveAt(Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //index// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
==== Protected Methods ==== ** {{wiki:ProtectedMethod.gif|}} GetKeyForItem(T) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == * //item// * Type:T * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ChangeItemKey(T,String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //item// * Type:T * Description:N/A * //newKey// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ClearItems() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} InsertItem(Int32,T) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //index// * Type:Int32 * Description:N/A * //item// * Type:T * Description:N/A
** {{wiki:ProtectedMethod.gif|}} RemoveItem(Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //index// * Type:Int32 * Description:N/A
** {{wiki:ProtectedMethod.gif|}} SetItem(Int32,T) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //index// * Type:Int32 * Description:N/A * //item// * Type:T * Description:N/A
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} Comparer ** N/A == Remarks == N/A == Return Value == * Type:IEqualityComparer ** {{wiki:PublicProperty.gif|}} Item ** N/A == Remarks == N/A == Return Value == * Type:T ** {{wiki:PublicProperty.gif|}} Count ** N/A == Remarks == N/A == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} Item ** N/A == Remarks == N/A == Return Value == * Type:T ==== Protected Properties ==== ** {{wiki:ProtectedProperty.gif|}} Dictionary ** N/A == Remarks == N/A == Return Value == * Type:IDictionary ** {{wiki:ProtectedProperty.gif|}} Items ** N/A == Remarks == N/A == Return Value == * Type:IList ==== Public Events ====