TypeGeneratedEventArgs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
TypeGeneratedEventArgs();
public TypeGeneratedEventArgs ();
Public Sub New ()
Applies to
TypeGeneratedEventArgs(GlobalItem, CodeTypeReference)
Initializes a new instance of the TypeGeneratedEventArgs class with the specified source and base type.
public:
TypeGeneratedEventArgs(System::Data::Metadata::Edm::GlobalItem ^ typeSource, System::CodeDom::CodeTypeReference ^ baseType);
public TypeGeneratedEventArgs (System.Data.Metadata.Edm.GlobalItem typeSource, System.CodeDom.CodeTypeReference baseType);
new System.Data.Entity.Design.TypeGeneratedEventArgs : System.Data.Metadata.Edm.GlobalItem * System.CodeDom.CodeTypeReference -> System.Data.Entity.Design.TypeGeneratedEventArgs
Public Sub New (typeSource As GlobalItem, baseType As CodeTypeReference)
Parameters
- typeSource
- GlobalItem
The source of the type.
- baseType
- CodeTypeReference
The base type.