This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.routing.routingtransactionbuffer [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.routing.routingtransactionbuffer [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer ====== | ====== ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer ====== | ||
+ | {{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. | ||
- | === Remarks === | ||
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer</a> | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **[[ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer]] | + | ***ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} RoutingTransactionBuffer() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RoutingTransactionBuffer()|RoutingTransactionBuffer]] | | | This is the class constructor. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RoutingTransactionBuffer(Dictionary<String, RouteSegment>, Collection<String>, Dictionary<String, RouteSegment>)|RoutingTransactionBuffer]] | Dictionary<String, [[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]]>, Collection<String>, Dictionary<String, [[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]]> | | 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|}} RoutingTransactionBuffer(Dictionary<String,RouteSegment>,Collection<String>,Dictionary<String,RouteSegment>) ** | ||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Parameters == | ||
+ | * //addBuffer// | ||
+ | * Type:Dictionary<String,[[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | * //deleteBuffer// | ||
+ | * Type:Collection<String> | ||
+ | * Description:N/A | ||
+ | |||
+ | * //editBuffer// | ||
+ | * Type:Dictionary<String,[[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]]> | ||
+ | * 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}}[[#AddRouteSegment(RouteSegment)|AddRouteSegment]] | [[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]] | | This method allows you to add RouteSegments to the transaction 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}}[[#DeleteRouteSegment(String)|DeleteRouteSegment]] | String | | This method allows you to add a placeholder to represent a RouteSegment to be deleted. | | + | |
- | | {{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}}[[#UpdateFeature(RouteSegment)|UpdateFeature]] | [[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]] | | This method allows you to add a Feature to be updated. | | + | |
- | ==== 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.Routing.RouteSegment|RouteSegment]]> | | This property gets the dictionary buffer that holds RouteSegments to be added. | | + | * Description:N/A |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#DeleteBuffer|DeleteBuffer]] | Collection<String> | | This property gets the dictionary buffer that holds RouteSegments to be deleted. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#UpdateBuffer|UpdateBuffer]] | Dictionary<String,[[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]]> | | This property gets the dictionary buffer that holds RouteSegments to be updated. | | + | |
- | ==== Protected Properties ==== | + | == Parameters == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} AddRouteSegment(RouteSegment) ** | ||
- | ==== Public Events ==== | + | * //This method allows you to add RouteSegments to the transaction buffer.// |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | == Remarks == |
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#AddRouteSegment.28RouteSegment.29// | ||
- | ===== Public Constructors ===== | + | == Return Value == |
- | ==== RoutingTransactionBuffer() ==== | + | * Type:Void |
- | This is the class constructor. | + | * Description:N/A |
- | === 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 == |
- | ==== RoutingTransactionBuffer(Dictionary<String, RouteSegment>, Collection<String>, Dictionary<String, RouteSegment>) ==== | + | * //routeSegment// |
- | This is the class constructor. | + | * Type:[[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]] |
- | === Overloads === | + | * Description:This parameter represents the RouteSegment you are adding to the transaction buffer. |
- | This is the constructor for this class allows you pass in the necessary properties in the class. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | addBuffer | Dictionary<String,[[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]]><!-- System.Collections.Generic.Dictionary{System.String,ThinkGeo.MapSuite.Routing.RouteSegment} --> | | | + | |
- | | deleteBuffer | Collection<String><!-- System.Collections.ObjectModel.Collection{System.String} --> | | | + | |
- | | editBuffer | Dictionary<String,[[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]]><!-- System.Collections.Generic.Dictionary{System.String,ThinkGeo.MapSuite.Routing.RouteSegment} --> | | | + | |
- | [[#Public Constructors|Go Back]] | + | <div newline></div> |
- | ===== Protected Constructors ===== | + | ** {{wiki:PublicMethod.gif|}} DeleteRouteSegment(String) ** |
- | ===== Public Methods ===== | + | |
- | ==== AddRouteSegment(RouteSegment) ==== | + | |
- | This method allows you to add RouteSegments to the transaction buffer. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#AddRouteSegment.28RouteSegment.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#AddRouteSegment.28RouteSegment.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //This method allows you to add a placeholder to represent a RouteSegment to be deleted.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | routeSegment | [[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]]<!-- ThinkGeo.MapSuite.Routing.RouteSegment --> | This parameter represents the RouteSegment you are adding to the transaction buffer. | | + | * //This does not remove a RouteSegment 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.// |
- | <!-- ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== 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 === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //featureId// |
+ | * Type:String | ||
+ | * Description:This parameter represents the unique feature Id for the specific RouteSegment being passed in. | ||
- | <!-- ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} UpdateFeature(RouteSegment) ** |
- | ==== DeleteRouteSegment(String) ==== | + | |
- | This method allows you to add a placeholder to represent a RouteSegment to be deleted. | + | |
- | === Remarks === | + | |
- | This does not remove a RouteSegment 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 === | + | * //This method allows you to add a Feature to be updated.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | featureId | String<!-- System.String --> | This parameter represents the unique feature Id for the specific RouteSegment being passed in. | | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#UpdateFeature.28RouteSegment.29// |
- | <!-- ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== Equals(Object) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#Equals.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#Equals.28Object.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //routeSegment// |
- | | obj | Object<!-- System.Object --> | | | + | * Type:[[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]] |
+ | * Description:This parameter represents the RouteSegment to be updated. | ||
- | <!-- System.Object --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | ==== GetHashCode() ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#GetHashCode.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#GetHashCode.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#ToString.28.29// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:String |
- | ==== GetType() ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#GetType.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#GetType.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ToString() ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#Equals.28Object.29// |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#ToString.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#ToString.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Boolean |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //obj// |
- | ==== UpdateFeature(RouteSegment) ==== | + | * Type:Object |
- | This method allows you to add a Feature to be updated. | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#UpdateFeature.28RouteSegment.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#UpdateFeature.28RouteSegment.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | | routeSegment | [[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]]<!-- ThinkGeo.MapSuite.Routing.RouteSegment --> | This parameter represents the RouteSegment to be updated. | | + | |
- | <!-- ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ===== Protected Methods ===== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#GetHashCode.28.29// |
- | ==== Finalize() ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#Finalize.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#Finalize.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Int32 |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== MemberwiseClone() ==== | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#MemberwiseClone.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#MemberwiseClone.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#GetType.28.29// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Type | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ==== Protected Methods ==== | ||
+ | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#Finalize.28.29// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#MemberwiseClone.28.29// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ==== Public Properties ==== | ||
+ | ** {{wiki:PublicProperty.gif|}} AddBuffer ** | ||
- | <!-- System.Object --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ===== Public Properties ===== | ||
- | ==== AddBuffer ==== | ||
This property gets the dictionary buffer that holds RouteSegments to be added. | This property gets the dictionary buffer that holds RouteSegments to be added. | ||
- | === Remarks === | + | == 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 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. | 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 === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:Dictionary<String,[[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]]> |
- | | Dictionary<String,[[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]]><!-- System.Collections.Generic.Dictionary{System.String,ThinkGeo.MapSuite.Routing.RouteSegment} --> | | + | |
+ | ** {{wiki:PublicProperty.gif|}} DeleteBuffer ** | ||
- | <!-- ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== DeleteBuffer ==== | ||
This property gets the dictionary buffer that holds RouteSegments to be deleted. | This property gets the dictionary buffer that holds RouteSegments to be deleted. | ||
- | === Remarks === | + | == 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 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. | 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 === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:Collection<String> |
- | | Collection<String><!-- System.Collections.ObjectModel.Collection{System.String} --> | | + | |
+ | ** {{wiki:PublicProperty.gif|}} UpdateBuffer ** | ||
- | <!-- ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== UpdateBuffer ==== | ||
This property gets the dictionary buffer that holds RouteSegments to be updated. | This property gets the dictionary buffer that holds RouteSegments to be updated. | ||
- | === Remarks === | + | == 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 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. | 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 === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:Dictionary<String,[[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]]> |
- | | Dictionary<String,[[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]]><!-- System.Collections.Generic.Dictionary{System.String,ThinkGeo.MapSuite.Routing.RouteSegment} --> | | + | |
- | <!-- ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer --> | + | ==== Protected Properties ==== |
- | [[#Public Properties|Go Back]] | + | ==== Public Events ==== |
- | ===== Protected Properties ===== | + | |
- | ===== Public Events ===== | + | |
- | __NOTOC__ | + | |
- | [[Category:MapSuiteRouting]] | + | |
- | [[Category:ThinkGeo.MapSuite.Routing]] | + | |
- | [[Category:UpdateDocumentation]] | + | |