Index: Core/Common/src/Core.Common.Controls.Swf/Core.Common.Controls.Swf.csproj
===================================================================
diff -u -rd074ae083b5fff2532fd5d0bbf63df83365ee7db -rc34a894787b4281dd3770eacd67436c55575d006
--- Core/Common/src/Core.Common.Controls.Swf/Core.Common.Controls.Swf.csproj (.../Core.Common.Controls.Swf.csproj) (revision d074ae083b5fff2532fd5d0bbf63df83365ee7db)
+++ Core/Common/src/Core.Common.Controls.Swf/Core.Common.Controls.Swf.csproj (.../Core.Common.Controls.Swf.csproj) (revision c34a894787b4281dd3770eacd67436c55575d006)
@@ -262,6 +262,7 @@
+
Index: Core/Common/src/Core.Common.Controls.Swf/Table/TableView.cs
===================================================================
diff -u -rd074ae083b5fff2532fd5d0bbf63df83365ee7db -rc34a894787b4281dd3770eacd67436c55575d006
--- Core/Common/src/Core.Common.Controls.Swf/Table/TableView.cs (.../TableView.cs) (revision d074ae083b5fff2532fd5d0bbf63df83365ee7db)
+++ Core/Common/src/Core.Common.Controls.Swf/Table/TableView.cs (.../TableView.cs) (revision c34a894787b4281dd3770eacd67436c55575d006)
@@ -1224,7 +1224,7 @@
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
- public ITableViewPasteController PasteController { get; set; }
+ public TableViewPasteController PasteController { get; set; }
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
@@ -1313,7 +1313,7 @@
///
/// ?Does not validate before commit to data source?
[Browsable(false)]
- public Func RowValidator { get; set; }
+ public Func RowValidator { get; set; }
///
/// Gets or sets the cell value editor validator. The validator should return true on valid values
Index: Core/Common/src/Core.Common.Controls.Swf/Table/TableViewPasteBehaviourOptions.cs
===================================================================
diff -u
--- Core/Common/src/Core.Common.Controls.Swf/Table/TableViewPasteBehaviourOptions.cs (revision 0)
+++ Core/Common/src/Core.Common.Controls.Swf/Table/TableViewPasteBehaviourOptions.cs (revision c34a894787b4281dd3770eacd67436c55575d006)
@@ -0,0 +1,8 @@
+namespace Core.Common.Controls
+{
+ public enum TableViewPasteBehaviourOptions
+ {
+ SkipCellWhenValueIsInvalid,
+ SkipRowWhenValueIsInvalid
+ }
+}
\ No newline at end of file
Index: Core/Common/src/Core.Common.Controls.Swf/Table/TableViewPasteController.cs
===================================================================
diff -u -r622c20f6fc0b693b67a3e57b2ece939823002c62 -rc34a894787b4281dd3770eacd67436c55575d006
--- Core/Common/src/Core.Common.Controls.Swf/Table/TableViewPasteController.cs (.../TableViewPasteController.cs) (revision 622c20f6fc0b693b67a3e57b2ece939823002c62)
+++ Core/Common/src/Core.Common.Controls.Swf/Table/TableViewPasteController.cs (.../TableViewPasteController.cs) (revision c34a894787b4281dd3770eacd67436c55575d006)
@@ -11,7 +11,7 @@
///
/// Class add copy paste functionality to a tableview. Based on ITableView
///
- public class TableViewPasteController : ITableViewPasteController
+ public class TableViewPasteController
{
public event EventHandler> PasteFailed;
Index: Core/Common/src/Core.Common.Controls.Swf/Table/Validation/RowValidationResult.cs
===================================================================
diff -u -ra950714ad9510756331d862aa35695fa0b2ed03b -rc34a894787b4281dd3770eacd67436c55575d006
--- Core/Common/src/Core.Common.Controls.Swf/Table/Validation/RowValidationResult.cs (.../RowValidationResult.cs) (revision a950714ad9510756331d862aa35695fa0b2ed03b)
+++ Core/Common/src/Core.Common.Controls.Swf/Table/Validation/RowValidationResult.cs (.../RowValidationResult.cs) (revision c34a894787b4281dd3770eacd67436c55575d006)
@@ -2,7 +2,7 @@
namespace Core.Common.Controls.Swf.Table.Validation
{
- public class RowValidationResult : IRowValidationResult
+ public class RowValidationResult
{
public RowValidationResult(string errorText) : this(-1, errorText) //-1 = no specific column, row error
{}
Index: Core/Common/src/Core.Common.Controls/Core.Common.Controls.csproj
===================================================================
diff -u -rd074ae083b5fff2532fd5d0bbf63df83365ee7db -rc34a894787b4281dd3770eacd67436c55575d006
--- Core/Common/src/Core.Common.Controls/Core.Common.Controls.csproj (.../Core.Common.Controls.csproj) (revision d074ae083b5fff2532fd5d0bbf63df83365ee7db)
+++ Core/Common/src/Core.Common.Controls/Core.Common.Controls.csproj (.../Core.Common.Controls.csproj) (revision c34a894787b4281dd3770eacd67436c55575d006)
@@ -80,8 +80,6 @@
-
-
@@ -90,7 +88,6 @@
-
Fisheye: Tag c34a894787b4281dd3770eacd67436c55575d006 refers to a dead (removed) revision in file `Core/Common/src/Core.Common.Controls/IRowValidationResult.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag c34a894787b4281dd3770eacd67436c55575d006 refers to a dead (removed) revision in file `Core/Common/src/Core.Common.Controls/ITableViewPasteController.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag c34a894787b4281dd3770eacd67436c55575d006 refers to a dead (removed) revision in file `Core/Common/src/Core.Common.Controls/TableViewPasteBehaviourOptions.cs'.
Fisheye: No comparison available. Pass `N' to diff?