TypeGeneratedEventArgs Class

Definition

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.

public ref class TypeGeneratedEventArgs sealed : EventArgs
public sealed class TypeGeneratedEventArgs : EventArgs
type TypeGeneratedEventArgs = class
    inherit EventArgs
Public NotInheritable Class TypeGeneratedEventArgs
Inherits EventArgs
Inheritance
TypeGeneratedEventArgs

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.

Constructors

TypeGeneratedEventArgs()

Initializes a new instance of the TypeGeneratedEventArgs class.

TypeGeneratedEventArgs(GlobalItem, CodeTypeReference)

Initializes a new instance of the TypeGeneratedEventArgs class.

Properties

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.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(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)

Applies to