DataServiceBuildProvider Class
This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.
[SECURITY CRITICAL]
Generates C# or Visual Basic code for a WCF Data Services client application based on the metadata returned by the data service.
Inheritance Hierarchy
System.Object
System.Web.Compilation.BuildProvider
System.Data.Services.BuildProvider.DataServiceBuildProvider
Namespace: System.Data.Services.BuildProvider
Assembly: Microsoft.Data.Services.Design (in Microsoft.Data.Services.Design.dll)
Syntax
'Declaration
<SecurityCriticalAttribute> _
Public Class DataServiceBuildProvider _
Inherits BuildProvider
'Usage
Dim instance As DataServiceBuildProvider
[SecurityCriticalAttribute]
public class DataServiceBuildProvider : BuildProvider
[SecurityCriticalAttribute]
public ref class DataServiceBuildProvider : public BuildProvider
[<SecurityCriticalAttribute>]
type DataServiceBuildProvider =
class
inherit BuildProvider
end
public class DataServiceBuildProvider extends BuildProvider
The DataServiceBuildProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataServiceBuildProvider | Creates a new instance of the DataServiceBuildProvider class. |
Top
Properties
Name | Description | |
---|---|---|
CodeCompilerType | (Inherited from BuildProvider.) | |
ReferencedAssemblies | (Inherited from BuildProvider.) | |
VirtualPath | (Inherited from BuildProvider.) | |
VirtualPathDependencies | (Inherited from BuildProvider.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GenerateCode | Generates C# or Visual Basic code for a WCF Data Services client application based on the metadata returned by the data service. (Overrides BuildProvider.GenerateCode(AssemblyBuilder).) | |
GetCodeCompileUnit | (Inherited from BuildProvider.) | |
GetCustomString | (Inherited from BuildProvider.) | |
GetDefaultCompilerType | (Inherited from BuildProvider.) | |
GetDefaultCompilerTypeForLanguage | (Inherited from BuildProvider.) | |
GetGeneratedType | (Inherited from BuildProvider.) | |
GetHashCode | (Inherited from Object.) | |
GetResultFlags | (Inherited from BuildProvider.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OpenReader() | (Inherited from BuildProvider.) | |
OpenReader(String) | (Inherited from BuildProvider.) | |
OpenStream() | (Inherited from BuildProvider.) | |
OpenStream(String) | (Inherited from BuildProvider.) | |
ProcessCompileErrors | (Inherited from BuildProvider.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.