TypeGeneratedEventArgs 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.
Inheritance Hierarchy
System.Object
System.EventArgs
System.Data.Services.Design.TypeGeneratedEventArgs
Namespace: System.Data.Services.Design
Assembly: Microsoft.Data.Services.Design (in Microsoft.Data.Services.Design.dll)
Syntax
'Declaration
Public NotInheritable Class TypeGeneratedEventArgs _
Inherits EventArgs
'Usage
Dim instance As TypeGeneratedEventArgs
public sealed class TypeGeneratedEventArgs : EventArgs
public ref class TypeGeneratedEventArgs sealed : public EventArgs
[<SealedAttribute>]
type TypeGeneratedEventArgs =
class
inherit EventArgs
end
public final class TypeGeneratedEventArgs extends EventArgs
The TypeGeneratedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TypeGeneratedEventArgs() | Initializes a new instance of the TypeGeneratedEventArgs class. | |
TypeGeneratedEventArgs(GlobalItem, CodeTypeReference) | Initializes a new instance of the TypeGeneratedEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
AdditionalAttributes | This class is not intended for public use and is used to generate strongly typed client-side objects for communicating with data services. | |
AdditionalInterfaces | This class is not intended for public use and is used to generate strongly typed client-side objects for communicating with data services. | |
AdditionalMembers | This class is not intended for public use and is used to generate strongly typed client-side objects for communicating with data services. | |
BaseType | This class is not intended for public use and is used to generate strongly typed client-side objects for communicating with data services. | |
TypeSource | This class is not intended for public use and is used to generate strongly typed client-side objects for communicating with data services. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
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.
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.