This documentation is archived and is not being maintained.
EntityClassGenerator Class
Visual Studio 2010
Used by the code generation command line tools and tools in Visual Studio to generate strongly typed client-side objects for communicating with data services.
Assembly: System.Data.Services.Design (in System.Data.Services.Design.dll)
The EntityClassGenerator type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | EntityClassGenerator() | Initializes a new instance of the EntityClassGenerator class. |
![]() | EntityClassGenerator(LanguageOption) | Initializes a new instance of the EntityClassGenerator class. |
| Name | Description | |
|---|---|---|
![]() | EdmToObjectNamespaceMap | Gets the EdmToObjectNamespaceMap object used in entity class generation. |
![]() | LanguageOption | Gets the language option used in generation of the data model. |
![]() | UseDataServiceCollection | Gets or sets whether code generation should include the code that is required to support data binding. |
![]() | Version | Gets and sets the version of WCF Data Services that the generated code targets. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GenerateCode(XmlReader, String) | Generates code for the object model. |
![]() | GenerateCode(XmlReader, TextWriter, String) | Generates code for the data model from switches identified by parameters. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | OnPropertyGenerated | Occurs when a property is generated. |
![]() | OnTypeGenerated | Occurs when a type is generated. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
