EntityClassGenerator Class
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)
| 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.) |
![]() | 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | 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. |
This class is not intended for public use and is 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.
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


