User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.geocollection_t

Table of Contents

ThinkGeo.MapSuite.SilverlightCore.GeoCollection‹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

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodGeoCollection‹T›

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodAdd T GeoCollection<T>
Public MethodAdd T Collection<T>
Public MethodAdd String, T GeoCollection<T>
Public MethodClear Collection<T>
Public MethodContains String GeoCollection<T>
Public MethodContains T Collection<T>
Public MethodCopyTo T[], Int32 Collection<T>
Public MethodEquals Object Object
Public MethodGetEnumerator Collection<T>
Public MethodGetHashCode Object
Public MethodGetKeys GeoCollection<T>
Public MethodGetType Object
Public MethodIndexOf T Collection<T>
Public MethodInsert Int32, String, T GeoCollection<T>
Public MethodInsert Int32, T Collection<T>
Public MethodInsert Int32, T GeoCollection<T>
Public MethodMoveDown Int32 GeoCollection<T>
Public MethodMoveDown T GeoCollection<T>
Public MethodMoveDown String GeoCollection<T>
Public MethodMoveTo Int32, Int32 GeoCollection<T>
Public MethodMoveTo String, Int32 GeoCollection<T>
Public MethodMoveTo T, Int32 GeoCollection<T>
Public MethodMoveToBottom T GeoCollection<T>
Public MethodMoveToBottom Int32 GeoCollection<T>
Public MethodMoveToBottom String GeoCollection<T>
Public MethodMoveToTop Int32 GeoCollection<T>
Public MethodMoveToTop String GeoCollection<T>
Public MethodMoveToTop T GeoCollection<T>
Public MethodMoveUp Int32 GeoCollection<T>
Public MethodMoveUp String GeoCollection<T>
Public MethodMoveUp T GeoCollection<T>
Public MethodRemove T Collection<T>
Public MethodRemove String GeoCollection<T>
Public MethodRemoveAt Int32 Collection<T>
Public MethodToString Object

Protected Methods

Public Properties

Name Return DeclaringType Summary
Public PropertyCount Int32 Collection<T>
Public PropertyItem T Collection<T>
Public PropertyItem T GeoCollection<T>

Protected Properties

Name Return DeclaringType Summary
Protected PropertyItems IList<T> Collection<T>

Public Events

Public Constructors

GeoCollection‹T›()

Parameters

Name Type Description

Go Back

Protected Constructors

Public Methods

Add(T)

Return Value

Return Type Description
Void

Parameters

Name Type Description
item T

Go Back

Add(T)

Return Value

Return Type Description
Void

Parameters

Name Type Description
item T

Go Back

Add(String, T)

Return Value

Return Type Description
Void

Parameters

Name Type Description
key String
item T

Go Back

Clear()

Return Value

Return Type Description
Void

Parameters

Name Type Description

Go Back

Contains(String)

Return Value

Return Type Description
Boolean

Parameters

Name Type Description
key String

Go Back

Contains(T)

Return Value

Return Type Description
Boolean

Parameters

Name Type Description
item T

Go Back

CopyTo(T[], Int32)

Return Value

Return Type Description
Void

Parameters

Name Type Description
array T[]
index Int32

Go Back

Equals(Object)

Return Value

Return Type Description
Boolean

Parameters

Name Type Description
obj Object

Go Back

GetEnumerator()

Return Value

Return Type Description
IEnumerator<T>

Parameters

Name Type Description

Go Back

GetHashCode()

Return Value

Return Type Description
Int32

Parameters

Name Type Description

Go Back

GetKeys()

Return Value

Return Type Description
Collection<String>

Parameters

Name Type Description

Go Back

GetType()

Return Value

Return Type Description
Type

Parameters

Name Type Description

Go Back

IndexOf(T)

Return Value

Return Type Description
Int32

Parameters

Name Type Description
item T

Go Back

Insert(Int32, String, T)

Return Value

Return Type Description
Void

Parameters

Name Type Description
index Int32
key String
item T

Go Back

Insert(Int32, T)

Return Value

Return Type Description
Void

Parameters

Name Type Description
index Int32
item T

Go Back

Insert(Int32, T)

Return Value

Return Type Description
Void

Parameters

Name Type Description
index Int32
item T

Go Back

MoveDown(Int32)

Return Value

Return Type Description
Void

Parameters

Name Type Description
index Int32

Go Back

MoveDown(T)

Return Value

Return Type Description
Void

Parameters

Name Type Description
item T

Go Back

MoveDown(String)

Return Value

Return Type Description
Void

Parameters

Name Type Description
key String

Go Back

MoveTo(Int32, Int32)

Return Value

Return Type Description
Void

Parameters

Name Type Description
fromIndex Int32
toIndex Int32

Go Back

MoveTo(String, Int32)

Return Value

Return Type Description
Void

Parameters

Name Type Description
key String
toIndex Int32

Go Back

MoveTo(T, Int32)

Return Value

Return Type Description
Void

Parameters

Name Type Description
item T
toIndex Int32

Go Back

MoveToBottom(T)

Return Value

Return Type Description
Void

Parameters

Name Type Description
item T

Go Back

MoveToBottom(Int32)

Return Value

Return Type Description
Void

Parameters

Name Type Description
index Int32

Go Back

MoveToBottom(String)

Return Value

Return Type Description
Void

Parameters

Name Type Description
key String

Go Back

MoveToTop(Int32)

Return Value

Return Type Description
Void

Parameters

Name Type Description
index Int32

Go Back

MoveToTop(String)

Return Value

Return Type Description
Void

Parameters

Name Type Description
key String

Go Back

MoveToTop(T)

Return Value

Return Type Description
Void

Parameters

Name Type Description
item T

Go Back

MoveUp(Int32)

Return Value

Return Type Description
Void

Parameters

Name Type Description
index Int32

Go Back

MoveUp(String)

Return Value

Return Type Description
Void

Parameters

Name Type Description
key String

Go Back

MoveUp(T)

Return Value

Return Type Description
Void

Parameters

Name Type Description
item T

Go Back

Remove(T)

Return Value

Return Type Description
Boolean

Parameters

Name Type Description
item T

Go Back

Remove(String)

Return Value

Return Type Description
Void

Parameters

Name Type Description
key String

Go Back

RemoveAt(Int32)

Return Value

Return Type Description
Void

Parameters

Name Type Description
index Int32

Go Back

ToString()

Return Value

Return Type Description
String

Parameters

Name Type Description

Go Back

Protected Methods

ClearItems()

Return Value

Return Type Description
Void

Parameters

Name Type Description

Go Back

Finalize()

Return Value

Return Type Description
Void

Parameters

Name Type Description

Go Back

InsertItem(Int32, T)

Return Value

Return Type Description
Void

Parameters

Name Type Description
index Int32
item T

Go Back

MemberwiseClone()

Return Value

Return Type Description
Object

Parameters

Name Type Description

Go Back

OnAdded(AddedGeoCollectionEventArgs)

Return Value

Return Type Description
Void

Parameters

Name Type Description
e AddedGeoCollectionEventArgs

Go Back

OnAdding(AddingGeoCollectionEventArgs)

Return Value

Return Type Description
Void

Parameters

Name Type Description
e AddingGeoCollectionEventArgs

Go Back

OnClearedItems(ClearedItemsGeoCollectionEventArgs)

Return Value

Return Type Description
Void

Parameters

OnClearingItems(ClearingItemsGeoCollectionEventArgs)

Return Value

Return Type Description
Void

Parameters

OnCollectionChanged(NotifyCollectionChangedEventArgs)

Return Value

Return Type Description
Void

Parameters

Name Type Description
e NotifyCollectionChangedEventArgs

Go Back

OnInserted(InsertedGeoCollectionEventArgs)

Return Value

Return Type Description
Void

Parameters

Name Type Description
e InsertedGeoCollectionEventArgs

Go Back

OnInserting(InsertingGeoCollectionEventArgs)

Return Value

Return Type Description
Void

Parameters

Name Type Description
e InsertingGeoCollectionEventArgs

Go Back

OnPropertyChanged(PropertyChangedEventArgs)

Return Value

Return Type Description
Void

Parameters

Name Type Description
e PropertyChangedEventArgs

Go Back

OnRemoved(RemovedGeoCollectionEventArgs)

Return Value

Return Type Description
Void

Parameters

Name Type Description
e RemovedGeoCollectionEventArgs

Go Back

OnRemoving(RemovingGeoCollectionEventArgs)

Return Value

Return Type Description
Void

Parameters

Name Type Description
e RemovingGeoCollectionEventArgs

Go Back

RemoveItem(Int32)

Return Value

Return Type Description
Void

Parameters

Name Type Description
index Int32

Go Back

SetItem(Int32, T)

Return Value

Return Type Description
Void

Parameters

Name Type Description
index Int32
item T

Go Back

Public Properties

Count

Return Value

Return Type
Int32

Go Back

Item

Return Value

Return Type
T

Go Back

Item

Return Value

Return Type
T

Go Back

Protected Properties

Items

Return Value

Return Type
IList<T>

Go Back

Public Events

Added

Event Arguments

Adding

Event Arguments

ClearedItems

Event Arguments

ClearingItems

Event Arguments

CollectionChanged

Event Arguments

Event Arguments
NotifyCollectionChangedEventArgs

Go Back

Inserted

Event Arguments

Inserting

Event Arguments

PropertyChanged

Event Arguments

Event Arguments
PropertyChangedEventArgs

Go Back

Removed

Event Arguments

Removing

Event Arguments

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