User Tools

Site Tools


thinkgeo.mapsuite.core.transactionbuffer

This is an old revision of the document!


ThinkGeo.MapSuite.Core.TransactionBuffer

This class represents the holding place for transactions that have not yet been committed.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.Core.TransactionBuffer

Members Summary

Public Constructors

TransactionBuffer

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This is the class constructor.

TransactionBuffer

  • Parameters:Dictionary<String,Feature>,Collection<String>,Dictionary<String,Feature>
  • DeclaringType:N/A
  • Summary:N/A

Protected Constructors

Public Methods

AddColumn

AddFeature

  • Parameters:Feature
  • DeclaringType:N/A
  • Summary:This method allows you to add InternalFeatures to the transaction buffer.

AddFeature

  • Parameters:BaseShape
  • DeclaringType:N/A
  • Summary:This method allows you to add a shape into the buffer.

AddFeature

  • Parameters:BaseShape,Dictionary<String,String>
  • DeclaringType:N/A
  • Summary:N/A

Clear

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This method will clear all the items in AddBuffer, EditBuffer and DeleteBuffer.

DeleteColumn

  • Parameters:String
  • DeclaringType:N/A
  • Summary:N/A

DeleteFeature

  • Parameters:String
  • DeclaringType:N/A
  • Summary:This method allows you to add a placeholder to represent a Feature to be deleted.

EditFeature

  • Parameters:Feature
  • DeclaringType:N/A
  • Summary:This method allows you to add a Feature to be updated.

EditFeature

  • Parameters:BaseShape
  • DeclaringType:N/A
  • Summary:This method allows you to add a shape to be updated.

EditFeature

  • Parameters:BaseShape,Dictionary<String,String>
  • DeclaringType:N/A
  • Summary:N/A

Equals

  • Parameters:Object
  • DeclaringType:Object
  • Summary:N/A

GetHashCode

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

GetType

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

ToString

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

UpdateColumn

Protected Methods

Finalize

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

MemberwiseClone

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

Public Properties

AddBuffer

  • Return:Dictionary<String,Feature>
  • Summary:This property gets the dictionary buffer that holds InternalFeatures to be added.

AddColumnBuffer

DeleteBuffer

  • Return:Collection<String>
  • Summary:This property gets the dictionary buffer that holds InternalFeatures to be deleted.

DeleteColumnBuffer

  • Return:Collection<String>
  • Summary:N/A

EditBuffer

  • Return:Dictionary<String,Feature>
  • Summary:This property gets the dictionary buffer that holds InternalFeatures to be updated.

UpdateColumnBuffer

Protected Properties

Public Events

Public Constructors

TransactionBuffer()

This is the class constructor.

Remarks

This is the default constructor and is typically not used.

Parameters

TransactionBuffer(Dictionary<String,Feature>,Collection<String>,Dictionary<String,Feature>)

N/A

Remarks

N/A

Parameters

addBuffer

  • Type:Dictionary<String,Feature>
  • Description:N/A deleteBuffer * Type:Collection<String> * Description:N/A

editBuffer

  • Type:Dictionary<String,Feature>
  • Description:N/A Go Back ===== Protected Constructors ===== ===== Public Methods ===== === AddColumn(FeatureSourceColumn) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== featureSourceColumn * Type:FeatureSourceColumn * Description:N/A Go Back === AddFeature(Feature) === This method allows you to add InternalFeatures to the transaction buffer. ==== Remarks ==== None Return Value * Return Type:Void * Description:None ==== Parameters ==== feature * Type:Feature * Description:This parameter represents the Feature you are adding to the transaction buffer. Go Back === AddFeature(BaseShape) === This method allows you to add a shape into the buffer. ==== Remarks ==== None Return Value * Return Type:Void * Description:None ==== Parameters ==== baseShape * Type:BaseShape * Description:This parameter represents the shape to be added. Go Back === AddFeature(BaseShape,Dictionary<String,String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== baseShape * Type:BaseShape * Description:N/A columnValues * Type:Dictionary<String,String> * Description:N/A Go Back === Clear() === 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:Void * Description:None. ==== Parameters ==== Go Back === DeleteColumn(String) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== columnName * Type:String * Description:N/A Go Back === DeleteFeature(String) === 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 * Return Type:Void * Description:None ==== Parameters ==== featureId * Type:String * Description:This parameter represents the unique Id for the specific Feature being passed in. Go Back === EditFeature(Feature) === This method allows you to add a Feature to be updated. ==== Remarks ==== None Return Value * Return Type:Void * Description:None ==== Parameters ==== feature * Type:Feature * Description:This parameter represents the Feature to be updated. Go Back === EditFeature(BaseShape) === This method allows you to add a shape to be updated. ==== Remarks ==== None Return Value * Return Type:Void * Description:None ==== Parameters ==== baseShape * Type: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. Go Back === EditFeature(BaseShape,Dictionary<String,String>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== baseShape * Type:BaseShape * Description:N/A columnValues * Type:Dictionary<String,String> * Description:N/A Go Back === Equals(Object) === N/A ==== Remarks ==== N/A Return Value * Return Type:Boolean * Description:N/A ==== Parameters ==== obj * Type:Object * Description:N/A Go Back === GetHashCode() === N/A ==== Remarks ==== N/A Return Value * Return Type:Int32 * Description:N/A ==== Parameters ==== Go Back === GetType() === N/A ==== Remarks ==== N/A Return Value * Return Type:Type * Description:N/A ==== Parameters ==== Go Back === ToString() === N/A ==== Remarks ==== N/A Return Value * Return Type:String * Description:N/A ==== Parameters ==== Go Back === UpdateColumn(String,FeatureSourceColumn) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== columnName * Type:String * Description:N/A newFeatureSourceColumn * Type:FeatureSourceColumn * Description:N/A Go Back ===== Protected Methods ===== === Finalize() === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== Go Back === MemberwiseClone() === N/A ==== Remarks ==== N/A Return Value * Return Type:Object * Description:N/A ==== Parameters ==== 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. ==== Return Value ==== Return Type:Dictionary<String,Feature> Go Back === AddColumnBuffer === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Collection<FeatureSourceColumn> Go Back === 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> Go Back === DeleteColumnBuffer === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Collection<String> Go Back === 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,Feature> Go Back === UpdateColumnBuffer === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type**:Dictionary<String,FeatureSourceColumn>

Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.core.transactionbuffer.1442486491.txt.gz · Last modified: 2015/09/17 10:41 by admin