Xamarin Public Jenkins (auto-signing) 64ac736ec5 Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
2019-04-12 14:10:50 +00:00

687 lines
49 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.Reflection.AssemblyCompanyAttribute("Mono development team")]
[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
[assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Web.DynamicData.dll")]
[assembly:System.Reflection.AssemblyDescriptionAttribute("System.Web.DynamicData.dll")]
[assembly:System.Reflection.AssemblyFileVersionAttribute("4.6.57.0")]
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.6.57.0")]
[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
[assembly:System.Reflection.AssemblyTitleAttribute("System.Web.DynamicData.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.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
[assembly:System.Runtime.InteropServices.ComCompatibleVersionAttribute(1, 0, 3300, 0)]
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
namespace System
{
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
{
public MonoDocumentationNoteAttribute(string comment) { }
}
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
{
public MonoExtensionAttribute(string comment) { }
}
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
{
public MonoInternalNoteAttribute(string comment) { }
}
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
{
public MonoLimitationAttribute(string comment) { }
}
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
{
public MonoNotSupportedAttribute(string comment) { }
}
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoTODOAttribute : System.Attribute
{
public MonoTODOAttribute() { }
public MonoTODOAttribute(string comment) { }
public string Comment { get { throw null; } }
}
}
namespace System.Web.DynamicData
{
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public partial class ContextConfiguration
{
public ContextConfiguration() { }
public System.Func<System.Type, System.ComponentModel.TypeDescriptionProvider> MetadataProviderFactory { get { throw null; } set { } }
public bool ScaffoldAllTables { get { throw null; } set { } }
}
[System.Drawing.ToolboxBitmapAttribute(typeof(System.Web.DynamicData.DynamicControl), "DynamicControl.ico")]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public partial class DynamicControl : System.Web.UI.Control, System.Web.DynamicData.IFieldFormattingOptions, System.Web.DynamicData.IFieldTemplateHost, System.Web.UI.IAttributeAccessor
{
public DynamicControl() { }
public DynamicControl(System.Web.UI.WebControls.DataBoundControlMode mode) { }
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.DefaultValueAttribute(false)]
public bool ApplyFormatInEditMode { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Web.DynamicData.MetaColumn Column { get { throw null; } set { } }
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.DefaultValueAttribute(false)]
public bool ConvertEmptyStringToNull { get { throw null; } set { } }
[System.ComponentModel.CategoryAttribute("Appearance")]
[System.ComponentModel.DefaultValueAttribute("")]
[System.MonoTODOAttribute]
[System.Web.UI.CssClassPropertyAttribute]
public virtual string CssClass { get { throw null; } set { } }
[System.ComponentModel.CategoryAttribute("Data")]
[System.ComponentModel.DefaultValueAttribute("")]
public string DataField { get { throw null; } set { } }
[System.ComponentModel.CategoryAttribute("Data")]
[System.ComponentModel.DefaultValueAttribute("")]
public string DataFormatString { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.MonoTODOAttribute]
public System.Web.UI.Control FieldTemplate { get { throw null; } }
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.DefaultValueAttribute(true)]
public bool HtmlEncode { get { throw null; } set { } }
[System.MonoTODOAttribute]
public System.Web.UI.WebControls.DataBoundControlMode Mode { get { throw null; } set { } }
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.DefaultValueAttribute("")]
public string NullDisplayText { get { throw null; } set { } }
System.Web.DynamicData.IFieldFormattingOptions System.Web.DynamicData.IFieldTemplateHost.FormattingOptions { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual System.Web.DynamicData.MetaTable Table { get { throw null; } }
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.DefaultValueAttribute("")]
public virtual string UIHint { get { throw null; } set { } }
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.DefaultValueAttribute("")]
[System.Web.UI.ThemeableAttribute(false)]
public virtual string ValidationGroup { get { throw null; } set { } }
public string GetAttribute(string key) { throw null; }
protected override void OnInit(System.EventArgs e) { }
protected override void Render(System.Web.UI.HtmlTextWriter writer) { }
public void SetAttribute(string key, string value) { }
}
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public partial class DynamicControlParameter : System.Web.UI.WebControls.Parameter, System.Web.DynamicData.IWhereParametersProvider
{
[System.MonoTODOAttribute]
public DynamicControlParameter() { }
[System.MonoTODOAttribute]
public DynamicControlParameter(string controlId) { }
[System.MonoTODOAttribute]
public string ControlId { get { throw null; } set { } }
[System.MonoTODOAttribute]
protected override object Evaluate(System.Web.HttpContext context, System.Web.UI.Control control) { throw null; }
[System.MonoTODOAttribute]
public virtual System.Collections.Generic.IEnumerable<System.Web.UI.WebControls.Parameter> GetWhereParameters(System.Web.DynamicData.IDynamicDataSource dataSource) { throw null; }
}
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public static partial class DynamicDataExtensions
{
public static object ConvertEditedValue(this System.Web.DynamicData.IFieldFormattingOptions formattingOptions, string value) { throw null; }
[System.MonoTODOAttribute]
public static void EnablePersistedSelection(this System.Web.UI.WebControls.BaseDataBoundControl dataBoundControl) { }
[System.MonoTODOAttribute]
public static void ExpandDynamicWhereParameters(this System.Web.DynamicData.IDynamicDataSource dataSource) { }
[System.MonoTODOAttribute]
public static System.Web.DynamicData.IDynamicDataSource FindDataSourceControl(this System.Web.UI.Control current) { throw null; }
[System.MonoTODOAttribute]
public static System.Web.UI.Control FindFieldTemplate(this System.Web.UI.Control control, string columnName) { throw null; }
public static System.Web.DynamicData.MetaTable FindMetaTable(this System.Web.UI.Control current) { throw null; }
[System.MonoTODOAttribute]
public static string FormatEditValue(this System.Web.DynamicData.IFieldFormattingOptions formattingOptions, object fieldValue) { throw null; }
[System.MonoTODOAttribute]
public static string FormatValue(this System.Web.DynamicData.IFieldFormattingOptions formattingOptions, object fieldValue) { throw null; }
public static System.Web.DynamicData.MetaTable GetTable(this System.Web.DynamicData.IDynamicDataSource dataSource) { throw null; }
[System.MonoTODOAttribute]
public static void LoadWithForeignKeys(this System.Web.UI.WebControls.LinqDataSource dataSource, System.Type rowType) { }
}
[System.Drawing.ToolboxBitmapAttribute(typeof(System.Web.DynamicData.DynamicDataManager), "DynamicDataManager.ico")]
[System.Web.UI.NonVisualControlAttribute]
[System.Web.UI.ParseChildrenAttribute(true)]
[System.Web.UI.PersistChildrenAttribute(false)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public partial class DynamicDataManager : System.Web.UI.Control
{
public DynamicDataManager() { }
public bool AutoLoadForeignKeys { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public override bool Visible { get { throw null; } set { } }
protected override void OnLoad(System.EventArgs e) { }
public void RegisterControl(System.Web.UI.Control control) { }
public void RegisterControl(System.Web.UI.Control control, bool setSelectionFromUrl) { }
}
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public partial class DynamicDataRoute : System.Web.Routing.Route
{
public DynamicDataRoute(string url) : base (default(string), default(System.Web.Routing.IRouteHandler)) { }
public string Action { get { throw null; } set { } }
public System.Web.DynamicData.MetaModel Model { get { throw null; } set { } }
public new System.Web.DynamicData.DynamicDataRouteHandler RouteHandler { get { throw null; } set { } }
public string Table { get { throw null; } set { } }
public string ViewName { get { throw null; } set { } }
public string GetActionFromRouteData(System.Web.Routing.RouteData routeData) { throw null; }
public override System.Web.Routing.RouteData GetRouteData(System.Web.HttpContextBase httpContext) { throw null; }
public System.Web.DynamicData.MetaTable GetTableFromRouteData(System.Web.Routing.RouteData routeData) { throw null; }
public override System.Web.Routing.VirtualPathData GetVirtualPath(System.Web.Routing.RequestContext requestContext, System.Web.Routing.RouteValueDictionary values) { throw null; }
}
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public partial class DynamicDataRouteHandler : System.Web.Routing.IRouteHandler
{
public DynamicDataRouteHandler() { }
public System.Web.DynamicData.MetaModel Model { get { throw null; } }
[System.MonoTODOAttribute("Needs a working test")]
public virtual System.Web.IHttpHandler CreateHandler(System.Web.DynamicData.DynamicDataRoute route, System.Web.DynamicData.MetaTable table, string action) { throw null; }
protected virtual string GetCustomPageVirtualPath(System.Web.DynamicData.MetaTable table, string viewName) { throw null; }
public static System.Web.Routing.RequestContext GetRequestContext(System.Web.HttpContext httpContext) { throw null; }
public static System.Web.DynamicData.MetaTable GetRequestMetaTable(System.Web.HttpContext httpContext) { throw null; }
protected virtual string GetScaffoldPageVirtualPath(System.Web.DynamicData.MetaTable table, string viewName) { throw null; }
public static void SetRequestMetaTable(System.Web.HttpContext httpContext, System.Web.DynamicData.MetaTable table) { }
System.Web.IHttpHandler System.Web.Routing.IRouteHandler.GetHttpHandler(System.Web.Routing.RequestContext requestContext) { throw null; }
}
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public partial class DynamicField : System.Web.UI.WebControls.DataControlField, System.Web.DynamicData.IFieldFormattingOptions, System.Web.UI.IAttributeAccessor
{
public DynamicField() { }
public bool ApplyFormatInEditMode { get { throw null; } set { } }
public bool ConvertEmptyStringToNull { get { throw null; } set { } }
public virtual string DataField { get { throw null; } set { } }
public string DataFormatString { get { throw null; } set { } }
public override string HeaderText { get { throw null; } set { } }
public bool HtmlEncode { get { throw null; } set { } }
public string NullDisplayText { get { throw null; } set { } }
public override string SortExpression { get { throw null; } set { } }
public virtual string UIHint { get { throw null; } set { } }
[System.MonoTODOAttribute]
protected override void CopyProperties(System.Web.UI.WebControls.DataControlField newField) { }
[System.MonoTODOAttribute]
protected override System.Web.UI.WebControls.DataControlField CreateField() { throw null; }
[System.MonoTODOAttribute]
public override void ExtractValuesFromCell(System.Collections.Specialized.IOrderedDictionary dictionary, System.Web.UI.WebControls.DataControlFieldCell cell, System.Web.UI.WebControls.DataControlRowState rowState, bool includeReadOnly) { }
public string GetAttribute(string key) { throw null; }
public override void InitializeCell(System.Web.UI.WebControls.DataControlFieldCell cell, System.Web.UI.WebControls.DataControlCellType cellType, System.Web.UI.WebControls.DataControlRowState rowState, int rowIndex) { }
public void SetAttribute(string key, string value) { }
}
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public partial class DynamicQueryStringParameter : System.Web.UI.WebControls.Parameter, System.Web.DynamicData.IWhereParametersProvider
{
public DynamicQueryStringParameter() { }
[System.MonoTODOAttribute]
protected override object Evaluate(System.Web.HttpContext context, System.Web.UI.Control control) { throw null; }
[System.MonoTODOAttribute]
public virtual System.Collections.Generic.IEnumerable<System.Web.UI.WebControls.Parameter> GetWhereParameters(System.Web.DynamicData.IDynamicDataSource dataSource) { throw null; }
}
[System.Drawing.ToolboxBitmapAttribute(typeof(System.Web.DynamicData.DynamicValidator), "DynamicValidator.ico")]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public partial class DynamicValidator : System.Web.UI.WebControls.BaseValidator
{
public DynamicValidator() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.Web.UI.ThemeableAttribute(false)]
public System.Web.DynamicData.MetaColumn Column { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.Web.UI.ThemeableAttribute(false)]
public string ColumnName { get { throw null; } }
protected virtual System.Exception ValidationException { get { throw null; } set { } }
protected override bool ControlPropertiesValid() { throw null; }
[System.MonoTODOAttribute]
protected override bool EvaluateIsValid() { throw null; }
protected override void OnInit(System.EventArgs e) { }
[System.MonoTODOAttribute]
protected virtual void ValidateException(System.Exception exception) { }
}
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public partial class FieldTemplateFactory : System.Web.DynamicData.IFieldTemplateFactory
{
public FieldTemplateFactory() { }
public System.Web.DynamicData.MetaModel Model { get { throw null; } }
public string TemplateFolderVirtualPath { get { throw null; } set { } }
public virtual string BuildVirtualPath(string templateName, System.Web.DynamicData.MetaColumn column, System.Web.UI.WebControls.DataBoundControlMode mode) { throw null; }
public virtual System.Web.DynamicData.IFieldTemplate CreateFieldTemplate(System.Web.DynamicData.MetaColumn column, System.Web.UI.WebControls.DataBoundControlMode mode, string uiHint) { throw null; }
public virtual string GetFieldTemplateVirtualPath(System.Web.DynamicData.MetaColumn column, System.Web.UI.WebControls.DataBoundControlMode mode, string uiHint) { throw null; }
public virtual void Initialize(System.Web.DynamicData.MetaModel model) { }
public virtual System.Web.UI.WebControls.DataBoundControlMode PreprocessMode(System.Web.DynamicData.MetaColumn column, System.Web.UI.WebControls.DataBoundControlMode mode) { throw null; }
}
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public partial class FieldTemplateUserControl : System.Web.UI.UserControl, System.Web.DynamicData.IFieldTemplate, System.Web.UI.IBindableControl
{
public FieldTemplateUserControl() { }
public System.Web.DynamicData.MetaChildrenColumn ChildrenColumn { get { throw null; } }
[System.MonoTODOAttribute]
protected string ChildrenPath { get { throw null; } }
public System.Web.DynamicData.MetaColumn Column { get { throw null; } }
[System.MonoTODOAttribute]
public virtual System.Web.UI.Control DataControl { get { throw null; } }
[System.MonoTODOAttribute]
public virtual object FieldValue { get { throw null; } set { } }
[System.MonoTODOAttribute]
public virtual string FieldValueEditString { get { throw null; } }
[System.MonoTODOAttribute]
public virtual string FieldValueString { get { throw null; } }
[System.MonoTODOAttribute]
public System.Web.DynamicData.MetaForeignKeyColumn ForeignKeyColumn { get { throw null; } }
[System.MonoTODOAttribute]
protected string ForeignKeyPath { get { throw null; } }
[System.MonoTODOAttribute]
public System.Web.DynamicData.IFieldFormattingOptions FormattingOptions { get { throw null; } }
public System.Web.DynamicData.IFieldTemplateHost Host { get { throw null; } }
[System.MonoTODOAttribute]
public System.ComponentModel.AttributeCollection MetadataAttributes { get { throw null; } }
[System.MonoTODOAttribute]
public System.Web.UI.WebControls.DataBoundControlMode Mode { get { throw null; } }
[System.MonoTODOAttribute]
public virtual object Row { get { throw null; } }
[System.MonoTODOAttribute]
public System.Web.DynamicData.MetaTable Table { get { throw null; } }
[System.MonoTODOAttribute]
protected string BuildChildrenPath(string path) { throw null; }
[System.MonoTODOAttribute]
protected string BuildForeignKeyPath(string path) { throw null; }
[System.MonoTODOAttribute]
protected virtual object ConvertEditedValue(string value) { throw null; }
[System.MonoTODOAttribute]
protected virtual void ExtractForeignKey(System.Collections.IDictionary dictionary, string selectedValue) { }
[System.MonoTODOAttribute]
protected virtual void ExtractValues(System.Collections.Specialized.IOrderedDictionary dictionary) { }
[System.MonoTODOAttribute]
protected System.Web.DynamicData.FieldTemplateUserControl FindOtherFieldTemplate(string columnName) { throw null; }
[System.MonoTODOAttribute]
public virtual string FormatFieldValue(object fieldValue) { throw null; }
[System.MonoTODOAttribute]
protected virtual object GetColumnValue(System.Web.DynamicData.MetaColumn column) { throw null; }
[System.MonoTODOAttribute]
protected void IgnoreModelValidationAttribute(System.Type attributeType) { }
[System.MonoTODOAttribute]
protected void PopulateListControl(System.Web.UI.WebControls.ListControl listControl) { }
[System.MonoTODOAttribute]
protected virtual void SetUpValidator(System.Web.UI.WebControls.BaseValidator validator) { }
[System.MonoTODOAttribute]
protected virtual void SetUpValidator(System.Web.UI.WebControls.BaseValidator validator, System.Web.DynamicData.MetaColumn column) { }
void System.Web.DynamicData.IFieldTemplate.SetHost(System.Web.DynamicData.IFieldTemplateHost host) { }
[System.MonoTODOAttribute]
void System.Web.UI.IBindableControl.ExtractValues(System.Collections.Specialized.IOrderedDictionary dictionary) { }
}
[System.Web.UI.ParseChildrenAttribute(true)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public partial class FilterRepeater : System.Web.UI.WebControls.Repeater, System.Web.DynamicData.IWhereParametersProvider
{
public FilterRepeater() { }
[System.ComponentModel.CategoryAttribute("Data")]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.MonoTODOAttribute]
[System.Web.UI.ThemeableAttribute(false)]
public string ContextTypeName { get { throw null; } set { } }
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.DefaultValueAttribute("DynamicFilter")]
[System.MonoTODOAttribute]
[System.Web.UI.IDReferencePropertyAttribute(typeof(System.Web.DynamicData.FilterUserControlBase))]
[System.Web.UI.ThemeableAttribute(false)]
public string DynamicFilterContainerId { get { throw null; } set { } }
[System.MonoTODOAttribute]
public System.Web.DynamicData.MetaTable Table { get { throw null; } }
[System.ComponentModel.CategoryAttribute("Data")]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.MonoTODOAttribute]
[System.Web.UI.ThemeableAttribute(false)]
public string TableName { get { throw null; } set { } }
[System.MonoTODOAttribute]
public override bool Visible { get { throw null; } set { } }
[System.MonoTODOAttribute]
public override void DataBind() { }
[System.MonoTODOAttribute]
protected internal virtual System.Collections.Generic.IEnumerable<System.Web.DynamicData.MetaColumn> GetFilteredColumns() { throw null; }
[System.MonoTODOAttribute]
public virtual System.Collections.Generic.IEnumerable<System.Web.UI.WebControls.Parameter> GetWhereParameters(System.Web.DynamicData.IDynamicDataSource dataSource) { throw null; }
[System.MonoTODOAttribute]
protected virtual void OnFilterItemCreated(System.Web.UI.WebControls.RepeaterItem item) { }
[System.MonoTODOAttribute]
protected override void OnInit(System.EventArgs e) { }
[System.MonoTODOAttribute]
protected override void OnItemCreated(System.Web.UI.WebControls.RepeaterItemEventArgs e) { }
}
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public partial class FilterUserControlBase : System.Web.UI.UserControl, System.Web.DynamicData.IControlParameterTarget
{
public FilterUserControlBase() { }
[System.MonoTODOAttribute]
public System.Web.DynamicData.MetaColumn Column { get { throw null; } }
[System.MonoTODOAttribute]
public string ContextTypeName { get { throw null; } set { } }
[System.MonoTODOAttribute]
public string DataField { get { throw null; } set { } }
[System.MonoTODOAttribute]
public string InitialValue { get { throw null; } }
[System.MonoTODOAttribute]
public virtual System.Web.UI.WebControls.DataKey SelectedDataKey { get { throw null; } }
[System.MonoTODOAttribute]
public virtual string SelectedValue { get { throw null; } }
[System.MonoTODOAttribute]
System.Web.DynamicData.MetaColumn System.Web.DynamicData.IControlParameterTarget.FilteredColumn { get { throw null; } }
[System.MonoTODOAttribute]
System.Web.DynamicData.MetaTable System.Web.DynamicData.IControlParameterTarget.Table { get { throw null; } }
[System.MonoTODOAttribute]
public string TableName { get { throw null; } set { } }
[System.MonoTODOAttribute]
public void PopulateListControl(System.Web.UI.WebControls.ListControl listControl) { }
[System.MonoTODOAttribute]
string System.Web.DynamicData.IControlParameterTarget.GetPropertyNameExpression(string columnName) { throw null; }
}
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public partial interface IControlParameterTarget
{
System.Web.DynamicData.MetaColumn FilteredColumn { get; }
System.Web.DynamicData.MetaTable Table { get; }
string GetPropertyNameExpression(string columnName);
}
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public partial interface IFieldFormattingOptions
{
bool ApplyFormatInEditMode { get; }
bool ConvertEmptyStringToNull { get; }
string DataFormatString { get; }
bool HtmlEncode { get; }
string NullDisplayText { get; }
}
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public partial interface IFieldTemplate
{
void SetHost(System.Web.DynamicData.IFieldTemplateHost host);
}
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public partial interface IFieldTemplateFactory
{
System.Web.DynamicData.IFieldTemplate CreateFieldTemplate(System.Web.DynamicData.MetaColumn column, System.Web.UI.WebControls.DataBoundControlMode mode, string uiHint);
void Initialize(System.Web.DynamicData.MetaModel model);
}
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public partial interface IFieldTemplateHost
{
System.Web.DynamicData.MetaColumn Column { get; }
System.Web.DynamicData.IFieldFormattingOptions FormattingOptions { get; }
System.Web.UI.WebControls.DataBoundControlMode Mode { get; }
string ValidationGroup { get; }
}
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public partial interface IWhereParametersProvider
{
System.Collections.Generic.IEnumerable<System.Web.UI.WebControls.Parameter> GetWhereParameters(System.Web.DynamicData.IDynamicDataSource dataSource);
}
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public partial class MetaChildrenColumn : System.Web.DynamicData.MetaColumn
{
internal MetaChildrenColumn() { }
[System.MonoTODOAttribute]
public System.Web.DynamicData.MetaTable ChildTable { get { throw null; } }
[System.MonoTODOAttribute]
public System.Web.DynamicData.MetaColumn ColumnInOtherTable { get { throw null; } }
[System.MonoTODOAttribute]
public string GetChildrenListPath(object row) { throw null; }
[System.MonoTODOAttribute]
public string GetChildrenPath(string action, object row) { throw null; }
[System.MonoTODOAttribute]
public string GetChildrenPath(string action, object row, string path) { throw null; }
}
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public partial class MetaColumn : System.Web.DynamicData.IFieldFormattingOptions
{
internal MetaColumn() { }
public bool ApplyFormatInEditMode { get { throw null; } }
public System.ComponentModel.AttributeCollection Attributes { get { throw null; } }
public System.Type ColumnType { get { throw null; } }
public bool ConvertEmptyStringToNull { get { throw null; } }
public string DataFormatString { get { throw null; } }
public System.ComponentModel.DataAnnotations.DataTypeAttribute DataTypeAttribute { get { throw null; } }
public object DefaultValue { get { throw null; } }
public string Description { get { throw null; } }
public string DisplayName { get { throw null; } }
public System.Reflection.PropertyInfo EntityTypeProperty { get { throw null; } }
public bool HtmlEncode { get { throw null; } }
public bool IsBinaryData { get { throw null; } }
public bool IsCustomProperty { get { throw null; } }
public bool IsFloatingPoint { get { throw null; } }
public bool IsForeignKeyComponent { get { throw null; } }
public bool IsGenerated { get { throw null; } }
public bool IsInteger { get { throw null; } }
public bool IsLongString { get { throw null; } }
public bool IsPrimaryKey { get { throw null; } }
public bool IsReadOnly { get { throw null; } }
public bool IsRequired { get { throw null; } }
public bool IsString { get { throw null; } }
public int MaxLength { get { throw null; } }
public System.Web.DynamicData.MetaModel Model { get { throw null; } }
public string Name { get { throw null; } }
public string NullDisplayText { get { throw null; } }
public System.Web.DynamicData.ModelProviders.ColumnProvider Provider { get { throw null; } }
public string RequiredErrorMessage { get { throw null; } }
public bool Scaffold { get { throw null; } set { } }
public string SortExpression { get { throw null; } }
public System.Web.DynamicData.MetaTable Table { get { throw null; } }
public System.TypeCode TypeCode { get { throw null; } }
public string UIHint { get { throw null; } }
public override string ToString() { throw null; }
}
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public partial class MetaForeignKeyColumn : System.Web.DynamicData.MetaColumn
{
internal MetaForeignKeyColumn() { }
[System.MonoTODOAttribute]
public System.Collections.ObjectModel.ReadOnlyCollection<string> ForeignKeyNames { get { throw null; } }
[System.MonoTODOAttribute]
public bool IsPrimaryKeyInThisTable { get { throw null; } }
[System.MonoTODOAttribute]
public System.Web.DynamicData.MetaTable ParentTable { get { throw null; } }
[System.MonoTODOAttribute]
public void ExtractForeignKey(System.Collections.IDictionary dictionary, string value) { }
[System.MonoTODOAttribute]
public string GetForeignKeyDetailsPath(object row) { throw null; }
[System.MonoTODOAttribute]
public string GetForeignKeyPath(string action, object row) { throw null; }
[System.MonoTODOAttribute]
public string GetForeignKeyPath(string action, object row, string path) { throw null; }
[System.MonoTODOAttribute]
public string GetForeignKeyString(object row) { throw null; }
[System.MonoTODOAttribute]
public System.Collections.Generic.IList<object> GetForeignKeyValues(object row) { throw null; }
}
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public partial class MetaModel
{
public MetaModel() { }
public static System.Web.DynamicData.MetaModel Default { get { throw null; } }
public string DynamicDataFolderVirtualPath { get { throw null; } set { } }
public System.Web.DynamicData.IFieldTemplateFactory FieldTemplateFactory { get { throw null; } set { } }
public System.Collections.ObjectModel.ReadOnlyCollection<System.Web.DynamicData.MetaTable> Tables { get { throw null; } }
public System.Collections.Generic.List<System.Web.DynamicData.MetaTable> VisibleTables { get { throw null; } }
public string GetActionPath(string tableName, string action, object row) { throw null; }
public static System.Web.DynamicData.MetaModel GetModel(System.Type contextType) { throw null; }
public System.Web.DynamicData.MetaTable GetTable(string uniqueTableName) { throw null; }
public System.Web.DynamicData.MetaTable GetTable(string tableName, System.Type contextType) { throw null; }
public System.Web.DynamicData.MetaTable GetTable(System.Type entityType) { throw null; }
public void RegisterContext(System.Func<object> contextFactory) { }
public void RegisterContext(System.Func<object> contextFactory, System.Web.DynamicData.ContextConfiguration configuration) { }
public void RegisterContext(System.Type contextType) { }
public void RegisterContext(System.Type contextType, System.Web.DynamicData.ContextConfiguration configuration) { }
public void RegisterContext(System.Web.DynamicData.ModelProviders.DataModelProvider dataModelProvider) { }
public void RegisterContext(System.Web.DynamicData.ModelProviders.DataModelProvider dataModelProvider, System.Web.DynamicData.ContextConfiguration configuration) { }
public static void ResetRegistrationException() { }
public bool TryGetTable(string uniqueTableName, out System.Web.DynamicData.MetaTable table) { throw null; }
}
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public partial class MetaTable
{
internal MetaTable() { }
public System.ComponentModel.AttributeCollection Attributes { get { throw null; } }
public System.Collections.ObjectModel.ReadOnlyCollection<System.Web.DynamicData.MetaColumn> Columns { get { throw null; } }
public string DataContextPropertyName { get { throw null; } }
public System.Type DataContextType { get { throw null; } }
public System.Web.DynamicData.MetaColumn DisplayColumn { get { throw null; } }
public string DisplayName { get { throw null; } }
public System.Type EntityType { get { throw null; } }
public string ForeignKeyColumnsNames { get { throw null; } }
public bool HasPrimaryKey { get { throw null; } }
public bool IsReadOnly { get { throw null; } }
public string ListActionPath { get { throw null; } }
public System.Web.DynamicData.MetaModel Model { get { throw null; } }
public string Name { get { throw null; } }
public System.Collections.ObjectModel.ReadOnlyCollection<System.Web.DynamicData.MetaColumn> PrimaryKeyColumns { get { throw null; } }
public System.Web.DynamicData.ModelProviders.TableProvider Provider { get { throw null; } }
public bool Scaffold { get { throw null; } }
public System.Web.DynamicData.MetaColumn SortColumn { get { throw null; } }
public bool SortDescending { get { throw null; } }
public object CreateContext() { throw null; }
public string GetActionPath(string action) { throw null; }
public string GetActionPath(string action, System.Collections.Generic.IList<object> primaryKeyValues) { throw null; }
public string GetActionPath(string action, System.Collections.Generic.IList<object> primaryKeyValues, string path) { throw null; }
public string GetActionPath(string action, object row) { throw null; }
public string GetActionPath(string action, object row, string path) { throw null; }
public string GetActionPath(string action, System.Web.Routing.RouteValueDictionary routeValues) { throw null; }
public System.Web.DynamicData.MetaColumn GetColumn(string columnName) { throw null; }
public string GetDisplayString(object row) { throw null; }
public string GetPrimaryKeyString(System.Collections.Generic.IList<object> primaryKeyValues) { throw null; }
public string GetPrimaryKeyString(object row) { throw null; }
public System.Collections.Generic.IList<object> GetPrimaryKeyValues(object row) { throw null; }
public System.Linq.IQueryable GetQuery() { throw null; }
public System.Linq.IQueryable GetQuery(object context) { throw null; }
public override string ToString() { throw null; }
public bool TryGetColumn(string columnName, out System.Web.DynamicData.MetaColumn column) { throw null; }
}
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public static partial class PageAction
{
public static string Details { get { throw null; } }
public static string Edit { get { throw null; } }
public static string Insert { get { throw null; } }
public static string List { get { throw null; } }
}
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public sealed partial class TableNameAttribute : System.Attribute
{
public TableNameAttribute(string name) { }
public string Name { get { throw null; } }
}
}
namespace System.Web.DynamicData.ModelProviders
{
public enum AssociationDirection
{
ManyToMany = 3,
ManyToOne = 2,
OneToMany = 1,
OneToOne = 0,
}
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public abstract partial class AssociationProvider
{
protected AssociationProvider() { }
[System.MonoTODOAttribute]
public virtual System.Web.DynamicData.ModelProviders.AssociationDirection Direction { get { throw null; } protected set { } }
[System.MonoTODOAttribute]
public virtual System.Collections.ObjectModel.ReadOnlyCollection<string> ForeignKeyNames { get { throw null; } protected set { } }
[System.MonoTODOAttribute]
public virtual System.Web.DynamicData.ModelProviders.ColumnProvider FromColumn { get { throw null; } protected set { } }
[System.MonoTODOAttribute]
public virtual bool IsPrimaryKeyInThisTable { get { throw null; } protected set { } }
[System.MonoTODOAttribute]
public virtual System.Web.DynamicData.ModelProviders.ColumnProvider ToColumn { get { throw null; } protected set { } }
[System.MonoTODOAttribute]
public virtual System.Web.DynamicData.ModelProviders.TableProvider ToTable { get { throw null; } protected set { } }
[System.MonoTODOAttribute]
public virtual string GetSortExpression(System.Web.DynamicData.ModelProviders.ColumnProvider sortColumn) { throw null; }
}
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public abstract partial class ColumnProvider
{
protected ColumnProvider(System.Web.DynamicData.ModelProviders.TableProvider table) { }
[System.MonoTODOAttribute]
public virtual System.Web.DynamicData.ModelProviders.AssociationProvider Association { get { throw null; } protected set { } }
[System.MonoTODOAttribute]
public virtual System.Type ColumnType { get { throw null; } protected set { } }
[System.MonoTODOAttribute]
public virtual System.Reflection.PropertyInfo EntityTypeProperty { get { throw null; } protected set { } }
[System.MonoTODOAttribute]
public virtual bool IsCustomProperty { get { throw null; } protected set { } }
[System.MonoTODOAttribute]
public virtual bool IsForeignKeyComponent { get { throw null; } protected set { } }
[System.MonoTODOAttribute]
public virtual bool IsGenerated { get { throw null; } protected set { } }
[System.MonoTODOAttribute]
public virtual bool IsPrimaryKey { get { throw null; } protected set { } }
[System.MonoTODOAttribute]
public virtual bool IsSortable { get { throw null; } protected set { } }
[System.MonoTODOAttribute]
public virtual int MaxLength { get { throw null; } protected set { } }
[System.MonoTODOAttribute]
public virtual string Name { get { throw null; } protected set { } }
[System.MonoTODOAttribute]
public virtual bool Nullable { get { throw null; } protected set { } }
[System.MonoTODOAttribute]
public System.Web.DynamicData.ModelProviders.TableProvider Table { get { throw null; } }
[System.MonoTODOAttribute]
public override string ToString() { throw null; }
}
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public abstract partial class DataModelProvider
{
protected DataModelProvider() { }
[System.MonoTODOAttribute]
public virtual System.Type ContextType { get { throw null; } protected set { } }
public abstract System.Collections.ObjectModel.ReadOnlyCollection<System.Web.DynamicData.ModelProviders.TableProvider> Tables { get; }
public abstract object CreateContext();
}
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
[System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)]
public abstract partial class TableProvider
{
protected TableProvider(System.Web.DynamicData.ModelProviders.DataModelProvider model) { }
public abstract System.Collections.ObjectModel.ReadOnlyCollection<System.Web.DynamicData.ModelProviders.ColumnProvider> Columns { get; }
public System.Web.DynamicData.ModelProviders.DataModelProvider DataModel { get { throw null; } }
public virtual System.Type EntityType { get { throw null; } protected set { } }
public virtual string Name { get { throw null; } protected set { } }
public virtual object EvaluateForeignKey(object row, string foreignKeyName) { throw null; }
public abstract System.Linq.IQueryable GetQuery(object context);
public override string ToString() { throw null; }
}
}