You've already forked linux-packaging-mono
Imported Upstream version 5.20.0.180
Former-commit-id: ff953ca879339fe1e1211f7220f563e1342e66cb
This commit is contained in:
parent
0e2d47d1c8
commit
0510252385
@@ -4,13 +4,13 @@
|
||||
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.CLSCompliantAttribute(true)]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(257))]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute(System.Diagnostics.DebuggableAttribute.DebuggingModes.Default | System.Diagnostics.DebuggableAttribute.DebuggingModes.DisableOptimizations)]
|
||||
[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
|
||||
[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
|
||||
[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Accessibility.dll")]
|
||||
[assembly:System.Reflection.AssemblyDescriptionAttribute("Accessibility.dll")]
|
||||
[assembly:System.Reflection.AssemblyFileVersionAttribute("4.7.2558.0")]
|
||||
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.7.2558.0")]
|
||||
[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("Accessibility.dll")]
|
||||
[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
|
||||
@@ -19,12 +19,12 @@
|
||||
[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(true)]
|
||||
[assembly:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)(2050))]
|
||||
[assembly:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)]
|
||||
[assembly:System.Runtime.InteropServices.GuidAttribute("1EA4DBF0-3C3B-11CF-810C-00AA00389B71")]
|
||||
[assembly:System.Runtime.InteropServices.ImportedFromTypeLibAttribute("Accessibility")]
|
||||
[assembly:System.Runtime.InteropServices.TypeLibVersionAttribute(1, 1)]
|
||||
[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
|
||||
[assembly:System.Security.SecurityRulesAttribute((System.Security.SecurityRuleSet)(2), SkipVerificationInFullTrust=true)]
|
||||
[assembly:System.Security.SecurityRulesAttribute(System.Security.SecurityRuleSet.Level2, SkipVerificationInFullTrust=true)]
|
||||
namespace Accessibility
|
||||
{
|
||||
public enum AnnoScope
|
||||
@@ -37,10 +37,10 @@ namespace Accessibility
|
||||
public partial interface CAccPropServices : Accessibility.IAccPropServices
|
||||
{
|
||||
}
|
||||
[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(0))]
|
||||
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.None)]
|
||||
[System.Runtime.InteropServices.ComConversionLossAttribute]
|
||||
[System.Runtime.InteropServices.GuidAttribute("B5F8350B-0548-48B1-A6EE-88BD00B4A5E7")]
|
||||
[System.Runtime.InteropServices.TypeLibTypeAttribute((System.Runtime.InteropServices.TypeLibTypeFlags)(2))]
|
||||
[System.Runtime.InteropServices.TypeLibTypeAttribute(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
|
||||
public partial class CAccPropServicesClass : Accessibility.CAccPropServices, Accessibility.IAccPropServices
|
||||
{
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]public CAccPropServicesClass() { }
|
||||
@@ -61,7 +61,7 @@ namespace Accessibility
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]public virtual void SetPropValue([System.Runtime.InteropServices.In]ref byte pIDString, [System.Runtime.InteropServices.In]uint dwIDStringLen, [System.Runtime.InteropServices.In]System.Guid idProp, [System.Runtime.InteropServices.In][System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.Struct)]object var) { }
|
||||
}
|
||||
[System.Runtime.InteropServices.GuidAttribute("618736E0-3C3D-11CF-810C-00AA00389B71")]
|
||||
[System.Runtime.InteropServices.TypeLibTypeAttribute((System.Runtime.InteropServices.TypeLibTypeFlags)(4176))]
|
||||
[System.Runtime.InteropServices.TypeLibTypeAttribute(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden)]
|
||||
public partial interface IAccessible
|
||||
{
|
||||
int accChildCount { get; }
|
||||
@@ -87,28 +87,28 @@ namespace Accessibility
|
||||
void set_accValue(object childID, string newValue);
|
||||
}
|
||||
[System.Runtime.InteropServices.GuidAttribute("03022430-ABC4-11D0-BDE2-00AA001A1953")]
|
||||
[System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
|
||||
[System.Runtime.InteropServices.TypeLibTypeAttribute((System.Runtime.InteropServices.TypeLibTypeFlags)(272))]
|
||||
[System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
|
||||
[System.Runtime.InteropServices.TypeLibTypeAttribute(System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
|
||||
public partial interface IAccessibleHandler
|
||||
{
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]void AccessibleObjectFromID([System.Runtime.InteropServices.In]int hwnd, [System.Runtime.InteropServices.In]int lObjectID, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.Interface)]out Accessibility.IAccessible pIAccessible);
|
||||
}
|
||||
[System.Runtime.InteropServices.ComConversionLossAttribute]
|
||||
[System.Runtime.InteropServices.GuidAttribute("7852B78D-1CFD-41C1-A615-9C0C85960B5F")]
|
||||
[System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
|
||||
[System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
|
||||
public partial interface IAccIdentity
|
||||
{
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]void GetIdentityString([System.Runtime.InteropServices.In]uint dwIDChild, [System.Runtime.InteropServices.Out]System.IntPtr ppIDString, out uint pdwIDStringLen);
|
||||
}
|
||||
[System.Runtime.InteropServices.GuidAttribute("76C0DBBB-15E0-4E7B-B61B-20EEEA2001E0")]
|
||||
[System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
|
||||
[System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
|
||||
public partial interface IAccPropServer
|
||||
{
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]void GetPropValue([System.Runtime.InteropServices.In]ref byte pIDString, [System.Runtime.InteropServices.In]uint dwIDStringLen, [System.Runtime.InteropServices.In]System.Guid idProp, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.Struct)]out object pvarValue, out int pfHasProp);
|
||||
}
|
||||
[System.Runtime.InteropServices.ComConversionLossAttribute]
|
||||
[System.Runtime.InteropServices.GuidAttribute("6E26E776-04F0-495D-80E4-3330352E3169")]
|
||||
[System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
|
||||
[System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
|
||||
public partial interface IAccPropServices
|
||||
{
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]void ClearHmenuProps([System.Runtime.InteropServices.ComAliasNameAttribute("Accessibility.wireHMENU")][System.Runtime.InteropServices.In]ref Accessibility._RemotableHandle hmenu, [System.Runtime.InteropServices.In]uint idChild, [System.Runtime.InteropServices.In]ref System.Guid paProps, [System.Runtime.InteropServices.In]int cProps);
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
|
||||
[assembly:System.Security.SecurityRulesAttribute((System.Security.SecurityRuleSet)(1))]
|
||||
[assembly:System.Security.SecurityRulesAttribute(System.Security.SecurityRuleSet.Level1)]
|
||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
|
||||
namespace System.Runtime.InteropServices.CustomMarshalers
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.CLSCompliantAttribute(true)]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||
[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("Microsoft.Build.Engine.dll")]
|
||||
@@ -19,8 +19,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)(2050))]
|
||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, Flags=(System.Security.Permissions.SecurityPermissionFlag)(8))]
|
||||
[assembly:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)]
|
||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, Flags=System.Security.Permissions.SecurityPermissionFlag.Execution)]
|
||||
namespace Microsoft.Build.BuildEngine
|
||||
{
|
||||
[System.Diagnostics.DebuggerDisplayAttribute("BuildItem (Name = { Name }, Include = { Include }, FinalItemSpec = { FinalItemSpec }, Condition = { Condition } )")]
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.CLSCompliantAttribute(true)]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||
[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("Microsoft.Build.Framework.dll")]
|
||||
@@ -19,12 +19,12 @@
|
||||
[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)(4096))]
|
||||
[assembly:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute(System.Runtime.InteropServices.DllImportSearchPath.SafeDirectories)]
|
||||
[assembly:System.Runtime.InteropServices.GuidAttribute("D8A9BA71-4724-481d-9CA7-0DA23A1D615C")]
|
||||
#if false
|
||||
[assembly:System.Windows.Markup.XmlnsDefinitionAttribute("http://schemas.microsoft.com/build/2009/properties", "Microsoft.Build.Framework.XamlTypes")]
|
||||
#endif
|
||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, Flags=(System.Security.Permissions.SecurityPermissionFlag)(8))]
|
||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, Flags=System.Security.Permissions.SecurityPermissionFlag.Execution)]
|
||||
namespace Microsoft.Build.Framework
|
||||
{
|
||||
public delegate void AnyEventHandler(object sender, Microsoft.Build.Framework.BuildEventArgs e);
|
||||
@@ -32,7 +32,9 @@ namespace Microsoft.Build.Framework
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct BuildEngineResult
|
||||
{
|
||||
public BuildEngineResult(bool result, System.Collections.Generic.List<System.Collections.Generic.IDictionary<string, Microsoft.Build.Framework.ITaskItem[]>> targetOutputsPerProject) { throw null;}
|
||||
private object _dummy;
|
||||
private int _dummyPrimitive;
|
||||
public BuildEngineResult(bool result, System.Collections.Generic.List<System.Collections.Generic.IDictionary<string, Microsoft.Build.Framework.ITaskItem[]>> targetOutputsPerProject) { throw null; }
|
||||
public bool Result { get { throw null; } }
|
||||
public System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string, Microsoft.Build.Framework.ITaskItem[]>> TargetOutputsPerProject { get { throw null; } }
|
||||
}
|
||||
@@ -294,7 +296,7 @@ namespace Microsoft.Build.Framework
|
||||
}
|
||||
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
|
||||
[System.Runtime.InteropServices.GuidAttribute("9049A481-D0E9-414f-8F92-D4F67A0359A6")]
|
||||
[System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
|
||||
[System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
|
||||
public partial interface ITaskHost
|
||||
{
|
||||
}
|
||||
@@ -328,7 +330,7 @@ namespace Microsoft.Build.Framework
|
||||
public LazyFormattedBuildEventArgs(string message, string helpKeyword, string senderName, System.DateTime eventTimestamp, params object[] messageArgs) { }
|
||||
public override string Message { get { throw null; } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
|
||||
public sealed partial class LoadInSeparateAppDomainAttribute : System.Attribute
|
||||
{
|
||||
public LoadInSeparateAppDomainAttribute() { }
|
||||
@@ -362,7 +364,7 @@ namespace Microsoft.Build.Framework
|
||||
Low = 2,
|
||||
Normal = 1,
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(128), AllowMultiple=false, Inherited=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
|
||||
public sealed partial class OutputAttribute : System.Attribute
|
||||
{
|
||||
public OutputAttribute() { }
|
||||
@@ -402,23 +404,23 @@ namespace Microsoft.Build.Framework
|
||||
AppDomain = 1,
|
||||
Build = 0,
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(128), AllowMultiple=false, Inherited=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
|
||||
public sealed partial class RequiredAttribute : System.Attribute
|
||||
{
|
||||
public RequiredAttribute() { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
|
||||
public sealed partial class RequiredRuntimeAttribute : System.Attribute
|
||||
{
|
||||
public RequiredRuntimeAttribute(string runtimeVersion) { }
|
||||
public string RuntimeVersion { get { throw null; } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
|
||||
public sealed partial class RunInMTAAttribute : System.Attribute
|
||||
{
|
||||
public RunInMTAAttribute() { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
|
||||
public sealed partial class RunInSTAAttribute : System.Attribute
|
||||
{
|
||||
public RunInSTAAttribute() { }
|
||||
|
||||
@@ -1 +1 @@
|
||||
607db940f06aa602b2c4f59799563b14acc1e64e
|
||||
bbff38dbf0754668f85614034c3197fe0df2b9e4
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.CLSCompliantAttribute(true)]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||
[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("Microsoft.Build.Utilities.v4.0.dll")]
|
||||
@@ -19,8 +19,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)(4096))]
|
||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, Flags=(System.Security.Permissions.SecurityPermissionFlag)(8))]
|
||||
[assembly:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute(System.Runtime.InteropServices.DllImportSearchPath.SafeDirectories)]
|
||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, Flags=System.Security.Permissions.SecurityPermissionFlag.Execution)]
|
||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
|
||||
namespace Microsoft.Build.Utilities
|
||||
{
|
||||
@@ -318,7 +318,7 @@ namespace Microsoft.Build.Utilities
|
||||
public string HelpKeywordPrefix { get { throw null; } set { } }
|
||||
protected string TaskName { get { throw null; } }
|
||||
public System.Resources.ResourceManager TaskResources { get { throw null; } set { } }
|
||||
public string ExtractMessageCode(string message, out string messageWithoutCodePrefix) { messageWithoutCodePrefix = default(string); throw null; }
|
||||
public string ExtractMessageCode(string message, out string messageWithoutCodePrefix) { throw null; }
|
||||
public virtual string FormatResourceString(string resourceName, params object[] args) { throw null; }
|
||||
public virtual string FormatString(string unformatted, params object[] args) { throw null; }
|
||||
public virtual string GetResourceMessage(string resourceName) { throw null; }
|
||||
|
||||
@@ -1 +1 @@
|
||||
dcf313dceafcc945212a967769e143c6b493469c
|
||||
6dbc7becd87877eeb72ba2817634bca412faaf85
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.CLSCompliantAttribute(true)]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||
[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("Microsoft.CSharp.dll")]
|
||||
@@ -19,13 +19,13 @@
|
||||
[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)(2050))]
|
||||
[assembly:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)]
|
||||
[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
|
||||
[assembly:System.Security.SecurityRulesAttribute((System.Security.SecurityRuleSet)(2), SkipVerificationInFullTrust=true)]
|
||||
[assembly:System.Security.SecurityRulesAttribute(System.Security.SecurityRuleSet.Level2, SkipVerificationInFullTrust=true)]
|
||||
[assembly:System.Security.SecurityTransparentAttribute]
|
||||
namespace Microsoft.CSharp.RuntimeBinder
|
||||
{
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
public static partial class Binder
|
||||
{
|
||||
public static System.Runtime.CompilerServices.CallSiteBinder BinaryOperation(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, System.Linq.Expressions.ExpressionType operation, System.Type context, System.Collections.Generic.IEnumerable<Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo> argumentInfo) { throw null; }
|
||||
@@ -40,13 +40,13 @@ namespace Microsoft.CSharp.RuntimeBinder
|
||||
public static System.Runtime.CompilerServices.CallSiteBinder SetMember(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, string name, System.Type context, System.Collections.Generic.IEnumerable<Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo> argumentInfo) { throw null; }
|
||||
public static System.Runtime.CompilerServices.CallSiteBinder UnaryOperation(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, System.Linq.Expressions.ExpressionType operation, System.Type context, System.Collections.Generic.IEnumerable<Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo> argumentInfo) { throw null; }
|
||||
}
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
public sealed partial class CSharpArgumentInfo
|
||||
{
|
||||
internal CSharpArgumentInfo() { }
|
||||
public static Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo Create(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags flags, string name) { throw null; }
|
||||
}
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.FlagsAttribute]
|
||||
public enum CSharpArgumentInfoFlags
|
||||
{
|
||||
@@ -58,7 +58,7 @@ namespace Microsoft.CSharp.RuntimeBinder
|
||||
None = 0,
|
||||
UseCompileTimeType = 1,
|
||||
}
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.FlagsAttribute]
|
||||
public enum CSharpBinderFlags
|
||||
{
|
||||
|
||||
@@ -1 +1 @@
|
||||
cc3f77c6046ae7aff01b75cb35c5de063583c4b3
|
||||
85daf44a96b5fdad4f272508fc6ff44365fbd0ef
|
||||
@@ -5,21 +5,20 @@
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("10.0.0.0")]
|
||||
[assembly:System.CLSCompliantAttribute(false)]
|
||||
[assembly:System.Runtime.AssemblyTargetedPatchBandAttribute("1.0.23-245435169")]
|
||||
[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
|
||||
[assembly:System.Runtime.InteropServices.ComCompatibleVersionAttribute(1, 0, 3300, 0)]
|
||||
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
|
||||
[assembly:System.Runtime.InteropServices.TypeLibVersionAttribute(8, 0)]
|
||||
[assembly:System.Security.SecurityTransparentAttribute]
|
||||
namespace Microsoft.VisualC
|
||||
{
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.All)]
|
||||
[System.ObsoleteAttribute("Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.")]
|
||||
public sealed partial class DebugInfoInPDBAttribute : System.Attribute
|
||||
{
|
||||
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")]
|
||||
public DebugInfoInPDBAttribute() { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.All)]
|
||||
[System.ObsoleteAttribute("Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.")]
|
||||
public sealed partial class DecoratedNameAttribute : System.Attribute
|
||||
{
|
||||
@@ -58,7 +57,7 @@ namespace Microsoft.VisualC
|
||||
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")]
|
||||
public IsVolatileModifier() { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.All)]
|
||||
[System.ObsoleteAttribute("Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.")]
|
||||
public sealed partial class MiscellaneousBitsAttribute : System.Attribute
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.CLSCompliantAttribute(true)]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||
[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.ComponentModel.Composition.dll")]
|
||||
@@ -19,7 +19,7 @@
|
||||
[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)(2050))]
|
||||
[assembly:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)]
|
||||
[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
|
||||
namespace System
|
||||
{
|
||||
@@ -63,7 +63,7 @@ namespace System.ComponentModel.Composition
|
||||
public static System.ComponentModel.Composition.Primitives.ComposablePart SatisfyImportsOnce(this System.ComponentModel.Composition.ICompositionService compositionService, object attributedPart) { throw null; }
|
||||
public static System.ComponentModel.Composition.Primitives.ComposablePart SatisfyImportsOnce(this System.ComponentModel.Composition.ICompositionService compositionService, object attributedPart, System.Reflection.ReflectionContext reflectionContext) { throw null; }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(1), AllowMultiple=false, Inherited=true)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Assembly, AllowMultiple=false, Inherited=true)]
|
||||
public partial class CatalogReflectionContextAttribute : System.Attribute
|
||||
{
|
||||
public CatalogReflectionContextAttribute(System.Type reflectionContextType) { }
|
||||
@@ -119,7 +119,7 @@ namespace System.ComponentModel.Composition
|
||||
NonShared = 2,
|
||||
Shared = 1,
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(452), AllowMultiple=true, Inherited=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=true, Inherited=false)]
|
||||
public partial class ExportAttribute : System.Attribute
|
||||
{
|
||||
public ExportAttribute() { }
|
||||
@@ -145,7 +145,7 @@ namespace System.ComponentModel.Composition
|
||||
public T Value { get { throw null; } }
|
||||
public void Dispose() { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(1476), AllowMultiple=true, Inherited=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Interface | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=true, Inherited=false)]
|
||||
public sealed partial class ExportMetadataAttribute : System.Attribute
|
||||
{
|
||||
public ExportMetadataAttribute(string name, object value) { }
|
||||
@@ -157,7 +157,7 @@ namespace System.ComponentModel.Composition
|
||||
{
|
||||
void SatisfyImportsOnce(System.ComponentModel.Composition.Primitives.ComposablePart part);
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(2432), AllowMultiple=false, Inherited=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
|
||||
public partial class ImportAttribute : System.Attribute
|
||||
{
|
||||
public ImportAttribute() { }
|
||||
@@ -182,12 +182,12 @@ namespace System.ComponentModel.Composition
|
||||
public ImportCardinalityMismatchException(string message) { }
|
||||
public ImportCardinalityMismatchException(string message, System.Exception innerException) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32), AllowMultiple=false, Inherited=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Constructor, AllowMultiple=false, Inherited=false)]
|
||||
public partial class ImportingConstructorAttribute : System.Attribute
|
||||
{
|
||||
public ImportingConstructorAttribute() { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(2432), AllowMultiple=false, Inherited=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
|
||||
public partial class ImportManyAttribute : System.Attribute
|
||||
{
|
||||
public ImportManyAttribute() { }
|
||||
@@ -206,7 +206,7 @@ namespace System.ComponentModel.Composition
|
||||
Local = 1,
|
||||
NonLocal = 2,
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(1028), AllowMultiple=true, Inherited=true)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Interface, AllowMultiple=true, Inherited=true)]
|
||||
public partial class InheritedExportAttribute : System.ComponentModel.Composition.ExportAttribute
|
||||
{
|
||||
public InheritedExportAttribute() { }
|
||||
@@ -218,31 +218,31 @@ namespace System.ComponentModel.Composition
|
||||
{
|
||||
void OnImportsSatisfied();
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
|
||||
public sealed partial class MetadataAttributeAttribute : System.Attribute
|
||||
{
|
||||
public MetadataAttributeAttribute() { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(1024), AllowMultiple=false, Inherited=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Interface, AllowMultiple=false, Inherited=false)]
|
||||
public sealed partial class MetadataViewImplementationAttribute : System.Attribute
|
||||
{
|
||||
public MetadataViewImplementationAttribute(System.Type implementationType) { }
|
||||
public System.Type ImplementationType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
|
||||
public sealed partial class PartCreationPolicyAttribute : System.Attribute
|
||||
{
|
||||
public PartCreationPolicyAttribute(System.ComponentModel.Composition.CreationPolicy creationPolicy) { }
|
||||
public System.ComponentModel.Composition.CreationPolicy CreationPolicy { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=true, Inherited=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)]
|
||||
public sealed partial class PartMetadataAttribute : System.Attribute
|
||||
{
|
||||
public PartMetadataAttribute(string name, object value) { }
|
||||
public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public object Value { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
|
||||
public sealed partial class PartNotDiscoverableAttribute : System.Attribute
|
||||
{
|
||||
public PartNotDiscoverableAttribute() { }
|
||||
@@ -315,8 +315,8 @@ namespace System.ComponentModel.Composition.Hosting
|
||||
public void Dispose() { }
|
||||
protected virtual void Dispose(bool disposing) { }
|
||||
public void SetValue(object key, object value) { }
|
||||
public bool TryGetValue<T>(object key, bool localAtomicCompositionOnly, out T value) { value = default(T); throw null; }
|
||||
public bool TryGetValue<T>(object key, out T value) { value = default(T); throw null; }
|
||||
public bool TryGetValue<T>(object key, bool localAtomicCompositionOnly, out T value) { throw null; }
|
||||
public bool TryGetValue<T>(object key, out T value) { throw null; }
|
||||
}
|
||||
public partial class CatalogExportProvider : System.ComponentModel.Composition.Hosting.ExportProvider, System.IDisposable
|
||||
{
|
||||
@@ -473,7 +473,7 @@ namespace System.ComponentModel.Composition.Hosting
|
||||
public System.Lazy<T, TMetadataView> GetExport<T, TMetadataView>(string contractName) { throw null; }
|
||||
protected virtual void OnExportsChanged(System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs e) { }
|
||||
protected virtual void OnExportsChanging(System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs e) { }
|
||||
public bool TryGetExports(System.ComponentModel.Composition.Primitives.ImportDefinition definition, System.ComponentModel.Composition.Hosting.AtomicComposition atomicComposition, out System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.Export> exports) { exports = default(System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.Export>); throw null; }
|
||||
public bool TryGetExports(System.ComponentModel.Composition.Primitives.ImportDefinition definition, System.ComponentModel.Composition.Hosting.AtomicComposition atomicComposition, out System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.Export> exports) { throw null; }
|
||||
}
|
||||
public partial class ExportsChangeEventArgs : System.EventArgs
|
||||
{
|
||||
@@ -556,7 +556,7 @@ namespace System.ComponentModel.Composition.Primitives
|
||||
public abstract partial class ComposablePartCatalog : System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.ComposablePartDefinition>, System.Collections.IEnumerable, System.IDisposable
|
||||
{
|
||||
protected ComposablePartCatalog() { }
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
public virtual System.Linq.IQueryable<System.ComponentModel.Composition.Primitives.ComposablePartDefinition> Parts { get { throw null; } }
|
||||
public void Dispose() { }
|
||||
protected virtual void Dispose(bool disposing) { }
|
||||
@@ -657,9 +657,11 @@ namespace System.ComponentModel.Composition.ReflectionModel
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct LazyMemberInfo
|
||||
{
|
||||
public LazyMemberInfo(System.Reflection.MemberInfo member) { throw null;}
|
||||
public LazyMemberInfo(System.Reflection.MemberTypes memberType, System.Func<System.Reflection.MemberInfo[]> accessorsCreator) { throw null;}
|
||||
public LazyMemberInfo(System.Reflection.MemberTypes memberType, params System.Reflection.MemberInfo[] accessors) { throw null;}
|
||||
private object _dummy;
|
||||
private int _dummyPrimitive;
|
||||
public LazyMemberInfo(System.Reflection.MemberInfo member) { throw null; }
|
||||
public LazyMemberInfo(System.Reflection.MemberTypes memberType, System.Func<System.Reflection.MemberInfo[]> accessorsCreator) { throw null; }
|
||||
public LazyMemberInfo(System.Reflection.MemberTypes memberType, params System.Reflection.MemberInfo[] accessors) { throw null; }
|
||||
public System.Reflection.MemberTypes MemberType { get { throw null; } }
|
||||
public override bool Equals(object obj) { throw null; }
|
||||
public System.Reflection.MemberInfo[] GetAccessors() { throw null; }
|
||||
@@ -685,6 +687,6 @@ namespace System.ComponentModel.Composition.ReflectionModel
|
||||
public static bool IsDisposalRequired(System.ComponentModel.Composition.Primitives.ComposablePartDefinition partDefinition) { throw null; }
|
||||
public static bool IsExportFactoryImportDefinition(System.ComponentModel.Composition.Primitives.ImportDefinition importDefinition) { throw null; }
|
||||
public static bool IsImportingParameter(System.ComponentModel.Composition.Primitives.ImportDefinition importDefinition) { throw null; }
|
||||
public static bool TryMakeGenericPartDefinition(System.ComponentModel.Composition.Primitives.ComposablePartDefinition partDefinition, System.Collections.Generic.IEnumerable<System.Type> genericParameters, out System.ComponentModel.Composition.Primitives.ComposablePartDefinition specialization) { specialization = default(System.ComponentModel.Composition.Primitives.ComposablePartDefinition); throw null; }
|
||||
public static bool TryMakeGenericPartDefinition(System.ComponentModel.Composition.Primitives.ComposablePartDefinition partDefinition, System.Collections.Generic.IEnumerable<System.Type> genericParameters, out System.ComponentModel.Composition.Primitives.ComposablePartDefinition specialization) { throw null; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.CLSCompliantAttribute(true)]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||
[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.ComponentModel.DataAnnotations.dll")]
|
||||
@@ -19,9 +19,9 @@
|
||||
[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)(2050))]
|
||||
[assembly:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)]
|
||||
[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
|
||||
[assembly:System.Security.SecurityRulesAttribute((System.Security.SecurityRuleSet)(2), SkipVerificationInFullTrust=true)]
|
||||
[assembly:System.Security.SecurityRulesAttribute(System.Security.SecurityRuleSet.Level2, SkipVerificationInFullTrust=true)]
|
||||
[assembly:System.Security.SecurityTransparentAttribute]
|
||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, Execution=true)]
|
||||
namespace System.ComponentModel.DataAnnotations
|
||||
@@ -32,7 +32,7 @@ namespace System.ComponentModel.DataAnnotations
|
||||
public AssociatedMetadataTypeTypeDescriptionProvider(System.Type type, System.Type associatedMetadataType) { }
|
||||
public override System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor(System.Type objectType, object instance) { throw null; }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(384), AllowMultiple=false, Inherited=true)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
|
||||
public sealed partial class AssociationAttribute : System.Attribute
|
||||
{
|
||||
public AssociationAttribute(string name, string thisKey, string otherKey) { }
|
||||
@@ -43,13 +43,13 @@ namespace System.ComponentModel.DataAnnotations
|
||||
public string ThisKey { get { throw null; } }
|
||||
public System.Collections.Generic.IEnumerable<string> ThisKeyMembers { get { throw null; } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(28), AllowMultiple=false, Inherited=true)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Struct, AllowMultiple=false, Inherited=true)]
|
||||
public sealed partial class BindableTypeAttribute : System.Attribute
|
||||
{
|
||||
public BindableTypeAttribute() { }
|
||||
public bool IsBindable { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(128), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Property, AllowMultiple=false)]
|
||||
public partial class CompareAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute
|
||||
{
|
||||
public CompareAttribute(string otherProperty) { }
|
||||
@@ -59,18 +59,18 @@ namespace System.ComponentModel.DataAnnotations
|
||||
public override string FormatErrorMessage(string name) { throw null; }
|
||||
protected override System.ComponentModel.DataAnnotations.ValidationResult IsValid(object value, System.ComponentModel.DataAnnotations.ValidationContext validationContext) { throw null; }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(384), AllowMultiple=false, Inherited=true)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
|
||||
public sealed partial class ConcurrencyCheckAttribute : System.Attribute
|
||||
{
|
||||
public ConcurrencyCheckAttribute() { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(2432), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false)]
|
||||
public sealed partial class CreditCardAttribute : System.ComponentModel.DataAnnotations.DataTypeAttribute
|
||||
{
|
||||
public CreditCardAttribute() : base (default(System.ComponentModel.DataAnnotations.DataType)) { }
|
||||
public override bool IsValid(object value) { throw null; }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(2500), AllowMultiple=true)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=true)]
|
||||
public sealed partial class CustomValidationAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute
|
||||
{
|
||||
public CustomValidationAttribute(System.Type validatorType, string method) { }
|
||||
@@ -100,7 +100,7 @@ namespace System.ComponentModel.DataAnnotations
|
||||
Upload = 16,
|
||||
Url = 12,
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(2496), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false)]
|
||||
public partial class DataTypeAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute
|
||||
{
|
||||
public DataTypeAttribute(System.ComponentModel.DataAnnotations.DataType dataType) { }
|
||||
@@ -111,7 +111,7 @@ namespace System.ComponentModel.DataAnnotations
|
||||
public virtual string GetDataTypeName() { throw null; }
|
||||
public override bool IsValid(object value) { throw null; }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(2496), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false)]
|
||||
public sealed partial class DisplayAttribute : System.Attribute
|
||||
{
|
||||
public DisplayAttribute() { }
|
||||
@@ -133,7 +133,7 @@ namespace System.ComponentModel.DataAnnotations
|
||||
public string GetPrompt() { throw null; }
|
||||
public string GetShortName() { throw null; }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=true, AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class, Inherited=true, AllowMultiple=false)]
|
||||
public partial class DisplayColumnAttribute : System.Attribute
|
||||
{
|
||||
public DisplayColumnAttribute(string displayColumn) { }
|
||||
@@ -143,7 +143,7 @@ namespace System.ComponentModel.DataAnnotations
|
||||
public string SortColumn { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public bool SortDescending { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(384), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false)]
|
||||
public partial class DisplayFormatAttribute : System.Attribute
|
||||
{
|
||||
public DisplayFormatAttribute() { }
|
||||
@@ -153,27 +153,27 @@ namespace System.ComponentModel.DataAnnotations
|
||||
public bool HtmlEncode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public string NullDisplayText { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(384), AllowMultiple=false, Inherited=true)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
|
||||
public sealed partial class EditableAttribute : System.Attribute
|
||||
{
|
||||
public EditableAttribute(bool allowEdit) { }
|
||||
public bool AllowEdit { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public bool AllowInitialValue { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(2432), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false)]
|
||||
public sealed partial class EmailAddressAttribute : System.ComponentModel.DataAnnotations.DataTypeAttribute
|
||||
{
|
||||
public EmailAddressAttribute() : base (default(System.ComponentModel.DataAnnotations.DataType)) { }
|
||||
public override bool IsValid(object value) { throw null; }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(2496), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false)]
|
||||
public sealed partial class EnumDataTypeAttribute : System.ComponentModel.DataAnnotations.DataTypeAttribute
|
||||
{
|
||||
public EnumDataTypeAttribute(System.Type enumType) : base (default(System.ComponentModel.DataAnnotations.DataType)) { }
|
||||
public System.Type EnumType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public override bool IsValid(object value) { throw null; }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(2432), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false)]
|
||||
public sealed partial class FileExtensionsAttribute : System.ComponentModel.DataAnnotations.DataTypeAttribute
|
||||
{
|
||||
public FileExtensionsAttribute() : base (default(System.ComponentModel.DataAnnotations.DataType)) { }
|
||||
@@ -181,7 +181,7 @@ namespace System.ComponentModel.DataAnnotations
|
||||
public override string FormatErrorMessage(string name) { throw null; }
|
||||
public override bool IsValid(object value) { throw null; }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(384), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false)]
|
||||
public sealed partial class FilterUIHintAttribute : System.Attribute
|
||||
{
|
||||
public FilterUIHintAttribute(string filterUIHint) { }
|
||||
@@ -198,12 +198,12 @@ namespace System.ComponentModel.DataAnnotations
|
||||
{
|
||||
System.Collections.Generic.IEnumerable<System.ComponentModel.DataAnnotations.ValidationResult> Validate(System.ComponentModel.DataAnnotations.ValidationContext validationContext);
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(384), AllowMultiple=false, Inherited=true)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
|
||||
public sealed partial class KeyAttribute : System.Attribute
|
||||
{
|
||||
public KeyAttribute() { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(2432), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false)]
|
||||
public partial class MaxLengthAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute
|
||||
{
|
||||
public MaxLengthAttribute() { }
|
||||
@@ -212,13 +212,13 @@ namespace System.ComponentModel.DataAnnotations
|
||||
public override string FormatErrorMessage(string name) { throw null; }
|
||||
public override bool IsValid(object value) { throw null; }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false)]
|
||||
public sealed partial class MetadataTypeAttribute : System.Attribute
|
||||
{
|
||||
public MetadataTypeAttribute(System.Type metadataClassType) { }
|
||||
public System.Type MetadataClassType { get { throw null; } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(2432), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false)]
|
||||
public partial class MinLengthAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute
|
||||
{
|
||||
public MinLengthAttribute(int length) { }
|
||||
@@ -226,13 +226,13 @@ namespace System.ComponentModel.DataAnnotations
|
||||
public override string FormatErrorMessage(string name) { throw null; }
|
||||
public override bool IsValid(object value) { throw null; }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(2432), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false)]
|
||||
public sealed partial class PhoneAttribute : System.ComponentModel.DataAnnotations.DataTypeAttribute
|
||||
{
|
||||
public PhoneAttribute() : base (default(System.ComponentModel.DataAnnotations.DataType)) { }
|
||||
public override bool IsValid(object value) { throw null; }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(2432), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false)]
|
||||
public partial class RangeAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute
|
||||
{
|
||||
public RangeAttribute(double minimum, double maximum) { }
|
||||
@@ -244,7 +244,7 @@ namespace System.ComponentModel.DataAnnotations
|
||||
public override string FormatErrorMessage(string name) { throw null; }
|
||||
public override bool IsValid(object value) { throw null; }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(2432), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false)]
|
||||
public partial class RegularExpressionAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute
|
||||
{
|
||||
public RegularExpressionAttribute(string pattern) { }
|
||||
@@ -253,26 +253,26 @@ namespace System.ComponentModel.DataAnnotations
|
||||
public override string FormatErrorMessage(string name) { throw null; }
|
||||
public override bool IsValid(object value) { throw null; }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(2432), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false)]
|
||||
public partial class RequiredAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute
|
||||
{
|
||||
public RequiredAttribute() { }
|
||||
public bool AllowEmptyStrings { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public override bool IsValid(object value) { throw null; }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(384), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false)]
|
||||
public partial class ScaffoldColumnAttribute : System.Attribute
|
||||
{
|
||||
public ScaffoldColumnAttribute(bool scaffold) { }
|
||||
public bool Scaffold { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false)]
|
||||
public partial class ScaffoldTableAttribute : System.Attribute
|
||||
{
|
||||
public ScaffoldTableAttribute(bool scaffold) { }
|
||||
public bool Scaffold { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(2432), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false)]
|
||||
public partial class StringLengthAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute
|
||||
{
|
||||
public StringLengthAttribute(int maximumLength) { }
|
||||
@@ -281,12 +281,12 @@ namespace System.ComponentModel.DataAnnotations
|
||||
public override string FormatErrorMessage(string name) { throw null; }
|
||||
public override bool IsValid(object value) { throw null; }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(384), AllowMultiple=false, Inherited=true)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
|
||||
public sealed partial class TimestampAttribute : System.Attribute
|
||||
{
|
||||
public TimestampAttribute() { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(384), AllowMultiple=true)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=true)]
|
||||
public partial class UIHintAttribute : System.Attribute
|
||||
{
|
||||
public UIHintAttribute(string uiHint) { }
|
||||
@@ -299,7 +299,7 @@ namespace System.ComponentModel.DataAnnotations
|
||||
public override bool Equals(object obj) { throw null; }
|
||||
public override int GetHashCode() { throw null; }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(2432), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false)]
|
||||
public sealed partial class UrlAttribute : System.ComponentModel.DataAnnotations.DataTypeAttribute
|
||||
{
|
||||
public UrlAttribute() : base (default(System.ComponentModel.DataAnnotations.DataType)) { }
|
||||
@@ -373,7 +373,7 @@ namespace System.ComponentModel.DataAnnotations
|
||||
}
|
||||
namespace System.ComponentModel.DataAnnotations.Schema
|
||||
{
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(384), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false)]
|
||||
public partial class ColumnAttribute : System.Attribute
|
||||
{
|
||||
public ColumnAttribute() { }
|
||||
@@ -382,12 +382,12 @@ namespace System.ComponentModel.DataAnnotations.Schema
|
||||
public int Order { get { throw null; } set { } }
|
||||
public string TypeName { get { throw null; } set { } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false)]
|
||||
public partial class ComplexTypeAttribute : System.Attribute
|
||||
{
|
||||
public ComplexTypeAttribute() { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(384), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false)]
|
||||
public partial class DatabaseGeneratedAttribute : System.Attribute
|
||||
{
|
||||
public DatabaseGeneratedAttribute(System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedOption databaseGeneratedOption) { }
|
||||
@@ -399,24 +399,24 @@ namespace System.ComponentModel.DataAnnotations.Schema
|
||||
Identity = 1,
|
||||
None = 0,
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(384), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false)]
|
||||
public partial class ForeignKeyAttribute : System.Attribute
|
||||
{
|
||||
public ForeignKeyAttribute(string name) { }
|
||||
public string Name { get { throw null; } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(384), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false)]
|
||||
public partial class InversePropertyAttribute : System.Attribute
|
||||
{
|
||||
public InversePropertyAttribute(string property) { }
|
||||
public string Property { get { throw null; } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(388), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false)]
|
||||
public partial class NotMappedAttribute : System.Attribute
|
||||
{
|
||||
public NotMappedAttribute() { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false)]
|
||||
public partial class TableAttribute : System.Attribute
|
||||
{
|
||||
public TableAttribute(string name) { }
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.CLSCompliantAttribute(true)]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||
[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.Configuration.Install.dll")]
|
||||
@@ -19,7 +19,7 @@
|
||||
[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)(2050))]
|
||||
[assembly:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)]
|
||||
namespace System.Configuration.Install
|
||||
{
|
||||
public partial class AssemblyInstaller : System.Configuration.Install.Installer
|
||||
@@ -45,7 +45,7 @@ namespace System.Configuration.Install
|
||||
public virtual bool IsEquivalentInstaller(System.Configuration.Install.ComponentInstaller otherInstaller) { throw null; }
|
||||
}
|
||||
[System.Runtime.InteropServices.GuidAttribute("1E233FE7-C16D-4512-8C3B-2E9988F08D38")]
|
||||
[System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
|
||||
[System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
|
||||
public partial interface IManagedInstaller
|
||||
{
|
||||
[return: System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.I4)]
|
||||
@@ -65,14 +65,14 @@ namespace System.Configuration.Install
|
||||
{
|
||||
public Installer() { }
|
||||
[System.ComponentModel.BrowsableAttribute(false)]
|
||||
[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
|
||||
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
||||
public System.Configuration.Install.InstallContext Context { get { throw null; } set { } }
|
||||
public virtual string HelpText { get { throw null; } }
|
||||
[System.ComponentModel.BrowsableAttribute(false)]
|
||||
[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
|
||||
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
|
||||
public System.Configuration.Install.InstallerCollection Installers { get { throw null; } }
|
||||
[System.ComponentModel.BrowsableAttribute(true)]
|
||||
[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
|
||||
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
||||
[System.ComponentModel.TypeConverterAttribute("System.Configuration.Install.InstallerParentConverter")]
|
||||
public System.Configuration.Install.Installer Parent { get { throw null; } set { } }
|
||||
public event System.Configuration.Install.InstallEventHandler AfterInstall { add { } remove { } }
|
||||
@@ -170,7 +170,7 @@ namespace System.Diagnostics
|
||||
public string ParameterResourceFile { get { throw null; } set { } }
|
||||
[System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
||||
public string Source { get { throw null; } set { } }
|
||||
[System.ComponentModel.DefaultValueAttribute((System.Configuration.Install.UninstallAction)(0))]
|
||||
[System.ComponentModel.DefaultValueAttribute(System.Configuration.Install.UninstallAction.Remove)]
|
||||
public System.Configuration.Install.UninstallAction UninstallAction { get { throw null; } set { } }
|
||||
public override void CopyFromComponent(System.ComponentModel.IComponent component) { }
|
||||
public override void Install(System.Collections.IDictionary stateSaver) { }
|
||||
@@ -186,12 +186,12 @@ namespace System.Diagnostics
|
||||
[System.ComponentModel.DefaultValueAttribute("")]
|
||||
[System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
||||
public string CategoryName { get { throw null; } set { } }
|
||||
[System.ComponentModel.DefaultValueAttribute((System.Diagnostics.PerformanceCounterCategoryType)(-1))]
|
||||
[System.ComponentModel.DefaultValueAttribute(System.Diagnostics.PerformanceCounterCategoryType.Unknown)]
|
||||
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
|
||||
public System.Diagnostics.PerformanceCounterCategoryType CategoryType { get { throw null; } set { } }
|
||||
[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
|
||||
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
|
||||
public System.Diagnostics.CounterCreationDataCollection Counters { get { throw null; } }
|
||||
[System.ComponentModel.DefaultValueAttribute((System.Configuration.Install.UninstallAction)(0))]
|
||||
[System.ComponentModel.DefaultValueAttribute(System.Configuration.Install.UninstallAction.Remove)]
|
||||
public System.Configuration.Install.UninstallAction UninstallAction { get { throw null; } set { } }
|
||||
public override void CopyFromComponent(System.ComponentModel.IComponent component) { }
|
||||
public override void Install(System.Collections.IDictionary stateSaver) { }
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.CLSCompliantAttribute(true)]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||
[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.Configuration.dll")]
|
||||
@@ -20,9 +20,9 @@
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.InteropServices.ComCompatibleVersionAttribute(1, 0, 3300, 0)]
|
||||
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
|
||||
[assembly:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)(2050))]
|
||||
[assembly:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)]
|
||||
[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
|
||||
[assembly:System.Security.SecurityRulesAttribute((System.Security.SecurityRuleSet)(1), SkipVerificationInFullTrust=true)]
|
||||
[assembly:System.Security.SecurityRulesAttribute(System.Security.SecurityRuleSet.Level1, SkipVerificationInFullTrust=true)]
|
||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
|
||||
namespace System.Configuration
|
||||
{
|
||||
@@ -46,7 +46,7 @@ namespace System.Configuration
|
||||
public override bool CanValidate(System.Type type) { throw null; }
|
||||
public override void Validate(object value) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(128))]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Property)]
|
||||
public sealed partial class CallbackValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute
|
||||
{
|
||||
public CallbackValidatorAttribute() { }
|
||||
@@ -129,7 +129,7 @@ namespace System.Configuration
|
||||
public partial class ConfigurationBuilderSettings : System.Configuration.ConfigurationElement
|
||||
{
|
||||
public ConfigurationBuilderSettings() { }
|
||||
[System.Configuration.ConfigurationPropertyAttribute("", IsDefaultCollection=true, Options=(System.Configuration.ConfigurationPropertyOptions)(1))]
|
||||
[System.Configuration.ConfigurationPropertyAttribute("", IsDefaultCollection=true, Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
|
||||
public System.Configuration.ProviderSettingsCollection Builders { get { throw null; } }
|
||||
protected internal override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
|
||||
}
|
||||
@@ -141,7 +141,7 @@ namespace System.Configuration
|
||||
protected internal override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
|
||||
public System.Configuration.ConfigurationBuilder GetBuilderFromName(string builderName) { throw null; }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(132))]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Property)]
|
||||
public sealed partial class ConfigurationCollectionAttribute : System.Attribute
|
||||
{
|
||||
public ConfigurationCollectionAttribute(System.Type itemType) { }
|
||||
@@ -343,7 +343,7 @@ namespace System.Configuration
|
||||
public override System.Security.SecurityElement ToXml() { throw null; }
|
||||
public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true, Inherited=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true, Inherited=false)]
|
||||
[System.SerializableAttribute]
|
||||
public sealed partial class ConfigurationPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
|
||||
{
|
||||
@@ -370,7 +370,7 @@ namespace System.Configuration
|
||||
public System.Type Type { get { throw null; } }
|
||||
public System.Configuration.ConfigurationValidatorBase Validator { get { throw null; } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(128))]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Property)]
|
||||
public sealed partial class ConfigurationPropertyAttribute : System.Attribute
|
||||
{
|
||||
public ConfigurationPropertyAttribute(string name) { }
|
||||
@@ -486,7 +486,7 @@ namespace System.Configuration
|
||||
PerUserRoaming = 10,
|
||||
PerUserRoamingAndLocal = 20,
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(128))]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Property)]
|
||||
public partial class ConfigurationValidatorAttribute : System.Attribute
|
||||
{
|
||||
protected ConfigurationValidatorAttribute() { }
|
||||
@@ -505,9 +505,9 @@ namespace System.Configuration
|
||||
public ConnectionStringSettings() { }
|
||||
public ConnectionStringSettings(string name, string connectionString) { }
|
||||
public ConnectionStringSettings(string name, string connectionString, string providerName) { }
|
||||
[System.Configuration.ConfigurationPropertyAttribute("connectionString", Options=(System.Configuration.ConfigurationPropertyOptions)(2), DefaultValue="")]
|
||||
[System.Configuration.ConfigurationPropertyAttribute("connectionString", Options=System.Configuration.ConfigurationPropertyOptions.IsRequired, DefaultValue="")]
|
||||
public string ConnectionString { get { throw null; } set { } }
|
||||
[System.Configuration.ConfigurationPropertyAttribute("name", Options=(System.Configuration.ConfigurationPropertyOptions)(6), DefaultValue="")]
|
||||
[System.Configuration.ConfigurationPropertyAttribute("name", Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired, DefaultValue="")]
|
||||
public string Name { get { throw null; } set { } }
|
||||
protected internal override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
|
||||
[System.Configuration.ConfigurationPropertyAttribute("providerName", DefaultValue="System.Data.SqlClient")]
|
||||
@@ -534,7 +534,7 @@ namespace System.Configuration
|
||||
public sealed partial class ConnectionStringsSection : System.Configuration.ConfigurationSection
|
||||
{
|
||||
public ConnectionStringsSection() { }
|
||||
[System.Configuration.ConfigurationPropertyAttribute("", Options=(System.Configuration.ConfigurationPropertyOptions)(1))]
|
||||
[System.Configuration.ConfigurationPropertyAttribute("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
|
||||
public System.Configuration.ConnectionStringSettingsCollection ConnectionStrings { get { throw null; } }
|
||||
protected internal override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
|
||||
protected internal override object GetRuntimeObject() { throw null; }
|
||||
@@ -635,7 +635,7 @@ namespace System.Configuration
|
||||
public override bool CanValidate(System.Type type) { throw null; }
|
||||
public override void Validate(object value) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(128))]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Property)]
|
||||
public sealed partial class IntegerValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute
|
||||
{
|
||||
public IntegerValidatorAttribute() { }
|
||||
@@ -662,7 +662,7 @@ namespace System.Configuration
|
||||
public partial class KeyValueConfigurationElement : System.Configuration.ConfigurationElement
|
||||
{
|
||||
public KeyValueConfigurationElement(string key, string value) { }
|
||||
[System.Configuration.ConfigurationPropertyAttribute("key", Options=(System.Configuration.ConfigurationPropertyOptions)(4), DefaultValue="")]
|
||||
[System.Configuration.ConfigurationPropertyAttribute("key", Options=System.Configuration.ConfigurationPropertyOptions.IsKey, DefaultValue="")]
|
||||
public string Key { get { throw null; } }
|
||||
protected internal override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
|
||||
[System.Configuration.ConfigurationPropertyAttribute("value", DefaultValue="")]
|
||||
@@ -677,7 +677,7 @@ namespace System.Configuration
|
||||
public override bool CanValidate(System.Type type) { throw null; }
|
||||
public override void Validate(object value) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(128))]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Property)]
|
||||
public sealed partial class LongValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute
|
||||
{
|
||||
public LongValidatorAttribute() { }
|
||||
@@ -721,7 +721,7 @@ namespace System.Configuration
|
||||
public override bool CanValidate(System.Type type) { throw null; }
|
||||
public override void Validate(object value) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(128))]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Property)]
|
||||
public sealed partial class PositiveTimeSpanValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute
|
||||
{
|
||||
public PositiveTimeSpanValidatorAttribute() { }
|
||||
@@ -795,7 +795,7 @@ namespace System.Configuration
|
||||
{
|
||||
public ProtectedProviderSettings() { }
|
||||
protected internal override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
|
||||
[System.Configuration.ConfigurationPropertyAttribute("", IsDefaultCollection=true, Options=(System.Configuration.ConfigurationPropertyOptions)(1))]
|
||||
[System.Configuration.ConfigurationPropertyAttribute("", IsDefaultCollection=true, Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
|
||||
public System.Configuration.ProviderSettingsCollection Providers { get { throw null; } }
|
||||
}
|
||||
public sealed partial class ProviderSettings : System.Configuration.ConfigurationElement
|
||||
@@ -832,7 +832,7 @@ namespace System.Configuration
|
||||
public override bool CanValidate(System.Type type) { throw null; }
|
||||
public override void Validate(object value) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(128))]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Property)]
|
||||
public sealed partial class RegexStringValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute
|
||||
{
|
||||
public RegexStringValidatorAttribute(string regex) { }
|
||||
@@ -898,7 +898,7 @@ namespace System.Configuration
|
||||
public override bool CanValidate(System.Type type) { throw null; }
|
||||
public override void Validate(object value) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(128))]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Property)]
|
||||
public sealed partial class StringValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute
|
||||
{
|
||||
public StringValidatorAttribute() { }
|
||||
@@ -913,7 +913,7 @@ namespace System.Configuration
|
||||
public override bool CanValidate(System.Type type) { throw null; }
|
||||
public override void Validate(object value) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(128))]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Property)]
|
||||
public sealed partial class SubclassTypeValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute
|
||||
{
|
||||
public SubclassTypeValidatorAttribute(System.Type baseClass) { }
|
||||
@@ -952,7 +952,7 @@ namespace System.Configuration
|
||||
public override bool CanValidate(System.Type type) { throw null; }
|
||||
public override void Validate(object value) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(128))]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Property)]
|
||||
public sealed partial class TimeSpanValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute
|
||||
{
|
||||
public const string TimeSpanMaxValue = "10675199.02:48:05.4775807";
|
||||
@@ -999,13 +999,13 @@ namespace System.Configuration.Internal
|
||||
public virtual string GetConfigPathFromLocationSubPath(string configPath, string locationSubPath) { throw null; }
|
||||
public virtual System.Type GetConfigType(string typeName, bool throwOnError) { throw null; }
|
||||
public virtual string GetConfigTypeName(System.Type t) { throw null; }
|
||||
public virtual void GetRestrictedPermissions(System.Configuration.Internal.IInternalConfigRecord configRecord, out System.Security.PermissionSet permissionSet, out bool isHostReady) { permissionSet = default(System.Security.PermissionSet); isHostReady = default(bool); }
|
||||
public virtual void GetRestrictedPermissions(System.Configuration.Internal.IInternalConfigRecord configRecord, out System.Security.PermissionSet permissionSet, out bool isHostReady) { throw null; }
|
||||
public virtual string GetStreamName(string configPath) { throw null; }
|
||||
public virtual string GetStreamNameForConfigSource(string streamName, string configSource) { throw null; }
|
||||
public virtual object GetStreamVersion(string streamName) { throw null; }
|
||||
public virtual System.IDisposable Impersonate() { throw null; }
|
||||
public virtual void Init(System.Configuration.Internal.IInternalConfigRoot configRoot, params object[] hostInitParams) { }
|
||||
public virtual void InitForConfiguration(ref string locationSubPath, out string configPath, out string locationConfigPath, System.Configuration.Internal.IInternalConfigRoot configRoot, params object[] hostInitConfigurationParams) { configPath = default(string); locationConfigPath = default(string); }
|
||||
public virtual void InitForConfiguration(ref string locationSubPath, out string configPath, out string locationConfigPath, System.Configuration.Internal.IInternalConfigRoot configRoot, params object[] hostInitConfigurationParams) { throw null; }
|
||||
public virtual bool IsAboveApplication(string configPath) { throw null; }
|
||||
public virtual bool IsConfigRecordRequired(string configPath) { throw null; }
|
||||
public virtual bool IsDefinitionAllowed(string configPath, System.Configuration.ConfigurationAllowDefinition allowDefinition, System.Configuration.ConfigurationAllowExeDefinition allowExeDefinition) { throw null; }
|
||||
|
||||
@@ -1 +1 @@
|
||||
53bb5168fc610ba437d81a420f96f0e6c133996a
|
||||
68fbd042184f23bdb07775ac782ab55886319a1f
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.CLSCompliantAttribute(true)]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||
[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.Data.DataSetExtensions.dll")]
|
||||
@@ -20,10 +20,10 @@
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.InteropServices.ComCompatibleVersionAttribute(1, 0, 3300, 0)]
|
||||
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
|
||||
[assembly:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)(2050))]
|
||||
[assembly:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)]
|
||||
[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
|
||||
[assembly:System.Security.SecurityCriticalAttribute]
|
||||
[assembly:System.Security.SecurityRulesAttribute((System.Security.SecurityRuleSet)(1), SkipVerificationInFullTrust=true)]
|
||||
[assembly:System.Security.SecurityRulesAttribute(System.Security.SecurityRuleSet.Level1, SkipVerificationInFullTrust=true)]
|
||||
namespace System.Data
|
||||
{
|
||||
public static partial class DataRowComparer
|
||||
|
||||
@@ -1 +1 @@
|
||||
4a24d8399d036071b03614a4b39705c5dc1ac32d
|
||||
0aca6e8e9ef08e7faf126bf456158b8e90aa6c24
|
||||
@@ -4,13 +4,13 @@
|
||||
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.CLSCompliantAttribute(true)]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||
[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.Data.Linq.dll")]
|
||||
[assembly:System.Reflection.AssemblyDescriptionAttribute("System.Data.Linq.dll")]
|
||||
[assembly:System.Reflection.AssemblyFileVersionAttribute("4.7.2558.0")]
|
||||
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.7.2558.0")]
|
||||
[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.Data.Linq.dll")]
|
||||
[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
|
||||
@@ -19,9 +19,9 @@
|
||||
[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)(2050))]
|
||||
[assembly:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)]
|
||||
[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
|
||||
[assembly:System.Security.SecurityRulesAttribute((System.Security.SecurityRuleSet)(1), SkipVerificationInFullTrust=true)]
|
||||
[assembly:System.Security.SecurityRulesAttribute(System.Security.SecurityRuleSet.Level1, SkipVerificationInFullTrust=true)]
|
||||
[assembly:System.Security.SecurityTransparentAttribute]
|
||||
namespace System.Data.Linq
|
||||
{
|
||||
@@ -170,9 +170,11 @@ namespace System.Data.Linq
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct EntityRef<TEntity> where TEntity : class
|
||||
{
|
||||
public EntityRef(System.Collections.Generic.IEnumerable<TEntity> source) { throw null;}
|
||||
public EntityRef(System.Data.Linq.EntityRef<TEntity> entityRef) { throw null;}
|
||||
public EntityRef(TEntity entity) { throw null;}
|
||||
private TEntity entity;
|
||||
private object _dummy;
|
||||
public EntityRef(System.Collections.Generic.IEnumerable<TEntity> source) { throw null; }
|
||||
public EntityRef(System.Data.Linq.EntityRef<TEntity> entityRef) { throw null; }
|
||||
public EntityRef(TEntity entity) { throw null; }
|
||||
public TEntity Entity { get { throw null; } set { } }
|
||||
public bool HasLoadedOrAssignedValue { get { throw null; } }
|
||||
}
|
||||
@@ -262,9 +264,12 @@ namespace System.Data.Linq
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct Link<T>
|
||||
{
|
||||
public Link(System.Collections.Generic.IEnumerable<T> source) { throw null;}
|
||||
public Link(System.Data.Linq.Link<T> link) { throw null;}
|
||||
public Link(T value) { throw null;}
|
||||
private T underlyingValue;
|
||||
private object _dummy;
|
||||
private int _dummyPrimitive;
|
||||
public Link(System.Collections.Generic.IEnumerable<T> source) { throw null; }
|
||||
public Link(System.Data.Linq.Link<T> link) { throw null; }
|
||||
public Link(T value) { throw null; }
|
||||
public bool HasLoadedOrAssignedValue { get { throw null; } }
|
||||
public bool HasValue { get { throw null; } }
|
||||
public T Value { get { throw null; } set { } }
|
||||
@@ -284,6 +289,7 @@ namespace System.Data.Linq
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct ModifiedMemberInfo
|
||||
{
|
||||
private object _dummy;
|
||||
public object CurrentValue { get { throw null; } }
|
||||
public System.Reflection.MemberInfo Member { get { throw null; } }
|
||||
public object OriginalValue { get { throw null; } }
|
||||
@@ -350,7 +356,7 @@ namespace System.Data.Linq
|
||||
}
|
||||
namespace System.Data.Linq.Mapping
|
||||
{
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(384), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false)]
|
||||
public sealed partial class AssociationAttribute : System.Data.Linq.Mapping.DataAttribute
|
||||
{
|
||||
public AssociationAttribute() { }
|
||||
@@ -374,7 +380,7 @@ namespace System.Data.Linq.Mapping
|
||||
OnInsert = 3,
|
||||
OnUpdate = 4,
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(384), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false)]
|
||||
public sealed partial class ColumnAttribute : System.Data.Linq.Mapping.DataAttribute
|
||||
{
|
||||
public ColumnAttribute() { }
|
||||
@@ -394,20 +400,20 @@ namespace System.Data.Linq.Mapping
|
||||
public string Name { get { throw null; } set { } }
|
||||
public string Storage { get { throw null; } set { } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false)]
|
||||
public sealed partial class DatabaseAttribute : System.Attribute
|
||||
{
|
||||
public DatabaseAttribute() { }
|
||||
public string Name { get { throw null; } set { } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(64), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Method, AllowMultiple=false)]
|
||||
public sealed partial class FunctionAttribute : System.Attribute
|
||||
{
|
||||
public FunctionAttribute() { }
|
||||
public bool IsComposable { get { throw null; } set { } }
|
||||
public string Name { get { throw null; } set { } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=true, Inherited=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)]
|
||||
public sealed partial class InheritanceMappingAttribute : System.Attribute
|
||||
{
|
||||
public InheritanceMappingAttribute() { }
|
||||
@@ -566,27 +572,27 @@ namespace System.Data.Linq.Mapping
|
||||
public abstract System.Data.Linq.Mapping.MetaType GetInheritanceType(System.Type type);
|
||||
public abstract System.Data.Linq.Mapping.MetaType GetTypeForInheritanceCode(object code);
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(10240), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue, AllowMultiple=false)]
|
||||
public sealed partial class ParameterAttribute : System.Attribute
|
||||
{
|
||||
public ParameterAttribute() { }
|
||||
public string DbType { get { throw null; } set { } }
|
||||
public string Name { get { throw null; } set { } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false)]
|
||||
public sealed partial class ProviderAttribute : System.Attribute
|
||||
{
|
||||
public ProviderAttribute() { }
|
||||
public ProviderAttribute(System.Type type) { }
|
||||
public System.Type Type { get { throw null; } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(64), AllowMultiple=true)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Method, AllowMultiple=true)]
|
||||
public sealed partial class ResultTypeAttribute : System.Attribute
|
||||
{
|
||||
public ResultTypeAttribute(System.Type type) { }
|
||||
public System.Type Type { get { throw null; } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
|
||||
public sealed partial class TableAttribute : System.Attribute
|
||||
{
|
||||
public TableAttribute() { }
|
||||
|
||||
@@ -17,9 +17,9 @@
|
||||
[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
|
||||
[assembly:System.Runtime.InteropServices.ComCompatibleVersionAttribute(1, 0, 3300, 0)]
|
||||
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
|
||||
[assembly:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)(2050))]
|
||||
[assembly:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)]
|
||||
[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
|
||||
[assembly:System.Security.SecurityRulesAttribute((System.Security.SecurityRuleSet)(1), SkipVerificationInFullTrust=true)]
|
||||
[assembly:System.Security.SecurityRulesAttribute(System.Security.SecurityRuleSet.Level1, SkipVerificationInFullTrust=true)]
|
||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
|
||||
namespace System.Data.OracleClient
|
||||
{
|
||||
@@ -53,8 +53,9 @@ namespace System.Data.OracleClient
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct OracleBinary : System.Data.SqlTypes.INullable, System.IComparable
|
||||
{
|
||||
private object _dummy;
|
||||
public static readonly System.Data.OracleClient.OracleBinary Null;
|
||||
public OracleBinary(byte[] b) { throw null;}
|
||||
public OracleBinary(byte[] b) { throw null; }
|
||||
public bool IsNull { get { throw null; } }
|
||||
public byte this[int index] { get { throw null; } }
|
||||
public int Length { get { throw null; } }
|
||||
@@ -82,13 +83,14 @@ namespace System.Data.OracleClient
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct OracleBoolean : System.IComparable
|
||||
{
|
||||
private int _dummyPrimitive;
|
||||
public static readonly System.Data.OracleClient.OracleBoolean False;
|
||||
public static readonly System.Data.OracleClient.OracleBoolean Null;
|
||||
public static readonly System.Data.OracleClient.OracleBoolean One;
|
||||
public static readonly System.Data.OracleClient.OracleBoolean True;
|
||||
public static readonly System.Data.OracleClient.OracleBoolean Zero;
|
||||
public OracleBoolean(bool value) { throw null;}
|
||||
public OracleBoolean(int value) { throw null;}
|
||||
public OracleBoolean(bool value) { throw null; }
|
||||
public OracleBoolean(int value) { throw null; }
|
||||
public bool IsFalse { get { throw null; } }
|
||||
public bool IsNull { get { throw null; } }
|
||||
public bool IsTrue { get { throw null; } }
|
||||
@@ -143,14 +145,14 @@ namespace System.Data.OracleClient
|
||||
public OracleCommand(string commandText, System.Data.OracleClient.OracleConnection connection, System.Data.OracleClient.OracleTransaction tx) { }
|
||||
[System.ComponentModel.DefaultValueAttribute("")]
|
||||
[System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Oracle.Design.OracleCommandTextEditor, Microsoft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
|
||||
public override string CommandText { get { throw null; } set { } }
|
||||
[System.ComponentModel.BrowsableAttribute(false)]
|
||||
[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
public override int CommandTimeout { get { throw null; } set { } }
|
||||
[System.ComponentModel.DefaultValueAttribute((System.Data.CommandType)(1))]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
|
||||
[System.ComponentModel.DefaultValueAttribute(System.Data.CommandType.Text)]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
|
||||
public override System.Data.CommandType CommandType { get { throw null; } set { } }
|
||||
[System.ComponentModel.DefaultValueAttribute(null)]
|
||||
[System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DbConnectionEditor, Microsoft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
||||
@@ -161,14 +163,14 @@ namespace System.Data.OracleClient
|
||||
[System.ComponentModel.BrowsableAttribute(false)]
|
||||
[System.ComponentModel.DefaultValueAttribute(true)]
|
||||
[System.ComponentModel.DesignOnlyAttribute(true)]
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
public override bool DesignTimeVisible { get { throw null; } set { } }
|
||||
[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
|
||||
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
|
||||
public new System.Data.OracleClient.OracleParameterCollection Parameters { get { throw null; } }
|
||||
[System.ComponentModel.BrowsableAttribute(false)]
|
||||
[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
|
||||
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
||||
public new System.Data.OracleClient.OracleTransaction Transaction { get { throw null; } set { } }
|
||||
[System.ComponentModel.DefaultValueAttribute((System.Data.UpdateRowSource)(3))]
|
||||
[System.ComponentModel.DefaultValueAttribute(System.Data.UpdateRowSource.Both)]
|
||||
public override System.Data.UpdateRowSource UpdatedRowSource { get { throw null; } set { } }
|
||||
public override void Cancel() { }
|
||||
public object Clone() { throw null; }
|
||||
@@ -176,7 +178,7 @@ namespace System.Data.OracleClient
|
||||
public new System.Data.OracleClient.OracleParameter CreateParameter() { throw null; }
|
||||
protected override System.Data.Common.DbDataReader ExecuteDbDataReader(System.Data.CommandBehavior behavior) { throw null; }
|
||||
public override int ExecuteNonQuery() { throw null; }
|
||||
public int ExecuteOracleNonQuery(out System.Data.OracleClient.OracleString rowid) { rowid = default(System.Data.OracleClient.OracleString); throw null; }
|
||||
public int ExecuteOracleNonQuery(out System.Data.OracleClient.OracleString rowid) { throw null; }
|
||||
public object ExecuteOracleScalar() { throw null; }
|
||||
public new System.Data.OracleClient.OracleDataReader ExecuteReader() { throw null; }
|
||||
public new System.Data.OracleClient.OracleDataReader ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
|
||||
@@ -190,18 +192,18 @@ namespace System.Data.OracleClient
|
||||
public OracleCommandBuilder() { }
|
||||
public OracleCommandBuilder(System.Data.OracleClient.OracleDataAdapter adapter) { }
|
||||
[System.ComponentModel.BrowsableAttribute(false)]
|
||||
[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
public override System.Data.Common.CatalogLocation CatalogLocation { get { throw null; } set { } }
|
||||
[System.ComponentModel.BrowsableAttribute(false)]
|
||||
[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
public override string CatalogSeparator { get { throw null; } set { } }
|
||||
[System.ComponentModel.DefaultValueAttribute(null)]
|
||||
public new System.Data.OracleClient.OracleDataAdapter DataAdapter { get { throw null; } set { } }
|
||||
[System.ComponentModel.BrowsableAttribute(false)]
|
||||
[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
public override string SchemaSeparator { get { throw null; } set { } }
|
||||
protected override void ApplyParameterInfo(System.Data.Common.DbParameter parameter, System.Data.DataRow datarow, System.Data.StatementType statementType, bool whereClause) { }
|
||||
public static void DeriveParameters(System.Data.OracleClient.OracleCommand command) { }
|
||||
@@ -227,23 +229,23 @@ namespace System.Data.OracleClient
|
||||
[System.ComponentModel.DefaultValueAttribute("")]
|
||||
[System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Oracle.Design.OracleConnectionStringEditor, Microsoft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
||||
[System.ComponentModel.RecommendedAsConfigurableAttribute(true)]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
|
||||
[System.ComponentModel.SettingsBindableAttribute(true)]
|
||||
public override string ConnectionString { get { throw null; } set { } }
|
||||
[System.ComponentModel.BrowsableAttribute(false)]
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
public override int ConnectionTimeout { get { throw null; } }
|
||||
[System.ComponentModel.BrowsableAttribute(false)]
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
public override string Database { get { throw null; } }
|
||||
[System.ComponentModel.BrowsableAttribute(false)]
|
||||
[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
|
||||
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
||||
public override string DataSource { get { throw null; } }
|
||||
[System.ComponentModel.BrowsableAttribute(false)]
|
||||
[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
|
||||
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
||||
public override string ServerVersion { get { throw null; } }
|
||||
[System.ComponentModel.BrowsableAttribute(false)]
|
||||
[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
|
||||
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
||||
public override System.Data.ConnectionState State { get { throw null; } }
|
||||
public event System.Data.OracleClient.OracleInfoMessageEventHandler InfoMessage { add { } remove { } }
|
||||
protected override System.Data.Common.DbTransaction BeginDbTransaction(System.Data.IsolationLevel isolationLevel) { throw null; }
|
||||
@@ -272,44 +274,44 @@ namespace System.Data.OracleClient
|
||||
public OracleConnectionStringBuilder() { }
|
||||
public OracleConnectionStringBuilder(string connectionString) { }
|
||||
[System.ComponentModel.DisplayNameAttribute("Data Source")]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
|
||||
public string DataSource { get { throw null; } set { } }
|
||||
[System.ComponentModel.DisplayNameAttribute("Enlist")]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
|
||||
public bool Enlist { get { throw null; } set { } }
|
||||
[System.ComponentModel.DisplayNameAttribute("Integrated Security")]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
|
||||
public bool IntegratedSecurity { get { throw null; } set { } }
|
||||
public override bool IsFixedSize { get { throw null; } }
|
||||
public override object this[string keyword] { get { throw null; } set { } }
|
||||
public override System.Collections.ICollection Keys { get { throw null; } }
|
||||
[System.ComponentModel.DisplayNameAttribute("Load Balance Timeout")]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
|
||||
public int LoadBalanceTimeout { get { throw null; } set { } }
|
||||
[System.ComponentModel.DisplayNameAttribute("Max Pool Size")]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
|
||||
public int MaxPoolSize { get { throw null; } set { } }
|
||||
[System.ComponentModel.DisplayNameAttribute("Min Pool Size")]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
|
||||
public int MinPoolSize { get { throw null; } set { } }
|
||||
[System.ComponentModel.DisplayNameAttribute("Omit Oracle Connection Name")]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
|
||||
public bool OmitOracleConnectionName { get { throw null; } set { } }
|
||||
[System.ComponentModel.DisplayNameAttribute("Password")]
|
||||
[System.ComponentModel.PasswordPropertyTextAttribute(true)]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
|
||||
public string Password { get { throw null; } set { } }
|
||||
[System.ComponentModel.DisplayNameAttribute("Persist Security Info")]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
|
||||
public bool PersistSecurityInfo { get { throw null; } set { } }
|
||||
[System.ComponentModel.DisplayNameAttribute("Pooling")]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
|
||||
public bool Pooling { get { throw null; } set { } }
|
||||
[System.ComponentModel.DisplayNameAttribute("Unicode")]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
|
||||
public bool Unicode { get { throw null; } set { } }
|
||||
[System.ComponentModel.DisplayNameAttribute("User ID")]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
|
||||
public string UserID { get { throw null; } set { } }
|
||||
public override System.Collections.ICollection Values { get { throw null; } }
|
||||
public override void Clear() { }
|
||||
@@ -317,7 +319,7 @@ namespace System.Data.OracleClient
|
||||
protected override void GetProperties(System.Collections.Hashtable propertyDescriptors) { }
|
||||
public override bool Remove(string keyword) { throw null; }
|
||||
public override bool ShouldSerialize(string keyword) { throw null; }
|
||||
public override bool TryGetValue(string keyword, out object value) { value = default(object); throw null; }
|
||||
public override bool TryGetValue(string keyword, out object value) { throw null; }
|
||||
}
|
||||
[System.ComponentModel.DefaultEventAttribute("RowUpdated")]
|
||||
[System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.Data.VS.OracleDataAdapterDesigner, Microsoft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
||||
@@ -354,7 +356,7 @@ namespace System.Data.OracleClient
|
||||
protected override System.Data.Common.RowUpdatingEventArgs CreateRowUpdatingEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw null; }
|
||||
protected override int ExecuteBatch() { throw null; }
|
||||
protected override System.Data.IDataParameter GetBatchedParameter(int commandIdentifier, int parameterIndex) { throw null; }
|
||||
protected override bool GetBatchedRecordsAffected(int commandIdentifier, out int recordsAffected, out System.Exception error) { recordsAffected = default(int); error = default(System.Exception); throw null; }
|
||||
protected override bool GetBatchedRecordsAffected(int commandIdentifier, out int recordsAffected, out System.Exception error) { throw null; }
|
||||
protected override void InitializeBatching() { }
|
||||
protected override void OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value) { }
|
||||
protected override void OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value) { }
|
||||
@@ -415,18 +417,19 @@ namespace System.Data.OracleClient
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Pack=1)]
|
||||
public partial struct OracleDateTime : System.Data.SqlTypes.INullable, System.IComparable
|
||||
{
|
||||
private object _dummy;
|
||||
public static readonly System.Data.OracleClient.OracleDateTime MaxValue;
|
||||
public static readonly System.Data.OracleClient.OracleDateTime MinValue;
|
||||
public static readonly System.Data.OracleClient.OracleDateTime Null;
|
||||
public OracleDateTime(System.Data.OracleClient.OracleDateTime from) { throw null;}
|
||||
public OracleDateTime(System.DateTime dt) { throw null;}
|
||||
public OracleDateTime(int year, int month, int day) { throw null;}
|
||||
public OracleDateTime(int year, int month, int day, System.Globalization.Calendar calendar) { throw null;}
|
||||
public OracleDateTime(int year, int month, int day, int hour, int minute, int second) { throw null;}
|
||||
public OracleDateTime(int year, int month, int day, int hour, int minute, int second, System.Globalization.Calendar calendar) { throw null;}
|
||||
public OracleDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond) { throw null;}
|
||||
public OracleDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, System.Globalization.Calendar calendar) { throw null;}
|
||||
public OracleDateTime(long ticks) { throw null;}
|
||||
public OracleDateTime(System.Data.OracleClient.OracleDateTime from) { throw null; }
|
||||
public OracleDateTime(System.DateTime dt) { throw null; }
|
||||
public OracleDateTime(int year, int month, int day) { throw null; }
|
||||
public OracleDateTime(int year, int month, int day, System.Globalization.Calendar calendar) { throw null; }
|
||||
public OracleDateTime(int year, int month, int day, int hour, int minute, int second) { throw null; }
|
||||
public OracleDateTime(int year, int month, int day, int hour, int minute, int second, System.Globalization.Calendar calendar) { throw null; }
|
||||
public OracleDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond) { throw null; }
|
||||
public OracleDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, System.Globalization.Calendar calendar) { throw null; }
|
||||
public OracleDateTime(long ticks) { throw null; }
|
||||
public int Day { get { throw null; } }
|
||||
public int Hour { get { throw null; } }
|
||||
public bool IsNull { get { throw null; } }
|
||||
@@ -461,7 +464,7 @@ namespace System.Data.OracleClient
|
||||
{
|
||||
internal OracleException() { }
|
||||
public int Code { get { throw null; } }
|
||||
[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
|
||||
[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter)]
|
||||
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
|
||||
}
|
||||
public sealed partial class OracleInfoMessageEventArgs : System.EventArgs
|
||||
@@ -515,12 +518,13 @@ namespace System.Data.OracleClient
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Pack=1)]
|
||||
public partial struct OracleMonthSpan : System.Data.SqlTypes.INullable, System.IComparable
|
||||
{
|
||||
private int _dummyPrimitive;
|
||||
public static readonly System.Data.OracleClient.OracleMonthSpan MaxValue;
|
||||
public static readonly System.Data.OracleClient.OracleMonthSpan MinValue;
|
||||
public static readonly System.Data.OracleClient.OracleMonthSpan Null;
|
||||
public OracleMonthSpan(System.Data.OracleClient.OracleMonthSpan from) { throw null;}
|
||||
public OracleMonthSpan(int months) { throw null;}
|
||||
public OracleMonthSpan(int years, int months) { throw null;}
|
||||
public OracleMonthSpan(System.Data.OracleClient.OracleMonthSpan from) { throw null; }
|
||||
public OracleMonthSpan(int months) { throw null; }
|
||||
public OracleMonthSpan(int years, int months) { throw null; }
|
||||
public bool IsNull { get { throw null; } }
|
||||
public int Value { get { throw null; } }
|
||||
public int CompareTo(object obj) { throw null; }
|
||||
@@ -546,6 +550,7 @@ namespace System.Data.OracleClient
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Pack=1)]
|
||||
public partial struct OracleNumber : System.Data.SqlTypes.INullable, System.IComparable
|
||||
{
|
||||
private object _dummy;
|
||||
public static readonly System.Data.OracleClient.OracleNumber E;
|
||||
public static readonly int MaxPrecision;
|
||||
public static readonly int MaxScale;
|
||||
@@ -557,11 +562,11 @@ namespace System.Data.OracleClient
|
||||
public static readonly System.Data.OracleClient.OracleNumber One;
|
||||
public static readonly System.Data.OracleClient.OracleNumber PI;
|
||||
public static readonly System.Data.OracleClient.OracleNumber Zero;
|
||||
public OracleNumber(System.Data.OracleClient.OracleNumber from) { throw null;}
|
||||
public OracleNumber(decimal decValue) { throw null;}
|
||||
public OracleNumber(double dblValue) { throw null;}
|
||||
public OracleNumber(int intValue) { throw null;}
|
||||
public OracleNumber(long longValue) { throw null;}
|
||||
public OracleNumber(System.Data.OracleClient.OracleNumber from) { throw null; }
|
||||
public OracleNumber(decimal decValue) { throw null; }
|
||||
public OracleNumber(double dblValue) { throw null; }
|
||||
public OracleNumber(int intValue) { throw null; }
|
||||
public OracleNumber(long longValue) { throw null; }
|
||||
public bool IsNull { get { throw null; } }
|
||||
public decimal Value { get { throw null; } }
|
||||
public static System.Data.OracleClient.OracleNumber Abs(System.Data.OracleClient.OracleNumber n) { throw null; }
|
||||
@@ -641,30 +646,30 @@ namespace System.Data.OracleClient
|
||||
public OracleParameter(string name, System.Data.OracleClient.OracleType oracleType, int size, string srcColumn) { }
|
||||
public OracleParameter(string name, object value) { }
|
||||
public override System.Data.DbType DbType { get { throw null; } set { } }
|
||||
[System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
|
||||
public override System.Data.ParameterDirection Direction { get { throw null; } set { } }
|
||||
public override bool IsNullable { get { throw null; } set { } }
|
||||
[System.ComponentModel.BrowsableAttribute(false)]
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
public int Offset { get { throw null; } set { } }
|
||||
[System.ComponentModel.DefaultValueAttribute((System.Data.OracleClient.OracleType)(22))]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
|
||||
[System.ComponentModel.DefaultValueAttribute(System.Data.OracleClient.OracleType.VarChar)]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
|
||||
[System.Data.Common.DbProviderSpecificTypePropertyAttribute(true)]
|
||||
public System.Data.OracleClient.OracleType OracleType { get { throw null; } set { } }
|
||||
public override string ParameterName { get { throw null; } set { } }
|
||||
[System.ComponentModel.BrowsableAttribute(false)]
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.ObsoleteAttribute("Precision has been deprecated. Use the Math classes to explicitly set the precision of a decimal. http://go.microsoft.com/fwlink/?linkid=14202")]
|
||||
public new byte Precision { get { throw null; } set { } }
|
||||
[System.ComponentModel.BrowsableAttribute(false)]
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.ObsoleteAttribute("Scale has been deprecated. Use the Math classes to explicitly set the scale of a decimal. http://go.microsoft.com/fwlink/?linkid=14202")]
|
||||
public new byte Scale { get { throw null; } set { } }
|
||||
public override int Size { get { throw null; } set { } }
|
||||
public override string SourceColumn { get { throw null; } set { } }
|
||||
public override bool SourceColumnNullMapping { get { throw null; } set { } }
|
||||
public override System.Data.DataRowVersion SourceVersion { get { throw null; } set { } }
|
||||
[System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
|
||||
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
|
||||
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
|
||||
public override object Value { get { throw null; } set { } }
|
||||
public override void ResetDbType() { }
|
||||
@@ -685,12 +690,12 @@ namespace System.Data.OracleClient
|
||||
public new System.Data.OracleClient.OracleParameter this[string parameterName] { get { throw null; } set { } }
|
||||
public override object SyncRoot { get { throw null; } }
|
||||
public System.Data.OracleClient.OracleParameter Add(System.Data.OracleClient.OracleParameter value) { throw null; }
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
public override int Add(object value) { throw null; }
|
||||
public System.Data.OracleClient.OracleParameter Add(string parameterName, System.Data.OracleClient.OracleType dataType) { throw null; }
|
||||
public System.Data.OracleClient.OracleParameter Add(string parameterName, System.Data.OracleClient.OracleType dataType, int size) { throw null; }
|
||||
public System.Data.OracleClient.OracleParameter Add(string parameterName, System.Data.OracleClient.OracleType dataType, int size, string srcColumn) { throw null; }
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.ObsoleteAttribute("Add(String parameterName, Object value) has been deprecated. Use AddWithValue(String parameterName, Object value). http://go.microsoft.com/fwlink/?linkid=14202", false)]
|
||||
public System.Data.OracleClient.OracleParameter Add(string parameterName, object value) { throw null; }
|
||||
public override void AddRange(System.Array values) { }
|
||||
@@ -732,7 +737,7 @@ namespace System.Data.OracleClient
|
||||
public override System.Security.SecurityElement ToXml() { throw null; }
|
||||
public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Method | System.AttributeTargets.Struct, AllowMultiple=true, Inherited=false)]
|
||||
[System.ObsoleteAttribute("OraclePermissionAttribute has been deprecated. http://go.microsoft.com/fwlink/?LinkID=144260", false)]
|
||||
[System.SerializableAttribute]
|
||||
public sealed partial class OraclePermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
|
||||
@@ -743,9 +748,9 @@ namespace System.Data.OracleClient
|
||||
public System.Data.KeyRestrictionBehavior KeyRestrictionBehavior { get { throw null; } set { } }
|
||||
public string KeyRestrictions { get { throw null; } set { } }
|
||||
public override System.Security.IPermission CreatePermission() { throw null; }
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
public bool ShouldSerializeConnectionString() { throw null; }
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
public bool ShouldSerializeKeyRestrictions() { throw null; }
|
||||
}
|
||||
public sealed partial class OracleRowUpdatedEventArgs : System.Data.Common.RowUpdatedEventArgs
|
||||
@@ -764,9 +769,10 @@ namespace System.Data.OracleClient
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct OracleString : System.Data.SqlTypes.INullable, System.IComparable
|
||||
{
|
||||
private object _dummy;
|
||||
public static readonly System.Data.OracleClient.OracleString Empty;
|
||||
public static readonly System.Data.OracleClient.OracleString Null;
|
||||
public OracleString(string s) { throw null;}
|
||||
public OracleString(string s) { throw null; }
|
||||
public bool IsNull { get { throw null; } }
|
||||
public char this[int index] { get { throw null; } }
|
||||
public int Length { get { throw null; } }
|
||||
@@ -795,15 +801,16 @@ namespace System.Data.OracleClient
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Pack=1)]
|
||||
public partial struct OracleTimeSpan : System.Data.SqlTypes.INullable, System.IComparable
|
||||
{
|
||||
private object _dummy;
|
||||
public static readonly System.Data.OracleClient.OracleTimeSpan MaxValue;
|
||||
public static readonly System.Data.OracleClient.OracleTimeSpan MinValue;
|
||||
public static readonly System.Data.OracleClient.OracleTimeSpan Null;
|
||||
public OracleTimeSpan(System.Data.OracleClient.OracleTimeSpan from) { throw null;}
|
||||
public OracleTimeSpan(int hours, int minutes, int seconds) { throw null;}
|
||||
public OracleTimeSpan(int days, int hours, int minutes, int seconds) { throw null;}
|
||||
public OracleTimeSpan(int days, int hours, int minutes, int seconds, int milliseconds) { throw null;}
|
||||
public OracleTimeSpan(long ticks) { throw null;}
|
||||
public OracleTimeSpan(System.TimeSpan ts) { throw null;}
|
||||
public OracleTimeSpan(System.Data.OracleClient.OracleTimeSpan from) { throw null; }
|
||||
public OracleTimeSpan(int hours, int minutes, int seconds) { throw null; }
|
||||
public OracleTimeSpan(int days, int hours, int minutes, int seconds) { throw null; }
|
||||
public OracleTimeSpan(int days, int hours, int minutes, int seconds, int milliseconds) { throw null; }
|
||||
public OracleTimeSpan(long ticks) { throw null; }
|
||||
public OracleTimeSpan(System.TimeSpan ts) { throw null; }
|
||||
public int Days { get { throw null; } }
|
||||
public int Hours { get { throw null; } }
|
||||
public bool IsNull { get { throw null; } }
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.CLSCompliantAttribute(true)]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||
[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.Data.Services.Client.dll")]
|
||||
@@ -19,10 +19,10 @@
|
||||
[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)(2050))]
|
||||
[assembly:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)]
|
||||
[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
|
||||
[assembly:System.Security.SecurityCriticalAttribute]
|
||||
[assembly:System.Security.SecurityRulesAttribute((System.Security.SecurityRuleSet)(1), SkipVerificationInFullTrust=true)]
|
||||
[assembly:System.Security.SecurityRulesAttribute(System.Security.SecurityRuleSet.Level1, SkipVerificationInFullTrust=true)]
|
||||
namespace System.Data.Services.Client
|
||||
{
|
||||
public sealed partial class ChangeOperationResponse : System.Data.Services.Client.OperationResponse
|
||||
@@ -127,8 +127,8 @@ namespace System.Data.Services.Client
|
||||
public void SetLink(object source, string sourceProperty, object target) { }
|
||||
public void SetSaveStream(object entity, System.IO.Stream stream, bool closeStream, System.Data.Services.Client.DataServiceRequestArgs args) { }
|
||||
public void SetSaveStream(object entity, System.IO.Stream stream, bool closeStream, string contentType, string slug) { }
|
||||
public bool TryGetEntity<TEntity>(System.Uri identity, out TEntity entity) where TEntity : class { entity = default(TEntity); throw null; }
|
||||
public bool TryGetUri(object entity, out System.Uri identity) { identity = default(System.Uri); throw null; }
|
||||
public bool TryGetEntity<TEntity>(System.Uri identity, out TEntity entity) where TEntity : class { throw null; }
|
||||
public bool TryGetUri(object entity, out System.Uri identity) { throw null; }
|
||||
public void UpdateObject(object entity) { }
|
||||
}
|
||||
public abstract partial class DataServiceQuery : System.Data.Services.Client.DataServiceRequest, System.Collections.IEnumerable, System.Linq.IQueryable
|
||||
@@ -290,7 +290,7 @@ namespace System.Data.Services.Client
|
||||
public string SourceProperty { get { throw null; } }
|
||||
public object Target { get { throw null; } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
|
||||
public sealed partial class MediaEntryAttribute : System.Attribute
|
||||
{
|
||||
public MediaEntryAttribute(string mediaMemberName) { }
|
||||
@@ -303,7 +303,7 @@ namespace System.Data.Services.Client
|
||||
OverwriteChanges = 1,
|
||||
PreserveChanges = 2,
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
|
||||
public sealed partial class MimeTypePropertyAttribute : System.Attribute
|
||||
{
|
||||
public MimeTypePropertyAttribute(string dataPropertyName, string mimeTypePropertyName) { }
|
||||
@@ -362,12 +362,12 @@ namespace System.Data.Services.Client
|
||||
}
|
||||
namespace System.Data.Services.Common
|
||||
{
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false)]
|
||||
public sealed partial class DataServiceEntityAttribute : System.Attribute
|
||||
{
|
||||
public DataServiceEntityAttribute() { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false)]
|
||||
public sealed partial class DataServiceKeyAttribute : System.Attribute
|
||||
{
|
||||
public DataServiceKeyAttribute(string keyName) { }
|
||||
@@ -379,7 +379,7 @@ namespace System.Data.Services.Common
|
||||
V1 = 0,
|
||||
V2 = 1,
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=true, Inherited=true)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
|
||||
public sealed partial class EntityPropertyMappingAttribute : System.Attribute
|
||||
{
|
||||
public EntityPropertyMappingAttribute(string sourcePath, System.Data.Services.Common.SyndicationItemProperty targetSyndicationItem, System.Data.Services.Common.SyndicationTextContentKind targetTextContentKind, bool keepInContent) { }
|
||||
@@ -392,13 +392,13 @@ namespace System.Data.Services.Common
|
||||
public System.Data.Services.Common.SyndicationItemProperty TargetSyndicationItem { get { throw null; } }
|
||||
public System.Data.Services.Common.SyndicationTextContentKind TargetTextContentKind { get { throw null; } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false)]
|
||||
public sealed partial class EntitySetAttribute : System.Attribute
|
||||
{
|
||||
public EntitySetAttribute(string entitySet) { }
|
||||
public string EntitySet { get { throw null; } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=true, AllowMultiple=false)]
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.Class, Inherited=true, AllowMultiple=false)]
|
||||
public sealed partial class HasStreamAttribute : System.Attribute
|
||||
{
|
||||
public HasStreamAttribute() { }
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user