Index: DamClients/DamUI/trunk/src/Dam/Forms/DamSurfaceLineControl.cs
===================================================================
diff -u -r2252 -r2254
--- DamClients/DamUI/trunk/src/Dam/Forms/DamSurfaceLineControl.cs (.../DamSurfaceLineControl.cs) (revision 2252)
+++ DamClients/DamUI/trunk/src/Dam/Forms/DamSurfaceLineControl.cs (.../DamSurfaceLineControl.cs) (revision 2254)
@@ -31,8 +31,16 @@
namespace Deltares.Dam.Forms
{
+ ///
+ /// This is the property control for the surface lines as used in Dam.
+ ///
+ ///
+ ///
public partial class DamSurfaceLineControl : UserControl, IPropertyControl
{
+ ///
+ /// Initializes a new instance of the class.
+ ///
public DamSurfaceLineControl()
{
InitializeComponent();
@@ -54,6 +62,12 @@
}
}
+ ///
+ /// Gets a value indicating whether this instance is visible.
+ ///
+ ///
+ /// true if this instance is visible; otherwise, false.
+ ///
public bool IsVisible
{
get
@@ -62,6 +76,12 @@
}
}
+ ///
+ /// Gets or sets the selected object.
+ ///
+ ///
+ /// The selected object.
+ ///
public object SelectedObject
{
get