TypeGeneratedEventArgs Constructors

Definition

Initializes a new instance of the TypeGeneratedEventArgs class.

Overloads

TypeGeneratedEventArgs()

Initializes a new instance of the TypeGeneratedEventArgs class.

TypeGeneratedEventArgs(GlobalItem, CodeTypeReference)

Initializes a new instance of the TypeGeneratedEventArgs class with the specified source and base type.

TypeGeneratedEventArgs()

Initializes a new instance of the TypeGeneratedEventArgs class.

C#
public TypeGeneratedEventArgs();

Applies to

.NET Framework 4.8.1 a ďalšie verzie
Produkt Verzie
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

TypeGeneratedEventArgs(GlobalItem, CodeTypeReference)

Initializes a new instance of the TypeGeneratedEventArgs class with the specified source and base type.

C#
public TypeGeneratedEventArgs(System.Data.Metadata.Edm.GlobalItem typeSource, System.CodeDom.CodeTypeReference baseType);

Parameters

typeSource
GlobalItem

The source of the type.

baseType
CodeTypeReference

The base type.

Applies to

.NET Framework 4.8.1 a ďalšie verzie
Produkt Verzie
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1