ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer
Inheritance Hierarchy
Members Summary
Public Constructors
RoutingTransactionBuffer()
Parameters
RoutingTransactionBuffer(Dictionary<String,RouteSegment>,Collection<String>,Dictionary<String,RouteSegment>)
Parameters
deleteBuffer
Type:Collection<String>
Description:N/A
Protected Constructors
Public Methods
Clear()
Return Value
Type:Void
Description:None.
Parameters
AddRouteSegment(RouteSegment)
Return Value
Type:Void
Description:None
Parameters
DeleteRouteSegment(String)
Return Value
Type:Void
Description:None
Parameters
UpdateFeature(RouteSegment)
Return Value
Type:Void
Description:None
Parameters
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 DeleteRouteSegment 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 DeleteRouteSegment 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
UpdateBuffer
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 DeleteRouteSegment 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
Protected Properties
Public Events