PropertyGeneratedEventArgs Class

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.

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.Data.Services.Design.PropertyGeneratedEventArgs

Namespace:  System.Data.Services.Design
Assembly:  Microsoft.Data.Services.Design (in Microsoft.Data.Services.Design.dll)

Syntax

'Declaration
Public NotInheritable Class PropertyGeneratedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As PropertyGeneratedEventArgs
public sealed class PropertyGeneratedEventArgs : EventArgs
public ref class PropertyGeneratedEventArgs sealed : public EventArgs
[<SealedAttribute>]
type PropertyGeneratedEventArgs =  
    class 
        inherit EventArgs 
    end
public final class PropertyGeneratedEventArgs extends EventArgs

The PropertyGeneratedEventArgs type exposes the following members.

Constructors

  Name Description
Public method PropertyGeneratedEventArgs() Initializes a new instance of the PropertyGeneratedEventArgs class.
Public method PropertyGeneratedEventArgs(MetadataItem, String, CodeTypeReference) Initializes a new instance of the PropertyGeneratedEventArgs class.

Top

Properties

  Name Description
Public property AdditionalAttributes This class is not intended for public use and is used to generate strongly typed client-side objects for communicating with data services.
Public property AdditionalGetStatements This class is not intended for public use and is used to generate strongly typed client-side objects for communicating with data services.
Public property AdditionalSetStatements This class is not intended for public use and is used to generate strongly typed client-side objects for communicating with data services.
Public property BackingFieldName This class is not intended for public use and is used to generate strongly typed client-side objects for communicating with data services.
Public property PropertySource This class is not intended for public use and is used to generate strongly typed client-side objects for communicating with data services.
Public property ReturnType This class is not intended for public use and is used to generate strongly typed client-side objects for communicating with data services.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Data.Services.Design Namespace