User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.transactionbuffer

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.silverlightcore.transactionbuffer [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.silverlightcore.transactionbuffer [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.SilverlightCore.TransactionBuffer ====== ====== ThinkGeo.MapSuite.SilverlightCore.TransactionBuffer ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- +This class represents the holding place for transactions that have not yet been committed.
-<!-- Class -->+
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.SilverlightCore.TransactionBuffer]]+    ***ThinkGeo.MapSuite.SilverlightCore.TransactionBuffer**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} TransactionBuffer() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#TransactionBuffer()|TransactionBuffer]] ​  ​| ​   |    |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​TransactionBuffer(Dictionary<​String,​ Feature>,​ Collection<​String>,​ Dictionary<​String,​ Feature>​)|TransactionBuffer]] ​  | Dictionary<​String,​ [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]>,​ Collection<​String>,​ Dictionary<​String,​ [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> ​  ​| ​   |    |+
  
-==== Protected Constructors ​==== +  * //This is the class constructor.//​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //This is the default constructor and is typically not used.// 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} TransactionBuffer(Dictionary<​String,​Feature>,​Collection<​String>,​Dictionary<​String,​Feature>​) **
  
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //​addBuffer//​
 +    * Type:​Dictionary<​String,​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]>​
 +    * Description:​N/​A
 +
 +  * //​deleteBuffer//​
 +    * Type:​Collection<​String>​
 +    * Description:​N/​A
 +
 +  * //​editBuffer//​
 +    * Type:​Dictionary<​String,​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]>​
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} Clear() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​AddFeature(BaseShape,​ Dictionary<​String,​ String>​)|AddFeature]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]],​ Dictionary<​String,​ String> ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddFeature(Feature)|AddFeature]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddFeature(BaseShape)|AddFeature]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#Clear()|Clear]] ​  ​| ​   |    |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DeleteFeature(String)|DeleteFeature]] ​  | String ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​EditFeature(BaseShape,​ Dictionary<​String,​ String>​)|EditFeature]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]],​ Dictionary<​String,​ String> ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​EditFeature(BaseShape)|EditFeature]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​EditFeature(Feature)|EditFeature]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +  * //This method will clear all the items in AddBuffer, EditBuffer and DeleteBuffer.//​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +  * //This method will clear all the items in AddBuffer, EditBuffer and DeleteBuffer.//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Void 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​AddBuffer|AddBuffer]] ​  | Dictionary<​String,​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> ​  ​| ​   |    | +  * Description:None.
-| {{wiki:PublicProperty.gif|Public Property}}[[#​DeleteBuffer|DeleteBuffer]] ​  | Collection<​String> ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​EditBuffer|EditBuffer]] ​  | Dictionary<​String,​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> ​  ​| ​   |    |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} AddFeature(Feature) **
  
-==== Public Events ==== +  * //This method allows you to add InternalFeatures to the transaction buffer.// 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //None//
  
-===== Public Constructors ===== +== Return Value == 
-==== TransactionBuffer() ==== +  ​Type:Void 
-=== Parameters === +  Description:None
-^  Name ^  ​Type ​ ​Description ​^+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-==== TransactionBuffer(Dictionary<​String,​ Feature>,​ Collection<​String>,​ Dictionary<​String,​ Feature>​) ==== +  ​* //​feature//​ 
-=== Parameters ​=== +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] 
-^  Name ^  ​Type ​^  Description ^ +    ​* Description:​This parameter represents the Feature ​you are adding to the transaction buffer.
-| addBuffer ​  | Dictionary<​String,​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.Generic.Dictionary{System.String,​ThinkGeo.MapSuite.SilverlightCore.Feature} --> ​  ​| ​   | +
-| deleteBuffer ​  | Collection<​String><​!-- System.Collections.ObjectModel.Collection{System.String} --> ​  ​| ​   +
-| editBuffer ​  | Dictionary<​String,​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><​!-- System.Collections.Generic.Dictionary{System.String,​ThinkGeo.MapSuite.SilverlightCore.Feature} --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +<div newline></​div>​ 
-===== Protected Constructors ===== +** {{wiki:​PublicMethod.gif|}} AddFeature(BaseShape) ​**
-===== Public Methods ===== +
-==== AddFeature(BaseShape, Dictionary<​String,​ String>==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //This method allows you to add a shape into the buffer.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| baseShape ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   | +  ​* //None//
-| columnValues ​  | Dictionary<​String,​String><​!-- System.Collections.Generic.Dictionary{System.String,​System.String} --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.TransactionBuffer --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== AddFeature(Feature) ==== +  * Description:None
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​baseShape//​ 
-| feature ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] 
 +    * Description:​This parameter represents the shape to be added.
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.TransactionBuffer --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} AddFeature(BaseShape,Dictionary<String,​String>) **
-==== AddFeature(BaseShape) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --  |    |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| baseShape ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.TransactionBuffer --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Clear() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​baseShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.TransactionBuffer --> +  * //​columnValues//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Dictionary<String,​String> 
-==== DeleteFeature(String) ==== +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --  |    |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} DeleteFeature(String) **
-featureId ​  ​| ​String<!-- System.String --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.TransactionBuffer --> +  * //This method allows you to add a placeholder to represent a Feature to be deleted.// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== EditFeature(BaseShape,​ Dictionary<​String,​ String>) ==== +  * //This does not remove a feature from the TransactionBuffer but rather it add a "to be deleted record"​In this way when the TransactionBuffer if processed we know what records need to be deleted.//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| baseShape ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   | +  Description:None
-| columnValues ​  | Dictionary<​String,​String><​!-- System.Collections.Generic.Dictionary{System.String,​System.String} --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.TransactionBuffer --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​featureId//​ 
-==== EditFeature(BaseShape) ​==== +    ​* ​Type:String 
-=== Return Value === +    * Description:This parameter represents the unique Id for the specific Feature being passed in.
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} EditFeature(Feature) **
-| baseShape ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.TransactionBuffer --> +  * //This method allows you to add a Feature to be updated.// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== EditFeature(Feature) ==== +  * //None//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| feature ​  | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> ​  ​| ​   |+  Description:None
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightCore.TransactionBuffer --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​feature//​ 
-==== Equals(Object) ==== +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] 
-=== Return Value === +    ​* ​Description:This parameter represents the Feature to be updated.
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} EditFeature(BaseShape) **
-| obj   | Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-<!-- System.Object --> +  * //This method allows you to add a shape to be updated.// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetHashCode() ==== +  * //None//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:None
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​baseShape//​ 
-==== GetType() ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] 
-=== Return Value === +    * Description:​This parameter represents the shape to be updated. The shape ID should be the same as the feature you are going to update.
-^ Return ​Type ^ Description ^ +
-| Type<!-- System.Type --> ​  |    ​|+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} EditFeature(BaseShape,​Dictionary<​String,​String>​) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ToString() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​baseShape//​ 
-===== Protected Methods ===== +    ​* ​Type:​[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] 
-==== Finalize() ==== +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  |    ​|+
  
-=== Parameters === +  * //​columnValues//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​Dictionary<​String,​String>​ 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ToString() **
-==== MemberwiseClone() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:String 
-===== Public Properties ===== +  * Description:​N/​A
-==== AddBuffer ==== +
-=== Return Value === +
-^ Return ​Type ^ +
-| Dictionary<​String,​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><​!-- System.Collections.Generic.Dictionary{System.String,​ThinkGeo.MapSuite.SilverlightCore.Feature} --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.TransactionBuffer --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></div> 
-==== DeleteBuffer ​==== +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
-=== Return Value === +
-^ Return Type ^ +
-| Collection<String><!-- System.Collections.ObjectModel.Collection{System.String--> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.TransactionBuffer --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== EditBuffer ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ +
-| Dictionary<​String,​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><​!-- System.Collections.Generic.Dictionary{System.String,​ThinkGeo.MapSuite.SilverlightCore.Feature} --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.TransactionBuffer --+== Return Value == 
-[[#Public Properties|Go Back]] +  * Type:​Boolean 
-===== Protected ​Properties ​===== +  * Description:​N/​A 
-===== Public Events ​===== + 
-__NOTOC__ +== Parameters == 
-[[Category:SilverlightMapSuiteCore]] +  * //obj// 
-[[Category:ThinkGeo.MapSuite.SilverlightCore]] +    * Type:​Object 
-[[Category:​UpdateDocumentation]]+    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Int32 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div
 +** {{wiki:​PublicMethod.gif|}} GetType() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Type 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Protected ​Methods ​==== 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} AddBuffer ** 
 + 
 +This property gets the dictionary buffer that holds InternalFeatures to be added. 
 +== Remarks == 
 +It is recommended that you use this dictionary for reviewing and not for adding new items. The reason is that the Add, Delete and Edit methods to various validation checks. For example if you call the DeleteFeature twice it will handle the case that you really only want to delete the record once. Another example is if you edit a record twice it will replace the existing edit with the new one. 
 +== Return Value == 
 +  * Type:​Dictionary<​String,​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> 
 + 
 +** {{wiki:​PublicProperty.gif|}} DeleteBuffer ** 
 + 
 +This property gets the dictionary buffer that holds InternalFeatures to be deleted. 
 +== Remarks == 
 +It is recommended that you use this dictionary for reviewing and not for adding new items. The reason is that the Add, Delete and Edit methods to various validation checks. For example if you call the DeleteFeature twice it will handle the case that you really only want to delete the record once. Another example is if you edit a record twice it will replace the existing edit with the new one. 
 +== Return Value == 
 +  * Type:​Collection<​String>​ 
 + 
 +** {{wiki:​PublicProperty.gif|}} EditBuffer ** 
 + 
 +This property gets the dictionary buffer that holds InternalFeatures to be updated. 
 +== Remarks == 
 +It is recommended that you use this dictionary for reviewing and not for adding new items. The reason is that the Add, Delete and Edit methods to various validation checks. For example if you call the DeleteFeature twice it will handle the case that you really only want to delete the record once. Another example is if you edit a record twice it will replace the existing edit with the new one. 
 +== Return Value == 
 +  * Type:​Dictionary<​String,​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]
 + 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.silverlightcore.transactionbuffer.1440040134.txt.gz · Last modified: 2015/09/21 03:24 (external edit)