<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is there any way to get a reference to all unsaved edits in a featurelayer? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-way-to-get-a-reference-to-all-unsaved/m-p/565390#M14559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is no way to get to a collection of 'edits'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I suggest you do the validation of the edit before the edit itself is pushed to the feature layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What type of validation are you trying to perform?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jan 2011 20:27:47 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2011-01-05T20:27:47Z</dc:date>
    <item>
      <title>Is there any way to get a reference to all unsaved edits in a featurelayer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-way-to-get-a-reference-to-all-unsaved/m-p/565387#M14556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there any way to get a reference to all unsaved edits in a featurelayer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 07:27:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-way-to-get-a-reference-to-all-unsaved/m-p/565387#M14556</guid>
      <dc:creator>EinarKløvstad</dc:creator>
      <dc:date>2011-01-04T07:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to get a reference to all unsaved edits in a featurelayer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-way-to-get-a-reference-to-all-unsaved/m-p/565388#M14557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can subscribe to "BeginSaveEdits" event of the FeatureLayer; in "BeginEditEventArgs" parameter of the handler check for "Adds", "Deletes", and "Updates", i.e. e.Adds, e.Deletes, e.Updates respectively.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 13:40:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-way-to-get-a-reference-to-all-unsaved/m-p/565388#M14557</guid>
      <dc:creator>AliMirzabeigi</dc:creator>
      <dc:date>2011-01-04T13:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to get a reference to all unsaved edits in a featurelayer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-way-to-get-a-reference-to-all-unsaved/m-p/565389#M14558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: w3webster&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Ali&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That is what I am currently doing, but I must confess I rather not do that bookkeeping myself especially since the collection obviously must be kept by the featurelayer (or its parent).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The reason I need this, is to do custom validation of the edits before they are saved. I imagine that that&amp;nbsp; is quite a common task. Is there any plans to open the API to get hold of that collection?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 19:15:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-way-to-get-a-reference-to-all-unsaved/m-p/565389#M14558</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-01-05T19:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to get a reference to all unsaved edits in a featurelayer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-way-to-get-a-reference-to-all-unsaved/m-p/565390#M14559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is no way to get to a collection of 'edits'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I suggest you do the validation of the edit before the edit itself is pushed to the feature layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What type of validation are you trying to perform?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 20:27:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-way-to-get-a-reference-to-all-unsaved/m-p/565390#M14559</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2011-01-05T20:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to get a reference to all unsaved edits in a featurelayer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-way-to-get-a-reference-to-all-unsaved/m-p/565391#M14560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: w3webster&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Validations we do:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;First of all: different users can only edit in their own areas. On top of that, some feature category�??s must be placed inside other features category�??s etc (this could be done by topology rules on the server, but for usability reasons we do want to validate this on the client)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 08:20:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-way-to-get-a-reference-to-all-unsaved/m-p/565391#M14560</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-01-07T08:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to get a reference to all unsaved edits in a featurelayer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-way-to-get-a-reference-to-all-unsaved/m-p/565392#M14561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The editor is only meant for simple editing scenarios. For more advanced custom scenarios like this, I suggest you use the Draw class instead and handle the user input/validation. On draw completed, simply perform your validations then add the feature to the FeatureLayer. Ie myFeatureLayer.Graphics.Add(newlyAddedGraphic), and the feature will automatically get pushed back to the server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 18:03:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-way-to-get-a-reference-to-all-unsaved/m-p/565392#M14561</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2011-01-07T18:03:41Z</dc:date>
    </item>
  </channel>
</rss>

