PropertyGeneratedEventArgs Class
Provides data for the OnPropertyGenerated event.
Assembly: System.Data.Entity.Design (in System.Data.Entity.Design.dll)
| Name | Description | |
|---|---|---|
![]() | PropertyGeneratedEventArgs() | Initializes a new instance of the PropertyGeneratedEventArgs class. |
![]() | PropertyGeneratedEventArgs(MetadataItem, String, CodeTypeReference) | Initializes a new instance of the PropertyGeneratedEventArgs class with the specified property source, backing field name, and return type. |
| Name | Description | |
|---|---|---|
![]() | AdditionalAttributes | Gets a List(CodeAttributeDeclaration) of attributes that will be added to the property. |
![]() | AdditionalGetStatements | Gets a List(CodeStatement) containing the get statements to be added to the property. |
![]() | AdditionalSetStatements | Gets a List(CodeStatement) containing the set statements to be added to the property. |
![]() | BackingFieldName | Gets the name of the field that backs the property. |
![]() | PropertySource | Gets the MetadataItem object that is the source of the property. |
![]() | ReturnType | Gets or sets the type of the property. |
| Name | Description | |
|---|---|---|
![]() | 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() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

