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
Public method TypeGeneratedEventArgs() Initializes a new instance of the TypeGeneratedEventArgs class.
Public method TypeGeneratedEventArgs(GlobalItem, CodeTypeReference) Initializes a new instance of the TypeGeneratedEventArgs class.

Top

Properties

  Name Description
Public property AdditionalAttributes This class is not intended for public use and is used to generate strongly typed client-side objects for communicating with data services.
Public property AdditionalInterfaces This class is not intended for public use and is used to generate strongly typed client-side objects for communicating with data services.
Public property AdditionalMembers This class is not intended for public use and is used to generate strongly typed client-side objects for communicating with data services.
Public property BaseType This class is not intended for public use and is used to generate strongly typed client-side objects for communicating with data services.
Public property 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
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method 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.

See Also

Reference

System.Data.Services.Design Namespace