User Tools

Site Tools


thinkgeo.mapsuite.webedition.geokeyedcollection_1

ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection<T>

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

Inheritance Hierarchy

  • System.Object
    • System.Collections.ObjectModel.Collection<T>
      • System.Collections.ObjectModel.KeyedCollection<String,T>
        • ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection<T>

Members Summary

Public Constructors

GeoKeyedCollection`1()

  • Initializes a new instance of the GeoKeyedCollection class.
Remarks
  • For the most updated Info for this topic, please check it here:
Parameters

Protected Constructors

Public Methods

GetKeys()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Collection<String>
  • Description:N/A
Parameters

MoveUp(Int32)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

MoveUp(String)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:String
    • Description:N/A

MoveUp(T)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • item
    • Type:T
    • Description:N/A

MoveDown(Int32)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

MoveDown(String)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:String
    • Description:N/A

MoveDown(T)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • item
    • Type:T
    • Description:N/A

MoveToTop(Int32)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

MoveToTop(String)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:String
    • Description:N/A

MoveToTop(T)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • item
    • Type:T
    • Description:N/A

MoveToBottom(Int32)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

MoveToBottom(String)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:String
    • Description:N/A

MoveToBottom(T)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • item
    • Type:T
    • Description:N/A

MoveTo(Int32,Int32)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • fromIndex
    • Type:Int32
    • Description:N/A
  • toIndex
    • Type:Int32
    • Description:N/A

MoveTo(String,Int32)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:String
    • Description:N/A
  • toIndex
    • Type:Int32
    • Description:N/A

MoveTo(T,Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • item
    • Type:T
    • Description:N/A
  • toIndex
    • Type:Int32
    • Description:N/A

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
  • Type:String
  • Description:A string that contains information about all of the items in the collection.
Parameters

Contains(String)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • key
    • Type:String
    • Description:N/A

Remove(String)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • key
    • Type:String
    • Description:N/A

Add(T)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • item
    • Type:T
    • Description:N/A

Clear()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters

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

Contains(T)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • item
    • Type:T
    • Description:N/A

GetEnumerator()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:IEnumerator<T>
  • Description:N/A
Parameters

IndexOf(T)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters
  • item
    • Type:T
    • Description:N/A

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

Remove(T)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • item
    • Type:T
    • Description:N/A

RemoveAt(Int32)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

ToString()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

GetKeyForItem(T)

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters
  • item
    • Type:T
    • Description:N/A

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

ClearItems()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters

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

RemoveItem(Int32)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

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

Finalize()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

Comparer

N/A

Remarks

For the most updated Info for this topic, please check it here:

Return Value
  • Type:IEqualityComparer<String>

Item

N/A

Remarks

For the most updated Info for this topic, please check it here:

Return Value
  • Type:T

Count

N/A

Remarks

For the most updated Info for this topic, please check it here:

Return Value
  • Type:Int32

Item

N/A

Remarks

For the most updated Info for this topic, please check it here:

Return Value
  • Type:T

Protected Properties

Dictionary

N/A

Remarks

For the most updated Info for this topic, please check it here:

Return Value
  • Type:IDictionary<String,T>

Items

N/A

Remarks

For the most updated Info for this topic, please check it here:

Return Value
  • Type:IList<T>

Public Events

thinkgeo.mapsuite.webedition.geokeyedcollection_1.txt · Last modified: 2017/03/16 21:59 (external edit)