User Tools

Site Tools


thinkgeo.mapsuite.portablecore.transactionbuffer

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.portablecore.transactionbuffer [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.portablecore.transactionbuffer [2017/03/16 21:59] (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.PortableCore.TransactionBuffer ======+====== ThinkGeo.MapSuite.Core.TransactionBuffer ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 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 =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.PortableCore.TransactionBuffer]]+    ***ThinkGeo.MapSuite.Core.TransactionBuffer**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} TransactionBuffer() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#TransactionBuffer()|TransactionBuffer]] ​  ​| ​   |    | This is the class constructor. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​TransactionBuffer(Dictionary<​String,​ Feature>,​ Collection<​String>,​ Dictionary<​String,​ Feature>​)|TransactionBuffer]] ​  | Dictionary<​String,​ [[ThinkGeo.MapSuite.PortableCore.Feature|Feature]]>,​ Collection<​String>,​ Dictionary<​String,​ [[ThinkGeo.MapSuite.PortableCore.Feature|Feature]]> ​  ​| ​   | This is the class constructor. ​  |+
  
-==== 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.Core.Feature|Feature]]>​
 +    * Description:​N/​A
 +
 +  * //​deleteBuffer//​
 +    * Type:​Collection<​String>​
 +    * Description:​N/​A
 +
 +  * //​editBuffer//​
 +    * Type:​Dictionary<​String,​[[ThinkGeo.MapSuite.Core.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}}[[#​AddColumn(FeatureSourceColumn)|AddColumn]] ​  | [[ThinkGeo.MapSuite.PortableCore.FeatureSourceColumn|FeatureSourceColumn]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddFeature(Feature)|AddFeature]] ​  | [[ThinkGeo.MapSuite.PortableCore.Feature|Feature]] ​  ​| ​   | This method allows you to add InternalFeatures to the transaction buffer. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddFeature(BaseShape)|AddFeature]] ​  | [[ThinkGeo.MapSuite.PortableCore.BaseShape|BaseShape]] ​  ​| ​   | This method allows you to add a shape into the buffer. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddFeature(BaseShape,​ Dictionary<​String,​ String>​)|AddFeature]] ​  | [[ThinkGeo.MapSuite.PortableCore.BaseShape|BaseShape]],​ Dictionary<​String,​ String> ​  ​| ​   | This method allows you to add a shape into the buffer. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#Clear()|Clear]] ​  ​| ​   |    | This method will clear all the items in AddBuffer, EditBuffer and DeleteBuffer. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DeleteColumn(String)|DeleteColumn]] ​  | String ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DeleteFeature(String)|DeleteFeature]] ​  | String ​  ​| ​   | This method allows you to add a placeholder to represent a Feature to be deleted. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​EditFeature(Feature)|EditFeature]] ​  | [[ThinkGeo.MapSuite.PortableCore.Feature|Feature]] ​  ​| ​   | This method allows you to add a Feature to be updated. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​EditFeature(BaseShape)|EditFeature]] ​  | [[ThinkGeo.MapSuite.PortableCore.BaseShape|BaseShape]] ​  ​| ​   | This method allows you to add a shape to be updated. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​EditFeature(BaseShape,​ Dictionary<​String,​ String>​)|EditFeature]] ​  | [[ThinkGeo.MapSuite.PortableCore.BaseShape|BaseShape]],​ Dictionary<​String,​ String> ​  ​| ​   | This method allows you to add a shape to be updated. ​  | +
-| {{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 ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​UpdateColumn(String,​ FeatureSourceColumn)|UpdateColumn]] ​  | String, [[ThinkGeo.MapSuite.PortableCore.FeatureSourceColumn|FeatureSourceColumn]] ​  ​| ​   |    |+
  
-==== 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.PortableCore.Feature|Feature]]> ​  ​| ​   | This property gets the dictionary buffer that holds InternalFeatures to be added. ​  | +  * Description:None.
-| {{wiki:PublicProperty.gif|Public Property}}[[#​AddColumnBuffer|AddColumnBuffer]] ​  | Collection<​[[ThinkGeo.MapSuite.PortableCore.FeatureSourceColumn|FeatureSourceColumn]]> ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DeleteBuffer|DeleteBuffer]] ​  | Collection<​String> ​  ​| ​   | This property gets the dictionary buffer that holds InternalFeatures to be deleted. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DeleteColumnBuffer|DeleteColumnBuffer]] ​  | Collection<​String> ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​EditBuffer|EditBuffer]] ​  | Dictionary<​String,​[[ThinkGeo.MapSuite.PortableCore.Feature|Feature]]> ​  ​| ​   | This property gets the dictionary buffer that holds InternalFeatures to be updated. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​UpdateColumnBuffer|UpdateColumnBuffer]] ​  | Dictionary<​String,​[[ThinkGeo.MapSuite.PortableCore.FeatureSourceColumn|FeatureSourceColumn]]> ​  ​| ​   |    |+
  
-==== 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 
-This is the class constructor. +  Description:None
-=== Overloads === +
-This is the default constructor and is typically not used. +
-=== Remarks === +
-This is the default constructor and is typically not used. +
-=== Parameters === +
-^  Name ^  ​Type ​ ​Description ​^+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-==== TransactionBuffer(Dictionary<​String,​ Feature>,​ Collection<​String>,​ Dictionary<​String,​ Feature>​) ==== +  ​* //​feature//​ 
-This is the class constructor. +    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-=== Overloads === +    ​* Description:​This parameter represents the Feature ​you are adding to the transaction buffer.
-This is the constructor for this class allows you pass in the necessary properties in the class. +
-=== Parameters ​=== +
-^  Name ^  ​Type ​^  Description ^ +
-| addBuffer ​  | Dictionary<​String,​[[ThinkGeo.MapSuite.PortableCore.Feature|Feature]]><!-- System.Collections.Generic.Dictionary{System.String,​ThinkGeo.MapSuite.PortableCore.Feature} --> ​  ​| ​   | +
-| deleteBuffer ​  | Collection<​String><​!-- System.Collections.ObjectModel.Collection{System.String} --> ​  ​| ​   +
-| editBuffer ​  | Dictionary<​String,​[[ThinkGeo.MapSuite.PortableCore.Feature|Feature]]><​!-- System.Collections.Generic.Dictionary{System.String,​ThinkGeo.MapSuite.PortableCore.Feature} --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +<div newline></​div>​ 
-===== Protected Constructors ===== +** {{wiki:​PublicMethod.gif|}} AddFeature(BaseShape**
-===== Public Methods ===== +
-==== AddColumn(FeatureSourceColumn==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //This method allows you to add a shape into the buffer.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| featureSourceColumn ​  | [[ThinkGeo.MapSuite.PortableCore.FeatureSourceColumn|FeatureSourceColumn]]<​!-- ThinkGeo.MapSuite.PortableCore.FeatureSourceColumn --> ​  ​| ​   |+  ​* //None//
  
-<!-- ThinkGeo.MapSuite.PortableCore.TransactionBuffer --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== AddFeature(Feature) ==== +  * Description:None
-This method allows you to add InternalFeatures to the transaction buffer. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​baseShape//​ 
-| feature ​  ​| ​[[ThinkGeo.MapSuite.PortableCore.Feature|Feature]]<!-- ThinkGeo.MapSuite.PortableCore.Feature --> ​  ​| ​This parameter represents the Feature you are adding ​to the transaction buffer  |+    * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​This parameter represents the shape to be added.
  
-<!-- ThinkGeo.MapSuite.PortableCore.TransactionBuffer --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} AddFeature(BaseShape,Dictionary<String,​String>) **
-==== AddFeature(BaseShape) ==== +
-This method allows you to add a shape into the buffer. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --  |    |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| baseShape ​  | [[ThinkGeo.MapSuite.PortableCore.BaseShape|BaseShape]]<​!-- ThinkGeo.MapSuite.PortableCore.BaseShape --> ​  | This parameter represents the shape to be added. ​  |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.PortableCore.TransactionBuffer --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== AddFeature(BaseShape,​ Dictionary<​String,​ String>) ==== +  * Description:N/A
-This method allows you to add a shape into the buffer. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​baseShape//​ 
-| baseShape ​  ​| ​[[ThinkGeo.MapSuite.PortableCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.PortableCore.BaseShape --> ​  | This parameter represents the shape to be added. ​  | +    * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-| columnValues ​  | Dictionary<​String,​String><​!-- System.Collections.Generic.Dictionary{System.String,​System.String} --> ​  | This parameter represents the feature value to be added. ​  |+    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.PortableCore.TransactionBuffer --> +  * //​columnValues//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Dictionary<String,​String> 
-==== Clear() ==== +    * Description:​N/​A
-This method will clear all the items in AddBuffer, EditBuffer and DeleteBuffer. +
-=== Remarks === +
-This method will clear all the items in AddBuffer, EditBuffer and DeleteBuffer. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --  |    |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} DeleteFeature(String) **
  
-<!-- ThinkGeo.MapSuite.PortableCore.TransactionBuffer --> +  * //This method allows you to add a placeholder to represent a Feature to be deleted.// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== DeleteColumn(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 
-| columnName ​  | String<​!-- System.String --> ​  ​| ​   |+  Description:None
  
-<!-- ThinkGeo.MapSuite.PortableCore.TransactionBuffer --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​featureId//​ 
-==== DeleteFeature(String) ​==== +    * Type:String 
-This method allows you to add a placeholder to represent a Feature to be deleted. +    * Description:​This parameter represents ​the unique Id for the specific Feature being passed in.
-=== 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 === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} EditFeature(Feature) **
-| featureId ​  | String<​!-- System.String --> ​  This parameter represents the unique Id for the specific ​Feature ​being passed in.   |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TransactionBuffer --> +  * //This method allows you to add a Feature to be updated.// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== EditFeature(Feature) ==== +  * //None//
-This method allows you to add a Feature to be updated. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| feature ​  | [[ThinkGeo.MapSuite.PortableCore.Feature|Feature]]<​!-- ThinkGeo.MapSuite.PortableCore.Feature --> ​  | This parameter represents the Feature to be updated. ​  |+  Description:None
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.TransactionBuffer --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​feature//​ 
-==== EditFeature(BaseShape) ==== +    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-This method allows you to add a shape to be updated. +    * Description:​This parameter represents the Feature ​to be updated.
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} EditFeature(BaseShape) **
-| baseShape ​  | [[ThinkGeo.MapSuite.PortableCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.PortableCore.BaseShape --> ​  | This parameter represents the shape to be updated. The shape ID should be the same as the feature you are going to update. ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TransactionBuffer --> +  * //This method allows you to add a shape to be updated.// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== EditFeature(BaseShape,​ Dictionary<​String,​ String>) ==== +  * //None//
-This method allows you to add a shape to be updated. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| baseShape ​  | [[ThinkGeo.MapSuite.PortableCore.BaseShape|BaseShape]]<​!-- ThinkGeo.MapSuite.PortableCore.BaseShape --> ​  | This parameter represents the shape to be updated. The shape ID should be the same as the feature you are going to update. ​  | +  Description:None
-| columnValues ​  | Dictionary<​String,​String><​!-- System.Collections.Generic.Dictionary{System.String,​System.String} --> ​  | This parameter represents the feature value to be updated. The shape ID should be the same as the feature you are going to update. ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.TransactionBuffer --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​baseShape//​ 
-==== Equals(Object) ==== +    * Type:[[ThinkGeo.MapSuite.Core.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 ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} EditFeature(BaseShape,​Dictionary<String,​String>) **
-obj   | Object<!-- System.Object --  |    |+
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetHashCode() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​baseShape//​ 
-==== GetType() ​==== +    ​* ​Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-=== Return Value === +    * Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Type<!-- System.Type --> ​  |    ​|+
  
-=== Parameters === +  * //​columnValues//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​Dictionary<​String,​String>​ 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} AddColumn(FeatureSourceColumn**
-==== ToString() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== UpdateColumn(String,​ FeatureSourceColumn) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //​featureSourceColumn//​ 
-| columnName ​  | String<​!-- System.String --> ​  ​| ​   +    ​* Type:[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]] 
-| newFeatureSourceColumn ​  ​| ​[[ThinkGeo.MapSuite.PortableCore.FeatureSourceColumn|FeatureSourceColumn]]<!-- ThinkGeo.MapSuite.PortableCore.FeatureSourceColumn --> ​  ​| ​   |+    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.PortableCore.TransactionBuffer --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} DeleteColumn(String**
-===== Protected Methods ===== +
-==== Finalize() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== MemberwiseClone() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​columnName//​ 
 +    * Type:String 
 +    * Description:N/A
  
-<!-- System.Object --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} UpdateColumn(String,FeatureSourceColumn) **
-===== 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. +
-=== Return Value === +
-^ Return Type ^ +
-| Dictionary<String,​[[ThinkGeo.MapSuite.PortableCore.Feature|Feature]]><!-- System.Collections.Generic.Dictionary{System.String,ThinkGeo.MapSuite.PortableCore.Feature} --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TransactionBuffer --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== AddColumnBuffer ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ +
-| Collection<​[[ThinkGeo.MapSuite.PortableCore.FeatureSourceColumn|FeatureSourceColumn]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.PortableCore.FeatureSourceColumn} --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TransactionBuffer --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== DeleteBuffer ==== +  * Description:​N/​A
-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><​!-- System.Collections.ObjectModel.Collection{System.String} --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TransactionBuffer --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //​columnName//​ 
-==== DeleteColumnBuffer ​==== +    ​* ​Type:String 
-=== Return Value === +    * Description:​N/​A
-^ Return ​Type ^ +
-| Collection<​String><​!-- System.Collections.ObjectModel.Collection{System.String} --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TransactionBuffer --> +  * //​newFeatureSourceColumn//​ 
-[[#Public Properties|Go Back]] +    ​* ​Type:[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]] 
-==== EditBuffer ==== +    * Description:​N/​A
-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.PortableCore.Feature|Feature]]><!-- System.Collections.Generic.Dictionary{System.String,​ThinkGeo.MapSuite.PortableCore.Feature} --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TransactionBuffer --> +<div newline></div> 
-[[#Public Properties|Go Back]] +** {{wiki:​PublicMethod.gif|}} ToString() **
-==== UpdateColumnBuffer ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Dictionary<String,​[[ThinkGeo.MapSuite.PortableCore.FeatureSourceColumn|FeatureSourceColumn]]><!-- System.Collections.Generic.Dictionary{System.String,​ThinkGeo.MapSuite.PortableCore.FeatureSourceColumn--> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TransactionBuffer --+  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks == 
-===== Protected ​Properties ​===== +  * //N/A// 
-===== Public ​Events ​===== + 
-__NOTOC__ +== Return Value == 
-[[Category:​MapSuitePortableCore]] +  * Type:​String 
-[[Category:ThinkGeo.MapSuite.PortableCore]] +  * Description:​N/​A 
-[[Category:UpdateDocumentation]]+ 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //obj// 
 +    * Type:​Object 
 +    * 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.Core.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.Core.Feature|Feature]]> 
 + 
 +** {{wiki:​PublicProperty.gif|}} AddColumnBuffer ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Collection<​[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]>​ 
 + 
 +** {{wiki:PublicProperty.gif|}} DeleteColumnBuffer ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Collection<​String>​ 
 + 
 +** {{wiki:​PublicProperty.gif|}} UpdateColumnBuffer ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Dictionary<​String,​[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]
 + 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.portablecore.transactionbuffer.1440040133.txt.gz · Last modified: 2015/09/21 08:20 (external edit)