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. |
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.
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.Services.Design.TypeGeneratedEventArgs : System.Data.Metadata.Edm.GlobalItem * System.CodeDom.CodeTypeReference -> System.Data.Services.Design.TypeGeneratedEventArgs
Public Sub New (typeSource As GlobalItem, baseType As CodeTypeReference)
Parameters
- typeSource
- GlobalItem
The type source.
- baseType
- CodeTypeReference
The base type.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.