ThinkGeo.MapSuite.Core.TransactionBuffer
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.
This class represents the holding place for transactions that have not yet been committed.
Inheritance Hierarchy
Members Summary
Public Constructors
TransactionBuffer()
Parameters
TransactionBuffer(Dictionary<String,Feature>,Collection<String>,Dictionary<String,Feature>)
Parameters
deleteBuffer
Type:Collection<String>
Description:N/A
Protected Constructors
Public Methods
Clear()
Return Value
Type:Void
Description:None.
Parameters
AddFeature(Feature)
Return Value
Type:Void
Description:None
Parameters
AddFeature(BaseShape)
Return Value
Type:Void
Description:None
Parameters
AddFeature(BaseShape,Dictionary<String,String>)
Return Value
Type:Void
Description:N/A
Parameters
DeleteFeature(String)
Return Value
Type:Void
Description:None
Parameters
EditFeature(Feature)
Return Value
Type:Void
Description:None
Parameters
EditFeature(BaseShape)
Return Value
Type:Void
Description:None
Parameters
EditFeature(BaseShape,Dictionary<String,String>)
Return Value
Type:Void
Description:N/A
Parameters
AddColumn(FeatureSourceColumn)
Return Value
Type:Void
Description:N/A
Parameters
DeleteColumn(String)
Return Value
Type:Void
Description:N/A
Parameters
columnName
Type:String
Description:N/A
UpdateColumn(String,FeatureSourceColumn)
Return Value
Type:Void
Description:N/A
Parameters
columnName
Type:String
Description:N/A
ToString()
Return Value
Type:String
Description:N/A
Parameters
Equals(Object)
Return Value
Type:Boolean
Description:N/A
Parameters
obj
Type:Object
Description:N/A
GetHashCode()
Return Value
Type:Int32
Description:N/A
Parameters
GetType()
Return Value
Type:Type
Description:N/A
Parameters
Protected Methods
Finalize()
Return Value
Type:Void
Description:N/A
Parameters
MemberwiseClone()
Return Value
Type:Object
Description:N/A
Parameters
Public Properties
AddBuffer
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
DeleteBuffer
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
EditBuffer
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
AddColumnBuffer
Return Value
DeleteColumnBuffer
Return Value
UpdateColumnBuffer
Return Value
Protected Properties
Public Events