Files
linux-packaging-mono/external/binary-reference-assemblies/src/v4.7.2/System.Web.Extensions.Design.cs
Xamarin Public Jenkins (auto-signing) 0510252385 Imported Upstream version 5.20.0.180
Former-commit-id: ff953ca879339fe1e1211f7220f563e1342e66cb
2019-02-04 20:11:37 +00:00

254 lines
18 KiB
C#

// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
[assembly:System.CLSCompliantAttribute(true)]
[assembly:System.Diagnostics.DebuggableAttribute(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly:System.Drawing.BitmapSuffixInSatelliteAssemblyAttribute]
[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
[assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Web.Extensions.Design.dll")]
[assembly:System.Reflection.AssemblyDescriptionAttribute("System.Web.Extensions.Design.dll")]
[assembly:System.Reflection.AssemblyFileVersionAttribute("4.7.3062.0")]
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.7.3062.0")]
[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
[assembly:System.Reflection.AssemblyTitleAttribute("System.Web.Extensions.Design.dll")]
[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)]
[assembly:System.Web.UI.WebResourceAttribute("System.Web.Resources.Design.Background.gif", "image/gif")]
namespace System.Web.UI.Design
{
public partial class AsyncPostBackTriggerControlIDConverter : System.ComponentModel.StringConverter
{
public AsyncPostBackTriggerControlIDConverter() { }
public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
}
public partial class AsyncPostBackTriggerEventNameConverter : System.ComponentModel.StringConverter
{
public AsyncPostBackTriggerEventNameConverter() { }
public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
}
public partial class CollectionEditorBase : System.ComponentModel.Design.CollectionEditor
{
public CollectionEditorBase(System.Type type) : base (default(System.Type)) { }
protected override System.ComponentModel.Design.CollectionEditor.CollectionForm CreateCollectionForm() { throw null; }
}
public partial class ExtenderControlDesigner : System.Web.UI.Design.ControlDesigner
{
public ExtenderControlDesigner() { }
protected override bool Visible { get { throw null; } }
protected override void Dispose(bool disposing) { }
public override string GetDesignTimeHtml() { throw null; }
public override void Initialize(System.ComponentModel.IComponent component) { }
protected override void PreFilterProperties(System.Collections.IDictionary properties) { }
}
[System.SerializableAttribute]
public partial class ExtenderControlToolboxItem : System.Web.UI.Design.WebControlToolboxItem
{
public ExtenderControlToolboxItem() { }
protected ExtenderControlToolboxItem(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
public ExtenderControlToolboxItem(System.Type type) { }
public System.Collections.ObjectModel.ReadOnlyCollection<System.Type> GetTargetControlTypes(System.ComponentModel.Design.IDesignerHost host) { throw null; }
public override void Initialize(System.Type type) { }
}
public partial class PostBackTriggerControlIDConverter : System.ComponentModel.StringConverter
{
public PostBackTriggerControlIDConverter() { }
public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
}
public partial class QueryExtenderDesigner : System.Web.UI.Design.ControlDesigner
{
public QueryExtenderDesigner() { }
public override string GetDesignTimeHtml() { throw null; }
}
public partial class ScriptManagerDesigner : System.Web.UI.Design.ControlDesigner
{
public ScriptManagerDesigner() { }
public static string GetApplicationServices(System.Web.UI.ScriptManager scriptManager, System.Collections.Generic.IEnumerable<System.Web.UI.ScriptManagerProxy> proxies) { throw null; }
public override string GetDesignTimeHtml() { throw null; }
public static string GetProxyScript(System.Web.UI.ScriptManager scriptManager, System.Web.UI.ServiceReference serviceReference) { throw null; }
public static string GetProxyUrl(System.Web.UI.ScriptManager scriptManager, System.Web.UI.ServiceReference serviceReference) { throw null; }
public static string GetScriptFromWebResource(System.Reflection.Assembly assembly, string resourceName, System.Globalization.CultureInfo culture) { throw null; }
public static System.Collections.ObjectModel.ReadOnlyCollection<System.Web.UI.ScriptReference> GetScriptReferences(System.Web.UI.ScriptManager scriptManager, System.Collections.Generic.IEnumerable<System.Web.UI.ScriptManagerProxy> proxies) { throw null; }
public static System.Collections.ObjectModel.ReadOnlyCollection<System.Web.UI.ServiceReference> GetServiceReferences(System.Web.UI.ScriptManager scriptManager, System.Collections.Generic.IEnumerable<System.Web.UI.ScriptManagerProxy> proxies) { throw null; }
public override void Initialize(System.ComponentModel.IComponent component) { }
}
public partial class ScriptManagerProxyDesigner : System.Web.UI.Design.ControlDesigner
{
public ScriptManagerProxyDesigner() { }
public override string GetDesignTimeHtml() { throw null; }
public override void Initialize(System.ComponentModel.IComponent component) { }
}
public partial class ServiceReferenceCollectionEditor : System.Web.UI.Design.CollectionEditorBase
{
public ServiceReferenceCollectionEditor(System.Type type) : base (default(System.Type)) { }
protected override bool CanSelectMultipleInstances() { throw null; }
protected override System.Type[] CreateNewItemTypes() { throw null; }
}
public partial class TimerDesigner : System.Web.UI.Design.ControlDesigner
{
public TimerDesigner() { }
public override string GetDesignTimeHtml() { throw null; }
}
public partial class UpdatePanelDesigner : System.Web.UI.Design.ControlDesigner
{
public UpdatePanelDesigner() { }
protected override bool UsePreviewControl { get { throw null; } }
public override string GetDesignTimeHtml(System.Web.UI.Design.DesignerRegionCollection regions) { throw null; }
public override string GetEditableDesignerRegionContent(System.Web.UI.Design.EditableDesignerRegion region) { throw null; }
public override void Initialize(System.ComponentModel.IComponent component) { }
public override void OnComponentChanged(object sender, System.ComponentModel.Design.ComponentChangedEventArgs ce) { }
public override void SetEditableDesignerRegionContent(System.Web.UI.Design.EditableDesignerRegion region, string content) { }
}
public partial class UpdatePanelTriggerCollectionEditor : System.Web.UI.Design.CollectionEditorBase
{
public UpdatePanelTriggerCollectionEditor(System.Type type) : base (default(System.Type)) { }
protected override bool CanSelectMultipleInstances() { throw null; }
protected override System.Type CreateCollectionItemType() { throw null; }
protected override System.Type[] CreateNewItemTypes() { throw null; }
public override object EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) { throw null; }
}
public partial class UpdateProgressAssociatedUpdatePanelIDConverter : System.ComponentModel.StringConverter
{
public UpdateProgressAssociatedUpdatePanelIDConverter() { }
public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
}
public partial class UpdateProgressDesigner : System.Web.UI.Design.ControlDesigner
{
public UpdateProgressDesigner() { }
protected override bool UsePreviewControl { get { throw null; } }
public override string GetDesignTimeHtml(System.Web.UI.Design.DesignerRegionCollection regions) { throw null; }
public override string GetEditableDesignerRegionContent(System.Web.UI.Design.EditableDesignerRegion region) { throw null; }
public override void SetEditableDesignerRegionContent(System.Web.UI.Design.EditableDesignerRegion region, string content) { }
}
}
namespace System.Web.UI.Design.WebControls
{
public partial class DataPagerDesigner : System.Web.UI.Design.ControlDesigner
{
public DataPagerDesigner() { }
public override System.ComponentModel.Design.DesignerActionListCollection ActionLists { get { throw null; } }
public string PagedControlID { get { throw null; } set { } }
public override System.Web.UI.Design.TemplateGroupCollection TemplateGroups { get { throw null; } }
protected override bool UsePreviewControl { get { throw null; } }
public override string GetDesignTimeHtml() { throw null; }
protected override string GetEmptyDesignTimeHtml() { throw null; }
public override void Initialize(System.ComponentModel.IComponent component) { }
protected override void PreFilterProperties(System.Collections.IDictionary properties) { }
}
[System.Security.SecurityCriticalAttribute]
public partial class DataPagerFieldTypeEditor : System.Drawing.Design.UITypeEditor
{
public DataPagerFieldTypeEditor() { }
public override object EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) { throw null; }
public override System.Drawing.Design.UITypeEditorEditStyle GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
}
public partial class LinqDataSourceDesigner : System.Web.UI.Design.DataSourceDesigner
{
public LinqDataSourceDesigner() { }
public override System.ComponentModel.Design.DesignerActionListCollection ActionLists { get { throw null; } }
public override bool CanConfigure { get { throw null; } }
public override bool CanRefreshSchema { get { throw null; } }
[System.ComponentModel.CategoryAttribute("Data")]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.MergablePropertyAttribute(false)]
[System.ComponentModel.TypeConverterAttribute("System.Web.UI.Design.WebControls.LinqDataSourceContextTypeConverter")]
public string ContextTypeName { get { throw null; } set { } }
[System.ComponentModel.CategoryAttribute("Data")]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.MergablePropertyAttribute(false)]
[System.ComponentModel.TypeConverterAttribute("System.Web.UI.Design.WebControls.LinqDataSourceInsertUpdateDeleteStatementConverter")]
public string Delete { get { throw null; } set { } }
public bool EnableDelete { get { throw null; } set { } }
public bool EnableInsert { get { throw null; } set { } }
public bool EnableUpdate { get { throw null; } set { } }
[System.ComponentModel.CategoryAttribute("Data")]
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.MergablePropertyAttribute(false)]
public string GroupBy { get { throw null; } set { } }
[System.ComponentModel.CategoryAttribute("Data")]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.MergablePropertyAttribute(false)]
[System.ComponentModel.TypeConverterAttribute("System.Web.UI.Design.WebControls.LinqDataSourceInsertUpdateDeleteStatementConverter")]
public string Insert { get { throw null; } set { } }
[System.ComponentModel.CategoryAttribute("Data")]
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.MergablePropertyAttribute(false)]
public string OrderBy { get { throw null; } set { } }
[System.ComponentModel.CategoryAttribute("Data")]
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.MergablePropertyAttribute(false)]
public string OrderGroupsBy { get { throw null; } set { } }
[System.ComponentModel.CategoryAttribute("Data")]
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.MergablePropertyAttribute(false)]
public string Select { get { throw null; } set { } }
public System.IServiceProvider ServiceProvider { get { throw null; } }
[System.ComponentModel.CategoryAttribute("Data")]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.MergablePropertyAttribute(false)]
[System.ComponentModel.TypeConverterAttribute("System.Web.UI.Design.WebControls.LinqDataSourceTableConverter")]
public string TableName { get { throw null; } set { } }
[System.ComponentModel.CategoryAttribute("Data")]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.MergablePropertyAttribute(false)]
[System.ComponentModel.TypeConverterAttribute("System.Web.UI.Design.WebControls.LinqDataSourceInsertUpdateDeleteStatementConverter")]
public string Update { get { throw null; } set { } }
[System.ComponentModel.CategoryAttribute("Data")]
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.MergablePropertyAttribute(false)]
public string Where { get { throw null; } set { } }
public override void Configure() { }
public override System.Web.UI.Design.DesignerDataSourceView GetView(string viewName) { throw null; }
public override string[] GetViewNames() { throw null; }
public override void Initialize(System.ComponentModel.IComponent component) { }
protected override void PreFilterProperties(System.Collections.IDictionary properties) { }
public override void RefreshSchema(bool preferSilent) { }
}
public partial class LinqDesignerDataSourceView : System.Web.UI.Design.DesignerDataSourceView
{
public LinqDesignerDataSourceView(System.Web.UI.Design.WebControls.LinqDataSourceDesigner owner) : base (default(System.Web.UI.Design.IDataSourceDesigner), default(string)) { }
public override bool CanDelete { get { throw null; } }
public override bool CanInsert { get { throw null; } }
public override bool CanPage { get { throw null; } }
public override bool CanSort { get { throw null; } }
public override bool CanUpdate { get { throw null; } }
public bool IsDataContext { get { throw null; } }
public bool IsTableTypeTable { get { throw null; } }
public override System.Web.UI.Design.IDataSourceViewSchema Schema { get { throw null; } }
public override System.Collections.IEnumerable GetDesignTimeData(int minimumRows, out bool isSampleData) { throw null; }
}
public partial class ListViewDesigner : System.Web.UI.Design.WebControls.DataBoundControlDesigner
{
public ListViewDesigner() { }
public override System.ComponentModel.Design.DesignerActionListCollection ActionLists { get { throw null; } }
protected override int SampleRowCount { get { throw null; } }
protected override bool UsePreviewControl { get { throw null; } }
public override string GetDesignTimeHtml() { throw null; }
public override string GetDesignTimeHtml(System.Web.UI.Design.DesignerRegionCollection regions) { throw null; }
public override string GetEditableDesignerRegionContent(System.Web.UI.Design.EditableDesignerRegion region) { throw null; }
protected override string GetEmptyDesignTimeHtml() { throw null; }
public override void Initialize(System.ComponentModel.IComponent component) { }
public override void OnComponentChanged(object sender, System.ComponentModel.Design.ComponentChangedEventArgs ce) { }
protected override void OnSchemaRefreshed() { }
public override void SetEditableDesignerRegionContent(System.Web.UI.Design.EditableDesignerRegion region, string content) { }
}
}