User Tools

Site Tools


thinkgeo.mapsuite.core.transactionbuffer

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.core.transactionbuffer [2015/09/17 10:41]
admin
thinkgeo.mapsuite.core.transactionbuffer [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.TransactionBuffer ====== ====== ThinkGeo.MapSuite.Core.TransactionBuffer ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class represents the holding place for transactions that have not yet been committed. This class represents the holding place for transactions that have not yet been committed.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 5: Line 8:
     ***ThinkGeo.MapSuite.Core.TransactionBuffer**     ***ThinkGeo.MapSuite.Core.TransactionBuffer**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} TransactionBuffer() **
-**{{wiki:​PublicMethod.gif|}}[[#TransactionBuffer()|TransactionBuffer]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This is the class constructor. +
-</​div>​+
  
-<​div ​class_table+  * //This is the class constructor.//​ 
-**{{wiki:​PublicMethod.gif|}}[[#TransactionBuffer(Dictionary<​String,​Feature>,​Collection<​String>,​Dictionary<​String,​Feature>​)|TransactionBuffer]]** +== Remarks == 
-  * **Parameters**:​Dictionary<​String,​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,​Collection<​String>,​Dictionary<​String,​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ +  * //This is the default constructor and is typically not used.// 
-  * **DeclaringType**:​N/​A +== Parameters == 
-  * **Summary**:​N/​A +<​div ​newline></​div
-</​div>​+** {{wiki:​PublicMethod.gif|}} TransactionBuffer(Dictionary<​String,​Feature>,​Collection<​String>,​Dictionary<​String,​Feature>​) **
  
-=== Protected Constructors === +  * //N/A// 
-=== Public Methods === +== Remarks ​== 
-<div class_table>​ +  * //N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​AddColumn(FeatureSourceColumn)|AddColumn]]*+== Parameters ​== 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]] +  //​addBuffer//​ 
-  * **DeclaringType**:N/A +    Type:Dictionary<​String,​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> 
-  * **Summary**:​N/​A +    Description:N/A
-</​div>​+
  
-<div class_table>​ +  ​//​deleteBuffer//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​AddFeature(Feature)|AddFeature]]*+    Type:Collection<​String>​ 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method allows you to add InternalFeatures to the transaction buffer. +
-</​div>​+
  
-<div class_table>​ +  ​//​editBuffer//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​AddFeature(BaseShape)|AddFeature]]*+    Type:Dictionary<​String,​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method allows you to add a shape into the buffer. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​AddFeature(BaseShape,​Dictionary<​String,​String>​)|AddFeature]]** +==== Protected Constructors ==== 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​Dictionary<​String,​String>​ +==== Public Methods ==== 
-  * **DeclaringType**:​N/​A +** {{wiki:​PublicMethod.gif|}} ​Clear() **
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method will clear all the items in AddBuffer, EditBuffer and DeleteBuffer./
-**{{wiki:​PublicMethod.gif|}}[[#​Clear()|Clear]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //This method will clear all the items in AddBuffer, EditBuffer and DeleteBuffer./​/
-  * **DeclaringType**:​N/+
-  * **Summary**:​This method will clear all the items in AddBuffer, EditBuffer and DeleteBuffer. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​DeleteColumn(String)|DeleteColumn]]** +  * Type:Void 
-  * **Parameters**:String +  * Description:None.
-  * **DeclaringType**:N/A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​DeleteFeature(String)|DeleteFeature]]** +<​div ​newline></​div
-  * **Parameters**:​String +** {{wiki:​PublicMethod.gif|}} ​AddFeature(Feature) **
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method allows you to add a placeholder to represent a Feature to be deleted. +
-</​div>​+
  
-<div class_table>​ +  ​* //This method allows you to add InternalFeatures ​to the transaction buffer.// 
-**{{wiki:​PublicMethod.gif|}}[[#​EditFeature(Feature)|EditFeature]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * //None//
-  * **DeclaringType**:​N/+
-  * **Summary**:​This method allows you to add a Feature ​to be updated+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​EditFeature(BaseShape)|EditFeature]]** +  * Type:Void 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:None
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method allows you to add a shape to be updated. +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​EditFeature(BaseShape,​Dictionary<​String,​String>​)|EditFeature]]** +  //feature// 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​Dictionary<​String,​String>​ +    Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **DeclaringType**:N/A +    Description:This parameter represents the Feature you are adding to the transaction buffer.
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#Equals(Object)|Equals]]** +** {{wiki:​PublicMethod.gif|}} ​AddFeature(BaseShape) **
-  * **Parameters**:​Object +
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method allows you to add a shape into the buffer.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //None//
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** +  * Type:Void 
-  * **Parameters**:N/A +  * Description:None
-  * **DeclaringType**:Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:PublicMethod.gif|}}[[#ToString()|ToString]]** +  //​baseShape//​ 
-  * **Parameters**:N/A +    ​Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **DeclaringType**:​Object +    Description:This parameter represents the shape to be added.
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​UpdateColumn(String,FeatureSourceColumn)|UpdateColumn]]** +** {{wiki:​PublicMethod.gif|}} ​AddFeature(BaseShape,​Dictionary<​String,String>) **
-  * **Parameters**:​String,​[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-=== Protected Methods === +  * //N/A// 
-<div class_table>​ +== Remarks ​== 
-**{{wiki:​ProtectedMethod.gif|}}[[#​Finalize()|Finalize]]** +  * //N/A//
-  * **Parameters**:​N/A +
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +  * Type:Void 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:N/A +
-</​div>​+
  
-=== Public Properties === +== Parameters ​== 
-**{{wiki:​PublicProperty.gif|}}[[#​AddBuffer|AddBuffer]]** +  //​baseShape//​ 
-  * **Return**:Dictionary<​String,​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> +    Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:This property gets the dictionary buffer that holds InternalFeatures to be added.+    Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​AddColumnBuffer|AddColumnBuffer]]** +  ​//​columnValues//​ 
-  * **Return**:Collection<[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]+    Type:Dictionary<String,​String
-  * **Summary**:N/A+    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​DeleteBuffer|DeleteBuffer]]** +<div newline></​div>​ 
-  * **Return**:​Collection<​String+** {{wiki:PublicMethod.gif|}} ​DeleteFeature(String**
-  ​* **Summary**:​This property gets the dictionary buffer that holds InternalFeatures to be deleted.+
  
-**{{wiki:​PublicProperty.gif|}}[[#​DeleteColumnBuffer|DeleteColumnBuffer]]** +  ​//This method allows you to add a placeholder to represent a Feature to be deleted.// 
-  * **Return**:​Collection<​String>​ +== Remarks == 
-  * **Summary**:​N/A+  * //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.//
  
-**{{wiki:​PublicProperty.gif|}}[[#​EditBuffer|EditBuffer]]** +== Return Value == 
-  * **Return**:Dictionary<​String,​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ +  * Type:Void 
-  * **Summary**:This property gets the dictionary buffer that holds InternalFeatures to be updated.+  * Description:None
  
-**{{wiki:​PublicProperty.gif|}}[[#​UpdateColumnBuffer|UpdateColumnBuffer]]** +== Parameters == 
-  * **Return**:Dictionary<​String,​[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]>​ +  * //​featureId//​ 
-  * **Summary**:N/A+    ​Type:String 
 +    Description:This parameter represents the unique Id for the specific Feature being passed in.
  
-=== Protected Properties === +<div newline></div
-=== Public Events === +** {{wiki:PublicMethod.gif|}} EditFeature(Feature**
-===== Public Constructors ===== +
-=== TransactionBuffer() === +
-This is the class constructor. +
-==== Remarks ==== +
-This is the default constructor and is typically not used. +
-==== Parameters ==== +
-[[#Public Constructors|Go Back]] +
-=== TransactionBuffer(Dictionary<String,​Feature>,Collection<String>,​Dictionary<​String,​Feature>​) === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Parameters ==== +
-**addBuffer** +
-  * **Type**:Dictionary<​String,​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> +
-  ​* **Description:​N/​A+
  
-**deleteBuffer** +  ​//This method allows you to add a Feature to be updated.// 
-  * **Type**:​Collection<​String>​ +== Remarks == 
-  * **Description:​N/A+  * //None//
  
-**editBuffer** +== Return Value == 
-  ​* **Type**:Dictionary<​String,​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ +  * Type:Void 
-  ​* **Description:​N/A+  * Description:​None
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-===== Protected Constructors ===== +  * //feature/
-===== Public Methods ===== +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-=== AddColumn(FeatureSourceColumn) === +    * Description:​This parameter represents the Feature to be updated.
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:PublicMethod.gif|}} EditFeature(BaseShape) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //This method allows you to add a shape to be updated.//​ 
-**featureSourceColumn** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]] +  * //None//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== AddFeature(Feature) === +  * Type:Void 
-This method allows you to add InternalFeatures to the transaction buffer. +  * Description:​None
-==== Remarks ==== +
-None+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​baseShape//​ 
-  * **Description**:None+    ​* Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​This parameter represents the shape to be updated. The shape ID should be the same as the feature you are going to update.
  
-==== Parameters ==== +<div newline></​div>​ 
-**feature** +** {{wiki:PublicMethod.gif|}} EditFeature(BaseShape,​Dictionary<​String,​String>​) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +
-  ​* **Description**:​This parameter represents the Feature you are adding to the transaction buffer.+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== AddFeature(BaseShape) === +== Remarks == 
-This method allows you to add a shape into the buffer. +  * //N/A//
-==== Remarks ​==== +
-None+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Void 
-  ​* **Description**:None+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters == 
-**baseShape** +  //baseShape// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:This parameter represents the shape to be added.+    * Description:​N/A
  
-[[#Public Methods|Go Back]] +  * //​columnValues//​ 
-=== AddFeature(BaseShape,​Dictionary<​String,​String>​) === +    * Type:Dictionary<​String,​String>​ 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:PublicMethod.gif|}} AddColumn(FeatureSourceColumn) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**baseShape** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //N/A//
-  * **Description**:​N/A+
  
-**columnValues** +== Return Value == 
-  ​* **Type**:Dictionary<​String,​String>​ +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== Clear() === +  * //​featureSourceColumn//​ 
-This method will clear all the items in AddBuffer, EditBuffer and DeleteBuffer+    * Type:​[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]] 
-==== Remarks ==== +    * Description:​N/​A
-This method will clear all the items in AddBuffer, EditBuffer and DeleteBuffer.+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:PublicMethod.gif|}} DeleteColumn(String) ​**
-  ​* **Description**:​None.+
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== DeleteColumn(String) === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**columnName** +  //columnName// 
-  * **Type**:String +    * Type:​String 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== DeleteFeature(String) ​=== +** {{wiki:​PublicMethod.gif|}} UpdateColumn(String,​FeatureSourceColumn**
-This method allows you to add a placeholder to represent a Feature to be deleted. +
-==== Remarks ==== +
-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** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​None+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**featureId** +  * Type:Void 
-  ​* **Type**:String +  * Description:​N/A
-  ​* **Description**:This parameter represents the unique Id for the specific Feature being passed in.+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== EditFeature(Feature) === +  * //​columnName//​ 
-This method allows you to add a Feature to be updated. +    * Type:String 
-==== Remarks ==== +    * Description:​N/​A
-None+
  
-**Return Value** +  ​//​newFeatureSourceColumn//​ 
-  **Return ​Type**:Void +    * Type:[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]] 
-  * **Description**:None+    * Description:​N/A
  
-==== Parameters ==== +<div newline></​div>​ 
-**feature** +** {{wiki:PublicMethod.gif|}} ToString() ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +
-  ​* **Description**:​This parameter represents the Feature to be updated.+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== EditFeature(BaseShape) === +== Remarks == 
-This method allows you to add a shape to be updated. +  * //N/A//
-==== Remarks ​==== +
-None+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:String 
-  ​* **Description**:None+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters == 
-**baseShape** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +** {{wiki:PublicMethod.gif|}} Equals(Object) ​**
-  ​* **Description**:​This parameter represents the shape to be updated. The shape ID should be the same as the feature you are going to update.+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== EditFeature(BaseShape,​Dictionary<​String,​String>​) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**baseShape** +  //obj// 
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Type:Object 
-  * **Description**:N/A+    * Description:​N/​A
  
-**columnValues** +<div newline></​div
-  * **Type**:​Dictionary<String,​String+** {{wiki:​PublicMethod.gif|}} GetHashCode() ​**
-  * **Description**:N/A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== Equals(Object) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:Int32 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**obj** +<div newline></​div>​ 
-  * **Type**:Object +** {{wiki:PublicMethod.gif|}} GetType() ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetHashCode() === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Int32 +  * Type:Type 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline><​/div> 
-=== GetType() === +==== Protected Methods ​==== 
-N/A +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Type +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Void 
-=== ToString() === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:String +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ​**
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== UpdateColumn(String,​FeatureSourceColumn) === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Object 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters ​== 
-**columnName** +<div newline></​div>​ 
-  * **Type**:String +==== Public Properties ​==== 
-  ​* **Description**:​N/​A+** {{wiki:PublicProperty.gif|}} AddBuffer ​**
  
-**newFeatureSourceColumn** +This property gets the dictionary buffer that holds InternalFeatures to be added. 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]] +== Remarks == 
-  * **Description**:​N/​A+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.Core.Feature|Feature]]>
  
-[[#Public Methods|Go Back]] +** {{wiki:​PublicProperty.gif|}} DeleteBuffer **
-===== Protected Methods ===== +
-=== Finalize() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +This property gets the dictionary buffer that holds InternalFeatures to be deleted. 
-  * **Return ​Type**:Void +== Remarks == 
-  * **Description**:N/A+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>​
  
-==== Parameters ==== +** {{wiki:​PublicProperty.gif|}} EditBuffer **
-[[#​Protected Methods|Go Back]] +
-=== MemberwiseClone() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +This property gets the dictionary buffer that holds InternalFeatures to be updated
-  * **Return Type**:​Object +== Remarks ==
-  * **Description**:​N/​A +
- +
-==== Parameters ==== +
-[[#​Protected Methods|Go Back]] +
-===== Public Properties ===== +
-=== 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. 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 ==== +== Return Value == 
-**Return ​Type**:​Dictionary<​String,​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​+  * Type:​Dictionary<​String,​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ 
 + 
 +** {{wiki:​PublicProperty.gif|}} AddColumnBuffer **
  
-[[#Public Properties|Go Back]] 
-=== AddColumnBuffer === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:​Collection<​[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]>​+  * Type:​Collection<​[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]>​
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} DeleteColumnBuffer ​**
-=== 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 ==== +
-**Return Type**:​Collection<​String>​+
  
-[[#Public Properties|Go Back]] 
-=== DeleteColumnBuffer === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:​Collection<​String>​+  * Type:​Collection<​String>​
  
-[[#Public Properties|Go Back]] +** {{wiki:PublicProperty.gif|}} UpdateColumnBuffer **
-=== 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 ==== +
-**Return Type**:Dictionary<​String,​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​+
  
-[[#Public Properties|Go Back]] 
-=== UpdateColumnBuffer === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:​Dictionary<​String,​[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]>​+  * Type:​Dictionary<​String,​[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]>​
  
-[[#Public Properties|Go Back]] +==== Protected Properties ==== 
-===== Protected Properties ​===== +==== Public Events ====
-===== Public Events ​=====+
  
thinkgeo.mapsuite.core.transactionbuffer.1442486491.txt.gz · Last modified: 2015/09/17 10:41 by admin