targetNetwork -> targetFramework
[mono.git] / mcs / class / System.Web / System.Web.Configuration_2.0 / WebPartsSection.cs
index 9949137229d91886587c944de3f915cef2ed1c1f..32ac5cb52f7a21a2c1b914aa5aff5bffdd47bbc3 100644 (file)
@@ -45,8 +45,12 @@ namespace System.Web.Configuration {
                static WebPartsSection ()
                {
                        enableExportProp = new ConfigurationProperty ("enableExport", typeof (bool), false);
-                       personalizationProp = new ConfigurationProperty ("personalization", typeof (WebPartsPersonalization));
-                       transformersProp = new ConfigurationProperty ("transformers", typeof (TransformerInfoCollection));
+                       personalizationProp = new ConfigurationProperty ("personalization", typeof (WebPartsPersonalization), null,
+                                                                        null, PropertyHelper.DefaultValidator,
+                                                                        ConfigurationPropertyOptions.None);
+                       transformersProp = new ConfigurationProperty ("transformers", typeof (TransformerInfoCollection), null,
+                                                                     null, PropertyHelper.DefaultValidator,
+                                                                     ConfigurationPropertyOptions.None);
                        properties = new ConfigurationPropertyCollection ();
 
                        properties.Add (enableExportProp);
@@ -54,7 +58,7 @@ namespace System.Web.Configuration {
                        properties.Add (transformersProp);
                }
 
-               [MonoTODO]
+               [MonoTODO ("why override this?")]
                protected override object GetRuntimeObject ()
                {
                        return this;