1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
4 
5 [assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
6 [assembly:System.CLSCompliantAttribute(true)]
7 [assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
8 [assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
9 [assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Data.Services.dll")]
10 [assembly:System.Reflection.AssemblyDescriptionAttribute("System.Data.Services.dll")]
11 [assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.1")]
12 [assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.1")]
13 [assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
14 [assembly:System.Reflection.AssemblyTitleAttribute("System.Data.Services.dll")]
15 [assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
16 [assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
17 [assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
18 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
19 [assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
20 [assembly:System.Security.SecurityCriticalAttribute]
21 namespace System
22 {
23     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
24     internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
25     {
MonoDocumentationNoteAttribute(string comment)26         public MonoDocumentationNoteAttribute(string comment) { }
27     }
28     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
29     internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
30     {
MonoExtensionAttribute(string comment)31         public MonoExtensionAttribute(string comment) { }
32     }
33     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
34     internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
35     {
MonoInternalNoteAttribute(string comment)36         public MonoInternalNoteAttribute(string comment) { }
37     }
38     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
39     internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
40     {
MonoLimitationAttribute(string comment)41         public MonoLimitationAttribute(string comment) { }
42     }
43     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
44     internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
45     {
MonoNotSupportedAttribute(string comment)46         public MonoNotSupportedAttribute(string comment) { }
47     }
48     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
49     internal partial class MonoTODOAttribute : System.Attribute
50     {
MonoTODOAttribute()51         public MonoTODOAttribute() { }
MonoTODOAttribute(string comment)52         public MonoTODOAttribute(string comment) { }
53         public string Comment { get { throw null; } }
54     }
55 }
56 namespace System.Data.Services
57 {
58     [System.AttributeUsageAttribute((System.AttributeTargets)(64), AllowMultiple=true, Inherited=true)]
59     public sealed partial class ChangeInterceptorAttribute : System.Attribute
60     {
ChangeInterceptorAttribute(string entitySetName)61         public ChangeInterceptorAttribute(string entitySetName) { }
62         public string EntitySetName { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
63     }
64     public sealed partial class DataServiceBehavior
65     {
DataServiceBehavior()66         public DataServiceBehavior() { }
67         public bool AcceptCountRequests { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
68         public bool AcceptProjectionRequests { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
69         public bool InvokeInterceptorsOnLinkDelete { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
70         public System.Data.Services.Common.DataServiceProtocolVersion MaxProtocolVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
71     }
72     public sealed partial class DataServiceConfiguration : System.Data.Services.IDataServiceConfiguration
73     {
DataServiceConfiguration()74         public DataServiceConfiguration() { }
75         public System.Data.Services.DataServiceBehavior DataServiceBehavior { get { throw null; } }
76         public bool EnableTypeConversion { get { throw null; } set { } }
77         public int MaxBatchCount { get { throw null; } set { } }
78         public int MaxChangesetCount { get { throw null; } set { } }
79         public int MaxExpandCount { get { throw null; } set { } }
80         public int MaxExpandDepth { get { throw null; } set { } }
81         public int MaxObjectCountOnInsert { get { throw null; } set { } }
82         public int MaxResultsPerCollection { get { throw null; } set { } }
83         public bool UseVerboseErrors { get { throw null; } set { } }
EnableTypeAccess(string typeName)84         public void EnableTypeAccess(string typeName) { }
RegisterKnownType(System.Type type)85         public void RegisterKnownType(System.Type type) { }
SetEntitySetAccessRule(string name, System.Data.Services.EntitySetRights rights)86         public void SetEntitySetAccessRule(string name, System.Data.Services.EntitySetRights rights) { }
SetEntitySetPageSize(string name, int size)87         public void SetEntitySetPageSize(string name, int size) { }
SetServiceOperationAccessRule(string name, System.Data.Services.ServiceOperationRights rights)88         public void SetServiceOperationAccessRule(string name, System.Data.Services.ServiceOperationRights rights) { }
89     }
90     [System.Diagnostics.DebuggerDisplayAttribute("{statusCode}: {Message}")]
91     [System.SerializableAttribute]
92     public sealed partial class DataServiceException : System.InvalidOperationException
93     {
DataServiceException()94         public DataServiceException() { }
DataServiceException(int statusCode, string message)95         public DataServiceException(int statusCode, string message) { }
DataServiceException(int statusCode, string errorCode, string message, string messageXmlLang, System.Exception innerException)96         public DataServiceException(int statusCode, string errorCode, string message, string messageXmlLang, System.Exception innerException) { }
DataServiceException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)97         protected DataServiceException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
DataServiceException(string message)98         public DataServiceException(string message) { }
DataServiceException(string message, System.Exception innerException)99         public DataServiceException(string message, System.Exception innerException) { }
100         public string ErrorCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
101         public string MessageLanguage { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
102         public int StatusCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
103         [System.Security.SecurityCriticalAttribute]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)104         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
105     }
106     [System.CLSCompliantAttribute(false)]
107     public partial class DataServiceHost : System.ServiceModel.Web.WebServiceHost
108     {
DataServiceHost(System.Type serviceType, System.Uri[] baseAddresses)109         public DataServiceHost(System.Type serviceType, System.Uri[] baseAddresses) { }
110     }
111     public partial class DataServiceHostFactory : System.ServiceModel.Activation.ServiceHostFactory
112     {
DataServiceHostFactory()113         public DataServiceHostFactory() { }
CreateServiceHost(System.Type serviceType, System.Uri[] baseAddresses)114         protected override System.ServiceModel.ServiceHost CreateServiceHost(System.Type serviceType, System.Uri[] baseAddresses) { throw null; }
115     }
116     public sealed partial class DataServiceOperationContext
117     {
DataServiceOperationContext()118         public DataServiceOperationContext() { }
119         public System.Uri AbsoluteRequestUri { get { throw null; } }
120         public System.Uri AbsoluteServiceUri { get { throw null; } }
121         public bool IsBatchRequest { get { throw null; } }
122         public System.Net.WebHeaderCollection RequestHeaders { get { throw null; } }
123         public string RequestMethod { get { throw null; } }
124         public System.Net.WebHeaderCollection ResponseHeaders { get { throw null; } }
125         public int ResponseStatusCode { get { throw null; } set { } }
126     }
127     public sealed partial class DataServiceProcessingPipeline
128     {
DataServiceProcessingPipeline()129         public DataServiceProcessingPipeline() { }
130         public event System.EventHandler<System.EventArgs> ProcessedChangeset { add { } remove { } }
131         public event System.EventHandler<System.Data.Services.DataServiceProcessingPipelineEventArgs> ProcessedRequest { add { } remove { } }
132         public event System.EventHandler<System.EventArgs> ProcessingChangeset { add { } remove { } }
133         public event System.EventHandler<System.Data.Services.DataServiceProcessingPipelineEventArgs> ProcessingRequest { add { } remove { } }
134     }
135     public sealed partial class DataServiceProcessingPipelineEventArgs : System.EventArgs
136     {
DataServiceProcessingPipelineEventArgs()137         public DataServiceProcessingPipelineEventArgs() { }
138         public System.Data.Services.DataServiceOperationContext OperationContext { get { throw null; } }
139     }
140     [System.ServiceModel.Activation.AspNetCompatibilityRequirementsAttribute(RequirementsMode=(System.ServiceModel.Activation.AspNetCompatibilityRequirementsMode)(1))]
141     [System.ServiceModel.ServiceBehaviorAttribute(InstanceContextMode=(System.ServiceModel.InstanceContextMode)(1))]
142     public partial class DataService<T> : System.Data.Services.IRequestHandler
143     {
DataService()144         public DataService() { }
145         protected T CurrentDataSource { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
146         public System.Data.Services.DataServiceProcessingPipeline ProcessingPipeline { get { throw null; } }
AttachHost(System.Data.Services.IDataServiceHost host)147         public void AttachHost(System.Data.Services.IDataServiceHost host) { }
CreateDataSource()148         protected virtual T CreateDataSource() { throw null; }
HandleException(System.Data.Services.HandleExceptionArgs args)149         protected virtual void HandleException(System.Data.Services.HandleExceptionArgs args) { }
OnStartProcessingRequest(System.Data.Services.ProcessRequestArgs args)150         protected virtual void OnStartProcessingRequest(System.Data.Services.ProcessRequestArgs args) { }
ProcessRequest()151         public void ProcessRequest() { }
ProcessRequestForMessage(System.IO.Stream messageBody)152         public System.ServiceModel.Channels.Message ProcessRequestForMessage(System.IO.Stream messageBody) { throw null; }
153     }
154     [System.FlagsAttribute]
155     public enum EntitySetRights
156     {
157         All = 63,
158         AllRead = 3,
159         AllWrite = 60,
160         None = 0,
161         ReadMultiple = 2,
162         ReadSingle = 1,
163         WriteAppend = 4,
164         WriteDelete = 16,
165         WriteMerge = 32,
166         WriteReplace = 8,
167     }
168     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)]
169     public sealed partial class ETagAttribute : System.Attribute
170     {
ETagAttribute(string propertyName)171         public ETagAttribute(string propertyName) { }
ETagAttribute(params string[] propertyNames)172         public ETagAttribute(params string[] propertyNames) { }
173         public System.Collections.ObjectModel.ReadOnlyCollection<string> PropertyNames { get { throw null; } }
174     }
175     [System.Diagnostics.DebuggerDisplayAttribute("ExpandSegment ({name},Filter={filter})]")]
176     public partial class ExpandSegment
177     {
ExpandSegment(string name, System.Linq.Expressions.Expression filter)178         public ExpandSegment(string name, System.Linq.Expressions.Expression filter) { }
179         public System.Data.Services.Providers.ResourceProperty ExpandedProperty { get { throw null; } }
180         public System.Linq.Expressions.Expression Filter { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
181         public bool HasFilter { get { throw null; } }
182         public int MaxResultsExpected { get { throw null; } }
183         public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
PathHasFilter(System.Collections.Generic.IEnumerable<System.Data.Services.ExpandSegment> path)184         public static bool PathHasFilter(System.Collections.Generic.IEnumerable<System.Data.Services.ExpandSegment> path) { throw null; }
185     }
186     public partial class ExpandSegmentCollection : System.Collections.Generic.List<System.Data.Services.ExpandSegment>
187     {
ExpandSegmentCollection()188         public ExpandSegmentCollection() { }
ExpandSegmentCollection(int capacity)189         public ExpandSegmentCollection(int capacity) { }
190         public bool HasFilter { get { throw null; } }
191     }
192     public partial class HandleExceptionArgs
193     {
HandleExceptionArgs()194         public HandleExceptionArgs() { }
195         public System.Exception Exception { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
196         public string ResponseContentType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
197         public int ResponseStatusCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
198         public bool ResponseWritten { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
199         public bool UseVerboseErrors { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
200     }
201     public partial interface IDataServiceConfiguration
202     {
203         int MaxBatchCount { get; set; }
204         int MaxChangesetCount { get; set; }
205         int MaxExpandCount { get; set; }
206         int MaxExpandDepth { get; set; }
207         int MaxObjectCountOnInsert { get; set; }
208         int MaxResultsPerCollection { get; set; }
209         bool UseVerboseErrors { get; set; }
RegisterKnownType(System.Type type)210         void RegisterKnownType(System.Type type);
SetEntitySetAccessRule(string name, System.Data.Services.EntitySetRights rights)211         void SetEntitySetAccessRule(string name, System.Data.Services.EntitySetRights rights);
SetServiceOperationAccessRule(string name, System.Data.Services.ServiceOperationRights rights)212         void SetServiceOperationAccessRule(string name, System.Data.Services.ServiceOperationRights rights);
213     }
214     public partial interface IDataServiceHost
215     {
216         System.Uri AbsoluteRequestUri { get; }
217         System.Uri AbsoluteServiceUri { get; }
218         string RequestAccept { get; }
219         string RequestAcceptCharSet { get; }
220         string RequestContentType { get; }
221         string RequestHttpMethod { get; }
222         string RequestIfMatch { get; }
223         string RequestIfNoneMatch { get; }
224         string RequestMaxVersion { get; }
225         System.IO.Stream RequestStream { get; }
226         string RequestVersion { get; }
227         string ResponseCacheControl { get; set; }
228         string ResponseContentType { get; set; }
229         string ResponseETag { get; set; }
230         string ResponseLocation { get; set; }
231         int ResponseStatusCode { get; set; }
232         System.IO.Stream ResponseStream { get; }
233         string ResponseVersion { get; set; }
GetQueryStringItem(string item)234         string GetQueryStringItem(string item);
ProcessException(System.Data.Services.HandleExceptionArgs args)235         void ProcessException(System.Data.Services.HandleExceptionArgs args);
236     }
237     public partial interface IDataServiceHost2 : System.Data.Services.IDataServiceHost
238     {
239         System.Net.WebHeaderCollection RequestHeaders { get; }
240         System.Net.WebHeaderCollection ResponseHeaders { get; }
241     }
242     public partial interface IExpandedResult
243     {
244         object ExpandedElement { get; }
GetExpandedPropertyValue(string name)245         object GetExpandedPropertyValue(string name);
246     }
247     public partial interface IExpandProvider
248     {
ApplyExpansions(System.Linq.IQueryable queryable, System.Collections.Generic.ICollection<System.Data.Services.ExpandSegmentCollection> expandPaths)249         System.Collections.IEnumerable ApplyExpansions(System.Linq.IQueryable queryable, System.Collections.Generic.ICollection<System.Data.Services.ExpandSegmentCollection> expandPaths);
250     }
251     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)]
252     public sealed partial class IgnorePropertiesAttribute : System.Attribute
253     {
IgnorePropertiesAttribute(string propertyName)254         public IgnorePropertiesAttribute(string propertyName) { }
IgnorePropertiesAttribute(params string[] propertyNames)255         public IgnorePropertiesAttribute(params string[] propertyNames) { }
256         public System.Collections.ObjectModel.ReadOnlyCollection<string> PropertyNames { get { throw null; } }
257     }
258     [System.ServiceModel.ServiceContractAttribute]
259     public partial interface IRequestHandler
260     {
261         [System.ServiceModel.OperationContractAttribute]
262         [System.ServiceModel.Web.WebInvokeAttribute(UriTemplate="*", Method="*")]
ProcessRequestForMessage(System.IO.Stream messageBody)263         System.ServiceModel.Channels.Message ProcessRequestForMessage(System.IO.Stream messageBody);
264     }
265     public partial interface IUpdatable
266     {
AddReferenceToCollection(object targetResource, string propertyName, object resourceToBeAdded)267         void AddReferenceToCollection(object targetResource, string propertyName, object resourceToBeAdded);
ClearChanges()268         void ClearChanges();
CreateResource(string containerName, string fullTypeName)269         object CreateResource(string containerName, string fullTypeName);
DeleteResource(object targetResource)270         void DeleteResource(object targetResource);
GetResource(System.Linq.IQueryable query, string fullTypeName)271         object GetResource(System.Linq.IQueryable query, string fullTypeName);
GetValue(object targetResource, string propertyName)272         object GetValue(object targetResource, string propertyName);
RemoveReferenceFromCollection(object targetResource, string propertyName, object resourceToBeRemoved)273         void RemoveReferenceFromCollection(object targetResource, string propertyName, object resourceToBeRemoved);
ResetResource(object resource)274         object ResetResource(object resource);
ResolveResource(object resource)275         object ResolveResource(object resource);
SaveChanges()276         void SaveChanges();
SetReference(object targetResource, string propertyName, object propertyValue)277         void SetReference(object targetResource, string propertyName, object propertyValue);
SetValue(object targetResource, string propertyName, object propertyValue)278         void SetValue(object targetResource, string propertyName, object propertyValue);
279     }
280     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)]
281     public sealed partial class MimeTypeAttribute : System.Attribute
282     {
MimeTypeAttribute(string memberName, string mimeType)283         public MimeTypeAttribute(string memberName, string mimeType) { }
284         public string MemberName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
285         public string MimeType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
286     }
287     public sealed partial class ProcessRequestArgs
288     {
ProcessRequestArgs()289         public ProcessRequestArgs() { }
290         public bool IsBatchOperation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
291         public System.Data.Services.DataServiceOperationContext OperationContext { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
292         public System.Uri RequestUri { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
293     }
294     [System.AttributeUsageAttribute((System.AttributeTargets)(64), AllowMultiple=true, Inherited=true)]
295     public sealed partial class QueryInterceptorAttribute : System.Attribute
296     {
QueryInterceptorAttribute(string entitySetName)297         public QueryInterceptorAttribute(string entitySetName) { }
298         public string EntitySetName { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
299     }
300     [System.FlagsAttribute]
301     public enum ServiceOperationRights
302     {
303         All = 3,
304         AllRead = 3,
305         None = 0,
306         OverrideEntitySetRights = 4,
307         ReadMultiple = 2,
308         ReadSingle = 1,
309     }
310     [System.AttributeUsageAttribute((System.AttributeTargets)(64), AllowMultiple=false, Inherited=true)]
311     public sealed partial class SingleResultAttribute : System.Attribute
312     {
SingleResultAttribute()313         public SingleResultAttribute() { }
314     }
315     [System.FlagsAttribute]
316     public enum UpdateOperations
317     {
318         Add = 1,
319         Change = 2,
320         Delete = 4,
321         None = 0,
322     }
323 }
324 namespace System.Data.Services.Internal
325 {
326     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
327     public abstract partial class ExpandedWrapper<TExpandedElement> : System.Data.Services.IExpandedResult
328     {
ExpandedWrapper()329         protected ExpandedWrapper() { }
330         public string Description { get { throw null; } set { } }
331         public TExpandedElement ExpandedElement { get { throw null; } set { } }
332         object System.Data.Services.IExpandedResult.ExpandedElement { get { throw null; } }
GetExpandedPropertyValue(string name)333         public object GetExpandedPropertyValue(string name) { throw null; }
InternalGetExpandedPropertyValue(int nameIndex)334         protected abstract object InternalGetExpandedPropertyValue(int nameIndex);
335     }
336     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
337     public sealed partial class ExpandedWrapper<TExpandedElement, TProperty0, TProperty1, TProperty2, TProperty3, TProperty4, TProperty5, TProperty6, TProperty7, TProperty8> : System.Data.Services.Internal.ExpandedWrapper<TExpandedElement>
338     {
ExpandedWrapper()339         public ExpandedWrapper() { }
340         public TProperty0 ProjectedProperty0 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
341         public TProperty1 ProjectedProperty1 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
342         public TProperty2 ProjectedProperty2 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
343         public TProperty3 ProjectedProperty3 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
344         public TProperty4 ProjectedProperty4 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
345         public TProperty5 ProjectedProperty5 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
346         public TProperty6 ProjectedProperty6 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
347         public TProperty7 ProjectedProperty7 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
348         public TProperty8 ProjectedProperty8 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
InternalGetExpandedPropertyValue(int nameIndex)349         protected override object InternalGetExpandedPropertyValue(int nameIndex) { throw null; }
350     }
351     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
352     public sealed partial class ExpandedWrapper<TExpandedElement, TProperty0, TProperty1, TProperty2, TProperty3, TProperty4, TProperty5, TProperty6, TProperty7, TProperty8, TProperty9> : System.Data.Services.Internal.ExpandedWrapper<TExpandedElement>
353     {
ExpandedWrapper()354         public ExpandedWrapper() { }
355         public TProperty0 ProjectedProperty0 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
356         public TProperty1 ProjectedProperty1 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
357         public TProperty2 ProjectedProperty2 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
358         public TProperty3 ProjectedProperty3 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
359         public TProperty4 ProjectedProperty4 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
360         public TProperty5 ProjectedProperty5 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
361         public TProperty6 ProjectedProperty6 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
362         public TProperty7 ProjectedProperty7 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
363         public TProperty8 ProjectedProperty8 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
364         public TProperty9 ProjectedProperty9 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
InternalGetExpandedPropertyValue(int nameIndex)365         protected override object InternalGetExpandedPropertyValue(int nameIndex) { throw null; }
366     }
367     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
368     public sealed partial class ExpandedWrapper<TExpandedElement, TProperty0, TProperty1, TProperty2, TProperty3, TProperty4, TProperty5, TProperty6, TProperty7, TProperty8, TProperty9, TProperty10> : System.Data.Services.Internal.ExpandedWrapper<TExpandedElement>
369     {
ExpandedWrapper()370         public ExpandedWrapper() { }
371         public TProperty0 ProjectedProperty0 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
372         public TProperty1 ProjectedProperty1 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
373         public TProperty10 ProjectedProperty10 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
374         public TProperty2 ProjectedProperty2 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
375         public TProperty3 ProjectedProperty3 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
376         public TProperty4 ProjectedProperty4 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
377         public TProperty5 ProjectedProperty5 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
378         public TProperty6 ProjectedProperty6 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
379         public TProperty7 ProjectedProperty7 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
380         public TProperty8 ProjectedProperty8 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
381         public TProperty9 ProjectedProperty9 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
InternalGetExpandedPropertyValue(int nameIndex)382         protected override object InternalGetExpandedPropertyValue(int nameIndex) { throw null; }
383     }
384     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
385     public sealed partial class ExpandedWrapper<TExpandedElement, TProperty0, TProperty1, TProperty2, TProperty3, TProperty4, TProperty5, TProperty6, TProperty7, TProperty8, TProperty9, TProperty10, TProperty11> : System.Data.Services.Internal.ExpandedWrapper<TExpandedElement>
386     {
ExpandedWrapper()387         public ExpandedWrapper() { }
388         public TProperty0 ProjectedProperty0 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
389         public TProperty1 ProjectedProperty1 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
390         public TProperty10 ProjectedProperty10 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
391         public TProperty11 ProjectedProperty11 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
392         public TProperty2 ProjectedProperty2 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
393         public TProperty3 ProjectedProperty3 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
394         public TProperty4 ProjectedProperty4 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
395         public TProperty5 ProjectedProperty5 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
396         public TProperty6 ProjectedProperty6 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
397         public TProperty7 ProjectedProperty7 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
398         public TProperty8 ProjectedProperty8 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
399         public TProperty9 ProjectedProperty9 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
InternalGetExpandedPropertyValue(int nameIndex)400         protected override object InternalGetExpandedPropertyValue(int nameIndex) { throw null; }
401     }
402     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
403     public sealed partial class ExpandedWrapper<TExpandedElement, TProperty0> : System.Data.Services.Internal.ExpandedWrapper<TExpandedElement>
404     {
ExpandedWrapper()405         public ExpandedWrapper() { }
406         public TProperty0 ProjectedProperty0 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
InternalGetExpandedPropertyValue(int nameIndex)407         protected override object InternalGetExpandedPropertyValue(int nameIndex) { throw null; }
408     }
409     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
410     public sealed partial class ExpandedWrapper<TExpandedElement, TProperty0, TProperty1> : System.Data.Services.Internal.ExpandedWrapper<TExpandedElement>
411     {
ExpandedWrapper()412         public ExpandedWrapper() { }
413         public TProperty0 ProjectedProperty0 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
414         public TProperty1 ProjectedProperty1 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
InternalGetExpandedPropertyValue(int nameIndex)415         protected override object InternalGetExpandedPropertyValue(int nameIndex) { throw null; }
416     }
417     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
418     public sealed partial class ExpandedWrapper<TExpandedElement, TProperty0, TProperty1, TProperty2> : System.Data.Services.Internal.ExpandedWrapper<TExpandedElement>
419     {
ExpandedWrapper()420         public ExpandedWrapper() { }
421         public TProperty0 ProjectedProperty0 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
422         public TProperty1 ProjectedProperty1 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
423         public TProperty2 ProjectedProperty2 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
InternalGetExpandedPropertyValue(int nameIndex)424         protected override object InternalGetExpandedPropertyValue(int nameIndex) { throw null; }
425     }
426     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
427     public sealed partial class ExpandedWrapper<TExpandedElement, TProperty0, TProperty1, TProperty2, TProperty3> : System.Data.Services.Internal.ExpandedWrapper<TExpandedElement>
428     {
ExpandedWrapper()429         public ExpandedWrapper() { }
430         public TProperty0 ProjectedProperty0 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
431         public TProperty1 ProjectedProperty1 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
432         public TProperty2 ProjectedProperty2 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
433         public TProperty3 ProjectedProperty3 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
InternalGetExpandedPropertyValue(int nameIndex)434         protected override object InternalGetExpandedPropertyValue(int nameIndex) { throw null; }
435     }
436     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
437     public sealed partial class ExpandedWrapper<TExpandedElement, TProperty0, TProperty1, TProperty2, TProperty3, TProperty4> : System.Data.Services.Internal.ExpandedWrapper<TExpandedElement>
438     {
ExpandedWrapper()439         public ExpandedWrapper() { }
440         public TProperty0 ProjectedProperty0 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
441         public TProperty1 ProjectedProperty1 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
442         public TProperty2 ProjectedProperty2 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
443         public TProperty3 ProjectedProperty3 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
444         public TProperty4 ProjectedProperty4 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
InternalGetExpandedPropertyValue(int nameIndex)445         protected override object InternalGetExpandedPropertyValue(int nameIndex) { throw null; }
446     }
447     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
448     public sealed partial class ExpandedWrapper<TExpandedElement, TProperty0, TProperty1, TProperty2, TProperty3, TProperty4, TProperty5> : System.Data.Services.Internal.ExpandedWrapper<TExpandedElement>
449     {
ExpandedWrapper()450         public ExpandedWrapper() { }
451         public TProperty0 ProjectedProperty0 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
452         public TProperty1 ProjectedProperty1 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
453         public TProperty2 ProjectedProperty2 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
454         public TProperty3 ProjectedProperty3 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
455         public TProperty4 ProjectedProperty4 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
456         public TProperty5 ProjectedProperty5 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
InternalGetExpandedPropertyValue(int nameIndex)457         protected override object InternalGetExpandedPropertyValue(int nameIndex) { throw null; }
458     }
459     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
460     public sealed partial class ExpandedWrapper<TExpandedElement, TProperty0, TProperty1, TProperty2, TProperty3, TProperty4, TProperty5, TProperty6> : System.Data.Services.Internal.ExpandedWrapper<TExpandedElement>
461     {
ExpandedWrapper()462         public ExpandedWrapper() { }
463         public TProperty0 ProjectedProperty0 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
464         public TProperty1 ProjectedProperty1 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
465         public TProperty2 ProjectedProperty2 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
466         public TProperty3 ProjectedProperty3 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
467         public TProperty4 ProjectedProperty4 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
468         public TProperty5 ProjectedProperty5 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
469         public TProperty6 ProjectedProperty6 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
InternalGetExpandedPropertyValue(int nameIndex)470         protected override object InternalGetExpandedPropertyValue(int nameIndex) { throw null; }
471     }
472     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
473     public sealed partial class ExpandedWrapper<TExpandedElement, TProperty0, TProperty1, TProperty2, TProperty3, TProperty4, TProperty5, TProperty6, TProperty7> : System.Data.Services.Internal.ExpandedWrapper<TExpandedElement>
474     {
ExpandedWrapper()475         public ExpandedWrapper() { }
476         public TProperty0 ProjectedProperty0 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
477         public TProperty1 ProjectedProperty1 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
478         public TProperty2 ProjectedProperty2 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
479         public TProperty3 ProjectedProperty3 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
480         public TProperty4 ProjectedProperty4 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
481         public TProperty5 ProjectedProperty5 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
482         public TProperty6 ProjectedProperty6 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
483         public TProperty7 ProjectedProperty7 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
InternalGetExpandedPropertyValue(int nameIndex)484         protected override object InternalGetExpandedPropertyValue(int nameIndex) { throw null; }
485     }
486     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
487     public abstract partial class ProjectedWrapper
488     {
ProjectedWrapper()489         protected ProjectedWrapper() { }
490         public string PropertyNameList { get { throw null; } set { } }
491         public string ResourceTypeName { get { throw null; } set { } }
GetProjectedPropertyValue(string propertyName)492         public object GetProjectedPropertyValue(string propertyName) { throw null; }
InternalGetProjectedPropertyValue(int propertyIndex)493         protected abstract object InternalGetProjectedPropertyValue(int propertyIndex);
494     }
495     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
496     public sealed partial class ProjectedWrapper0 : System.Data.Services.Internal.ProjectedWrapper
497     {
498         [System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")]
ProjectedWrapper0()499         public ProjectedWrapper0() { }
InternalGetProjectedPropertyValue(int propertyIndex)500         protected override object InternalGetProjectedPropertyValue(int propertyIndex) { throw null; }
501     }
502     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
503     public sealed partial class ProjectedWrapper1 : System.Data.Services.Internal.ProjectedWrapper
504     {
ProjectedWrapper1()505         public ProjectedWrapper1() { }
506         public object ProjectedProperty0 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
InternalGetProjectedPropertyValue(int propertyIndex)507         protected override object InternalGetProjectedPropertyValue(int propertyIndex) { throw null; }
508     }
509     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
510     public sealed partial class ProjectedWrapper2 : System.Data.Services.Internal.ProjectedWrapper
511     {
ProjectedWrapper2()512         public ProjectedWrapper2() { }
513         public object ProjectedProperty0 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
514         public object ProjectedProperty1 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
InternalGetProjectedPropertyValue(int propertyIndex)515         protected override object InternalGetProjectedPropertyValue(int propertyIndex) { throw null; }
516     }
517     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
518     public sealed partial class ProjectedWrapper3 : System.Data.Services.Internal.ProjectedWrapper
519     {
ProjectedWrapper3()520         public ProjectedWrapper3() { }
521         public object ProjectedProperty0 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
522         public object ProjectedProperty1 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
523         public object ProjectedProperty2 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
InternalGetProjectedPropertyValue(int propertyIndex)524         protected override object InternalGetProjectedPropertyValue(int propertyIndex) { throw null; }
525     }
526     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
527     public sealed partial class ProjectedWrapper4 : System.Data.Services.Internal.ProjectedWrapper
528     {
ProjectedWrapper4()529         public ProjectedWrapper4() { }
530         public object ProjectedProperty0 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
531         public object ProjectedProperty1 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
532         public object ProjectedProperty2 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
533         public object ProjectedProperty3 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
InternalGetProjectedPropertyValue(int propertyIndex)534         protected override object InternalGetProjectedPropertyValue(int propertyIndex) { throw null; }
535     }
536     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
537     public sealed partial class ProjectedWrapper5 : System.Data.Services.Internal.ProjectedWrapper
538     {
ProjectedWrapper5()539         public ProjectedWrapper5() { }
540         public object ProjectedProperty0 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
541         public object ProjectedProperty1 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
542         public object ProjectedProperty2 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
543         public object ProjectedProperty3 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
544         public object ProjectedProperty4 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
InternalGetProjectedPropertyValue(int propertyIndex)545         protected override object InternalGetProjectedPropertyValue(int propertyIndex) { throw null; }
546     }
547     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
548     public sealed partial class ProjectedWrapper6 : System.Data.Services.Internal.ProjectedWrapper
549     {
ProjectedWrapper6()550         public ProjectedWrapper6() { }
551         public object ProjectedProperty0 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
552         public object ProjectedProperty1 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
553         public object ProjectedProperty2 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
554         public object ProjectedProperty3 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
555         public object ProjectedProperty4 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
556         public object ProjectedProperty5 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
InternalGetProjectedPropertyValue(int propertyIndex)557         protected override object InternalGetProjectedPropertyValue(int propertyIndex) { throw null; }
558     }
559     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
560     public sealed partial class ProjectedWrapper7 : System.Data.Services.Internal.ProjectedWrapper
561     {
ProjectedWrapper7()562         public ProjectedWrapper7() { }
563         public object ProjectedProperty0 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
564         public object ProjectedProperty1 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
565         public object ProjectedProperty2 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
566         public object ProjectedProperty3 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
567         public object ProjectedProperty4 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
568         public object ProjectedProperty5 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
569         public object ProjectedProperty6 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
InternalGetProjectedPropertyValue(int propertyIndex)570         protected override object InternalGetProjectedPropertyValue(int propertyIndex) { throw null; }
571     }
572     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
573     public sealed partial class ProjectedWrapper8 : System.Data.Services.Internal.ProjectedWrapper
574     {
ProjectedWrapper8()575         public ProjectedWrapper8() { }
576         public object ProjectedProperty0 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
577         public object ProjectedProperty1 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
578         public object ProjectedProperty2 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
579         public object ProjectedProperty3 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
580         public object ProjectedProperty4 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
581         public object ProjectedProperty5 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
582         public object ProjectedProperty6 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
583         public object ProjectedProperty7 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
InternalGetProjectedPropertyValue(int propertyIndex)584         protected override object InternalGetProjectedPropertyValue(int propertyIndex) { throw null; }
585     }
586     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
587     public partial class ProjectedWrapperMany : System.Data.Services.Internal.ProjectedWrapper
588     {
ProjectedWrapperMany()589         public ProjectedWrapperMany() { }
590         public System.Data.Services.Internal.ProjectedWrapperMany Next { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
591         public object ProjectedProperty0 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
592         public object ProjectedProperty1 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
593         public object ProjectedProperty2 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
594         public object ProjectedProperty3 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
595         public object ProjectedProperty4 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
596         public object ProjectedProperty5 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
597         public object ProjectedProperty6 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
598         public object ProjectedProperty7 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
InternalGetProjectedPropertyValue(int propertyIndex)599         protected override object InternalGetProjectedPropertyValue(int propertyIndex) { throw null; }
600     }
601     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
602     public sealed partial class ProjectedWrapperManyEnd : System.Data.Services.Internal.ProjectedWrapperMany
603     {
ProjectedWrapperManyEnd()604         public ProjectedWrapperManyEnd() { }
InternalGetProjectedPropertyValue(int propertyIndex)605         protected override object InternalGetProjectedPropertyValue(int propertyIndex) { throw null; }
606     }
607 }
608 namespace System.Data.Services.Providers
609 {
610     public static partial class DataServiceProviderMethods
611     {
Compare(bool left, bool right)612         public static int Compare(bool left, bool right) { throw null; }
Compare(System.Guid left, System.Guid right)613         public static int Compare(System.Guid left, System.Guid right) { throw null; }
Compare(System.Nullable<bool> left, System.Nullable<bool> right)614         public static int Compare(System.Nullable<bool> left, System.Nullable<bool> right) { throw null; }
Compare(System.Nullable<System.Guid> left, System.Nullable<System.Guid> right)615         public static int Compare(System.Nullable<System.Guid> left, System.Nullable<System.Guid> right) { throw null; }
Compare(string left, string right)616         public static int Compare(string left, string right) { throw null; }
Convert(object value, System.Data.Services.Providers.ResourceType type)617         public static object Convert(object value, System.Data.Services.Providers.ResourceType type) { throw null; }
GetSequenceValue(object value, System.Data.Services.Providers.ResourceProperty property)618         public static System.Collections.Generic.IEnumerable<T> GetSequenceValue<T>(object value, System.Data.Services.Providers.ResourceProperty property) { throw null; }
GetValue(object value, System.Data.Services.Providers.ResourceProperty property)619         public static object GetValue(object value, System.Data.Services.Providers.ResourceProperty property) { throw null; }
TypeIs(object value, System.Data.Services.Providers.ResourceType type)620         public static bool TypeIs(object value, System.Data.Services.Providers.ResourceType type) { throw null; }
621     }
622     public partial interface IDataServiceMetadataProvider
623     {
624         string ContainerName { get; }
625         string ContainerNamespace { get; }
626         System.Collections.Generic.IEnumerable<System.Data.Services.Providers.ResourceSet> ResourceSets { get; }
627         System.Collections.Generic.IEnumerable<System.Data.Services.Providers.ServiceOperation> ServiceOperations { get; }
628         System.Collections.Generic.IEnumerable<System.Data.Services.Providers.ResourceType> Types { get; }
GetDerivedTypes(System.Data.Services.Providers.ResourceType resourceType)629         System.Collections.Generic.IEnumerable<System.Data.Services.Providers.ResourceType> GetDerivedTypes(System.Data.Services.Providers.ResourceType resourceType);
GetResourceAssociationSet(System.Data.Services.Providers.ResourceSet resourceSet, System.Data.Services.Providers.ResourceType resourceType, System.Data.Services.Providers.ResourceProperty resourceProperty)630         System.Data.Services.Providers.ResourceAssociationSet GetResourceAssociationSet(System.Data.Services.Providers.ResourceSet resourceSet, System.Data.Services.Providers.ResourceType resourceType, System.Data.Services.Providers.ResourceProperty resourceProperty);
HasDerivedTypes(System.Data.Services.Providers.ResourceType resourceType)631         bool HasDerivedTypes(System.Data.Services.Providers.ResourceType resourceType);
TryResolveResourceSet(string name, out System.Data.Services.Providers.ResourceSet resourceSet)632         bool TryResolveResourceSet(string name, out System.Data.Services.Providers.ResourceSet resourceSet);
TryResolveResourceType(string name, out System.Data.Services.Providers.ResourceType resourceType)633         bool TryResolveResourceType(string name, out System.Data.Services.Providers.ResourceType resourceType);
TryResolveServiceOperation(string name, out System.Data.Services.Providers.ServiceOperation serviceOperation)634         bool TryResolveServiceOperation(string name, out System.Data.Services.Providers.ServiceOperation serviceOperation);
635     }
636     public partial interface IDataServicePagingProvider
637     {
GetContinuationToken(System.Collections.IEnumerator enumerator)638         object[] GetContinuationToken(System.Collections.IEnumerator enumerator);
SetContinuationToken(System.Linq.IQueryable query, System.Data.Services.Providers.ResourceType resourceType, object[] continuationToken)639         void SetContinuationToken(System.Linq.IQueryable query, System.Data.Services.Providers.ResourceType resourceType, object[] continuationToken);
640     }
641     public partial interface IDataServiceQueryProvider
642     {
643         object CurrentDataSource { get; set; }
644         bool IsNullPropagationRequired { get; }
GetOpenPropertyValue(object target, string propertyName)645         object GetOpenPropertyValue(object target, string propertyName);
GetOpenPropertyValues(object target)646         System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, object>> GetOpenPropertyValues(object target);
GetPropertyValue(object target, System.Data.Services.Providers.ResourceProperty resourceProperty)647         object GetPropertyValue(object target, System.Data.Services.Providers.ResourceProperty resourceProperty);
GetQueryRootForResourceSet(System.Data.Services.Providers.ResourceSet resourceSet)648         System.Linq.IQueryable GetQueryRootForResourceSet(System.Data.Services.Providers.ResourceSet resourceSet);
GetResourceType(object target)649         System.Data.Services.Providers.ResourceType GetResourceType(object target);
InvokeServiceOperation(System.Data.Services.Providers.ServiceOperation serviceOperation, object[] parameters)650         object InvokeServiceOperation(System.Data.Services.Providers.ServiceOperation serviceOperation, object[] parameters);
651     }
652     public partial interface IDataServiceStreamProvider
653     {
654         int StreamBufferSize { get; }
DeleteStream(object entity, System.Data.Services.DataServiceOperationContext operationContext)655         void DeleteStream(object entity, System.Data.Services.DataServiceOperationContext operationContext);
GetReadStream(object entity, string etag, System.Nullable<bool> checkETagForEquality, System.Data.Services.DataServiceOperationContext operationContext)656         System.IO.Stream GetReadStream(object entity, string etag, System.Nullable<bool> checkETagForEquality, System.Data.Services.DataServiceOperationContext operationContext);
GetReadStreamUri(object entity, System.Data.Services.DataServiceOperationContext operationContext)657         System.Uri GetReadStreamUri(object entity, System.Data.Services.DataServiceOperationContext operationContext);
GetStreamContentType(object entity, System.Data.Services.DataServiceOperationContext operationContext)658         string GetStreamContentType(object entity, System.Data.Services.DataServiceOperationContext operationContext);
GetStreamETag(object entity, System.Data.Services.DataServiceOperationContext operationContext)659         string GetStreamETag(object entity, System.Data.Services.DataServiceOperationContext operationContext);
GetWriteStream(object entity, string etag, System.Nullable<bool> checkETagForEquality, System.Data.Services.DataServiceOperationContext operationContext)660         System.IO.Stream GetWriteStream(object entity, string etag, System.Nullable<bool> checkETagForEquality, System.Data.Services.DataServiceOperationContext operationContext);
ResolveType(string entitySetName, System.Data.Services.DataServiceOperationContext operationContext)661         string ResolveType(string entitySetName, System.Data.Services.DataServiceOperationContext operationContext);
662     }
663     public partial interface IDataServiceUpdateProvider : System.Data.Services.IUpdatable
664     {
SetConcurrencyValues(object resourceCookie, System.Nullable<bool> checkForEquality, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, object>> concurrencyValues)665         void SetConcurrencyValues(object resourceCookie, System.Nullable<bool> checkForEquality, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, object>> concurrencyValues);
666     }
667     public static partial class OpenTypeMethods
668     {
Add(object left, object right)669         public static object Add(object left, object right) { throw null; }
AndAlso(object left, object right)670         public static object AndAlso(object left, object right) { throw null; }
Ceiling(object value)671         public static object Ceiling(object value) { throw null; }
Concat(object first, object second)672         public static object Concat(object first, object second) { throw null; }
Convert(object value, System.Data.Services.Providers.ResourceType type)673         public static object Convert(object value, System.Data.Services.Providers.ResourceType type) { throw null; }
Day(object dateTime)674         public static object Day(object dateTime) { throw null; }
Divide(object left, object right)675         public static object Divide(object left, object right) { throw null; }
EndsWith(object targetString, object substring)676         public static object EndsWith(object targetString, object substring) { throw null; }
Equal(object left, object right)677         public static object Equal(object left, object right) { throw null; }
Floor(object value)678         public static object Floor(object value) { throw null; }
GetValue(object value, string propertyName)679         public static object GetValue(object value, string propertyName) { throw null; }
GreaterThan(object left, object right)680         public static object GreaterThan(object left, object right) { throw null; }
GreaterThanOrEqual(object left, object right)681         public static object GreaterThanOrEqual(object left, object right) { throw null; }
Hour(object dateTime)682         public static object Hour(object dateTime) { throw null; }
IndexOf(object targetString, object substring)683         public static object IndexOf(object targetString, object substring) { throw null; }
Length(object value)684         public static object Length(object value) { throw null; }
LessThan(object left, object right)685         public static object LessThan(object left, object right) { throw null; }
LessThanOrEqual(object left, object right)686         public static object LessThanOrEqual(object left, object right) { throw null; }
Minute(object dateTime)687         public static object Minute(object dateTime) { throw null; }
Modulo(object left, object right)688         public static object Modulo(object left, object right) { throw null; }
Month(object dateTime)689         public static object Month(object dateTime) { throw null; }
Multiply(object left, object right)690         public static object Multiply(object left, object right) { throw null; }
Negate(object value)691         public static object Negate(object value) { throw null; }
Not(object value)692         public static object Not(object value) { throw null; }
NotEqual(object left, object right)693         public static object NotEqual(object left, object right) { throw null; }
OrElse(object left, object right)694         public static object OrElse(object left, object right) { throw null; }
Replace(object targetString, object substring, object newString)695         public static object Replace(object targetString, object substring, object newString) { throw null; }
Round(object value)696         public static object Round(object value) { throw null; }
Second(object dateTime)697         public static object Second(object dateTime) { throw null; }
StartsWith(object targetString, object substring)698         public static object StartsWith(object targetString, object substring) { throw null; }
Substring(object targetString, object startIndex)699         public static object Substring(object targetString, object startIndex) { throw null; }
Substring(object targetString, object startIndex, object length)700         public static object Substring(object targetString, object startIndex, object length) { throw null; }
SubstringOf(object substring, object targetString)701         public static object SubstringOf(object substring, object targetString) { throw null; }
Subtract(object left, object right)702         public static object Subtract(object left, object right) { throw null; }
ToLower(object targetString)703         public static object ToLower(object targetString) { throw null; }
ToUpper(object targetString)704         public static object ToUpper(object targetString) { throw null; }
Trim(object targetString)705         public static object Trim(object targetString) { throw null; }
TypeIs(object value, System.Data.Services.Providers.ResourceType type)706         public static object TypeIs(object value, System.Data.Services.Providers.ResourceType type) { throw null; }
Year(object dateTime)707         public static object Year(object dateTime) { throw null; }
708     }
709     [System.Diagnostics.DebuggerDisplayAttribute("ResourceAssociationSet: ({End1.ResourceSet.Name}, {End1.ResourceType.Name}, {End1.ResourceProperty.Name}) <-> ({End2.ResourceSet.Name}, {End2.ResourceType.Name}, {End2.ResourceProperty.Name})")]
710     public sealed partial class ResourceAssociationSet
711     {
ResourceAssociationSet(string name, System.Data.Services.Providers.ResourceAssociationSetEnd end1, System.Data.Services.Providers.ResourceAssociationSetEnd end2)712         public ResourceAssociationSet(string name, System.Data.Services.Providers.ResourceAssociationSetEnd end1, System.Data.Services.Providers.ResourceAssociationSetEnd end2) { }
713         public System.Data.Services.Providers.ResourceAssociationSetEnd End1 { get { throw null; } }
714         public System.Data.Services.Providers.ResourceAssociationSetEnd End2 { get { throw null; } }
715         public string Name { get { throw null; } }
716     }
717     [System.Diagnostics.DebuggerDisplayAttribute("ResourceAssociationSetEnd: {Name}: ({ResourceSet.Name}, {ResourceType.Name}, {ResourceProperty.Name})")]
718     public sealed partial class ResourceAssociationSetEnd
719     {
ResourceAssociationSetEnd(System.Data.Services.Providers.ResourceSet resourceSet, System.Data.Services.Providers.ResourceType resourceType, System.Data.Services.Providers.ResourceProperty resourceProperty)720         public ResourceAssociationSetEnd(System.Data.Services.Providers.ResourceSet resourceSet, System.Data.Services.Providers.ResourceType resourceType, System.Data.Services.Providers.ResourceProperty resourceProperty) { }
721         public System.Data.Services.Providers.ResourceProperty ResourceProperty { get { throw null; } }
722         public System.Data.Services.Providers.ResourceSet ResourceSet { get { throw null; } }
723         public System.Data.Services.Providers.ResourceType ResourceType { get { throw null; } }
724     }
725     [System.Diagnostics.DebuggerDisplayAttribute("{kind}: {name}")]
726     public partial class ResourceProperty
727     {
ResourceProperty(string name, System.Data.Services.Providers.ResourcePropertyKind kind, System.Data.Services.Providers.ResourceType propertyResourceType)728         public ResourceProperty(string name, System.Data.Services.Providers.ResourcePropertyKind kind, System.Data.Services.Providers.ResourceType propertyResourceType) { }
729         public bool CanReflectOnInstanceTypeProperty { get { throw null; } set { } }
730         public object CustomState { get { throw null; } set { } }
731         public bool IsReadOnly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
732         public System.Data.Services.Providers.ResourcePropertyKind Kind { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
733         public string MimeType { get { throw null; } set { } }
734         public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
735         public System.Data.Services.Providers.ResourceType ResourceType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
SetReadOnly()736         public void SetReadOnly() { }
737     }
738     [System.FlagsAttribute]
739     public enum ResourcePropertyKind
740     {
741         ComplexType = 4,
742         ETag = 32,
743         Key = 2,
744         Primitive = 1,
745         ResourceReference = 8,
746         ResourceSetReference = 16,
747     }
748     [System.Diagnostics.DebuggerDisplayAttribute("{Name}: {ResourceType}")]
749     public partial class ResourceSet
750     {
ResourceSet(string name, System.Data.Services.Providers.ResourceType elementType)751         public ResourceSet(string name, System.Data.Services.Providers.ResourceType elementType) { }
752         public object CustomState { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
753         public bool IsReadOnly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
754         public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
755         public System.Data.Services.Providers.ResourceType ResourceType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
SetReadOnly()756         public void SetReadOnly() { }
757     }
758     [System.Diagnostics.DebuggerDisplayAttribute("{Name}: {InstanceType}, {ResourceTypeKind}")]
759     public partial class ResourceType
760     {
ResourceType(System.Type instanceType, System.Data.Services.Providers.ResourceTypeKind resourceTypeKind, System.Data.Services.Providers.ResourceType baseType, string namespaceName, string name, bool isAbstract)761         public ResourceType(System.Type instanceType, System.Data.Services.Providers.ResourceTypeKind resourceTypeKind, System.Data.Services.Providers.ResourceType baseType, string namespaceName, string name, bool isAbstract) { }
762         public System.Data.Services.Providers.ResourceType BaseType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
763         public bool CanReflectOnInstanceType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
764         public object CustomState { get { throw null; } set { } }
765         public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Services.Providers.ResourceProperty> ETagProperties { get { throw null; } }
766         public string FullName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
767         public System.Type InstanceType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
768         public bool IsAbstract { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
769         public bool IsMediaLinkEntry { get { throw null; } set { } }
770         public bool IsOpenType { get { throw null; } set { } }
771         public bool IsReadOnly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
772         public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Services.Providers.ResourceProperty> KeyProperties { get { throw null; } }
773         public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
774         public string Namespace { get { throw null; } }
775         public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Services.Providers.ResourceProperty> Properties { get { throw null; } }
776         public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Services.Providers.ResourceProperty> PropertiesDeclaredOnThisType { get { throw null; } }
777         public System.Data.Services.Providers.ResourceTypeKind ResourceTypeKind { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
AddEntityPropertyMappingAttribute(System.Data.Services.Common.EntityPropertyMappingAttribute attribute)778         public void AddEntityPropertyMappingAttribute(System.Data.Services.Common.EntityPropertyMappingAttribute attribute) { }
AddProperty(System.Data.Services.Providers.ResourceProperty property)779         public void AddProperty(System.Data.Services.Providers.ResourceProperty property) { }
GetPrimitiveResourceType(System.Type type)780         public static System.Data.Services.Providers.ResourceType GetPrimitiveResourceType(System.Type type) { throw null; }
LoadPropertiesDeclaredOnThisType()781         protected virtual System.Collections.Generic.IEnumerable<System.Data.Services.Providers.ResourceProperty> LoadPropertiesDeclaredOnThisType() { throw null; }
SetReadOnly()782         public void SetReadOnly() { }
783     }
784     public enum ResourceTypeKind
785     {
786         ComplexType = 1,
787         EntityType = 0,
788         Primitive = 2,
789     }
790     [System.Diagnostics.DebuggerVisualizerAttribute("ServiceOperation={Name}")]
791     public partial class ServiceOperation
792     {
ServiceOperation(string name, System.Data.Services.Providers.ServiceOperationResultKind resultKind, System.Data.Services.Providers.ResourceType resultType, System.Data.Services.Providers.ResourceSet resultSet, string method, System.Collections.Generic.IEnumerable<System.Data.Services.Providers.ServiceOperationParameter> parameters)793         public ServiceOperation(string name, System.Data.Services.Providers.ServiceOperationResultKind resultKind, System.Data.Services.Providers.ResourceType resultType, System.Data.Services.Providers.ResourceSet resultSet, string method, System.Collections.Generic.IEnumerable<System.Data.Services.Providers.ServiceOperationParameter> parameters) { }
794         public object CustomState { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
795         public bool IsReadOnly { get { throw null; } }
796         public string Method { get { throw null; } }
797         public string MimeType { get { throw null; } set { } }
798         public string Name { get { throw null; } }
799         public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Services.Providers.ServiceOperationParameter> Parameters { get { throw null; } }
800         public System.Data.Services.Providers.ResourceSet ResourceSet { get { throw null; } }
801         public System.Data.Services.Providers.ServiceOperationResultKind ResultKind { get { throw null; } }
802         public System.Data.Services.Providers.ResourceType ResultType { get { throw null; } }
SetReadOnly()803         public void SetReadOnly() { }
804     }
805     [System.Diagnostics.DebuggerVisualizerAttribute("ServiceOperationParameter={Name}")]
806     public partial class ServiceOperationParameter
807     {
ServiceOperationParameter(string name, System.Data.Services.Providers.ResourceType parameterType)808         public ServiceOperationParameter(string name, System.Data.Services.Providers.ResourceType parameterType) { }
809         public object CustomState { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
810         public bool IsReadOnly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
811         public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
812         public System.Data.Services.Providers.ResourceType ParameterType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
SetReadOnly()813         public void SetReadOnly() { }
814     }
815     public enum ServiceOperationResultKind
816     {
817         DirectValue = 0,
818         Enumeration = 1,
819         QueryWithMultipleResults = 2,
820         QueryWithSingleResult = 3,
821         Void = 4,
822     }
823 }
824