PropertyGeneratedEventArgs Class
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.
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 PropertyGeneratedEventArgs sealed : EventArgs
public sealed class PropertyGeneratedEventArgs : EventArgs
type PropertyGeneratedEventArgs = class
inherit EventArgs
Public NotInheritable Class PropertyGeneratedEventArgs
Inherits EventArgs
- Inheritance
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
PropertyGeneratedEventArgs() |
Initializes a new instance of the PropertyGeneratedEventArgs class. |
PropertyGeneratedEventArgs(MetadataItem, String, CodeTypeReference) |
Initializes a new instance of the PropertyGeneratedEventArgs 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. |
AdditionalGetStatements |
This class is not intended for public use and is used to generate strongly typed client-side objects for communicating with data services. |
AdditionalSetStatements |
This class is not intended for public use and is used to generate strongly typed client-side objects for communicating with data services. |
BackingFieldName |
This class is not intended for public use and is used to generate strongly typed client-side objects for communicating with data services. |
PropertySource |
This class is not intended for public use and is used to generate strongly typed client-side objects for communicating with data services. |
ReturnType |
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) |